Skip to content

Commit

Permalink
freshly squeezed
Browse files Browse the repository at this point in the history
  • Loading branch information
plbstl committed Feb 29, 2024
0 parents commit d13c828
Show file tree
Hide file tree
Showing 6 changed files with 840 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# MediaDL Changelog

All notable changes to MediaDL will be documented in this file.

## v1.0 (2024.02.29)

### 🗞️ New features

- Support for Instagram
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# MediaDL Contribution Guide

Thank you for taking the time to read this Guide.

## Asking questions and providing feedback

Questions can be asked about, suggestions and complaints can be made for new and existing features; error codes and messages; data tracking; typos; the website's contents, look and feel; this guide; ways of doing things; basically anything related to MediaDL. Just [open an issue](https://github.com/plbstl/MediaDL/issues/new) and write everything down.

> You need a GitHub account to open an issue or make a change.
## Submitting a pull request

When you are submitting a pull request, _the pull request has to be linked to an open issue_. Although you can open an issue after submission, it is better you open one before submitting the pull request.

## Helper video

Here is a helper video for making contributions: [youtube.com/watch?v=a_FLqX3vGR4](https://www.youtube.com/watch?v=a_FLqX3vGR4)

## Attach Shortcut

You can export a Siri Shortcut as a file and attach it when opening an issue or submitting a pull request.

- You need an internet connection to export a Shortcut (Apple needs to sign it on their servers).
- Open the Shortcuts app.
- Long press the Shortcut you want to export.
- Tap `Share`, tap `Options >`, and send as `File` for `Anyone`.
- Tap `Done`.
- Now you can `Save to Files`, AirDrop or share in any other way you prefer.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Paul Ebose

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit d13c828

Please sign in to comment.