-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d13c828
Showing
6 changed files
with
840 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.