-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use git submodules instead of having the ci add youtube-dl (#37)
* Added youtube-dl and youtube-dlp (original shortname yt-dlp) as submodules * Do not download and integrate youtube-dl (or forks) during the run of the github action (which releases this addon). Instead the new git submodules are used. Following the recommendation in the kodi wiki, they are stored in a subfolder called lib. Also removed the travis instructions to clean up a bit * Create build-addon.yml Make action checkout submodules as well
- Loading branch information
Showing
8 changed files
with
12 additions
and
58 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
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
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,6 @@ | ||
[submodule "lib/youtube-dl"] | ||
path = lib/youtube-dl | ||
url = https://github.com/ytdl-org/youtube-dl.git | ||
[submodule "lib/yt-dlp"] | ||
path = lib/yt-dlp | ||
url = https://github.com/yt-dlp/yt-dlp.git |
This file was deleted.
Oops, something went wrong.
Empty file.
Submodule youtube-dl
added at
a80358
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