-
Notifications
You must be signed in to change notification settings - Fork 14
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
Travis CI User
committed
Jan 16, 2021
1 parent
3524162
commit 1cde664
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule youtube-dl
updated
24 files
+3 −3 | .github/ISSUE_TEMPLATE/1_broken_site.md | |
+2 −2 | .github/ISSUE_TEMPLATE/2_site_support_request.md | |
+2 −2 | .github/ISSUE_TEMPLATE/3_site_feature_request.md | |
+3 −3 | .github/ISSUE_TEMPLATE/4_bug_report.md | |
+2 −2 | .github/ISSUE_TEMPLATE/5_feature_request.md | |
+4 −4 | .github/workflows/ci.yml | |
+31 −0 | ChangeLog | |
+2 −1 | docs/supportedsites.md | |
+1 −0 | test/test_YoutubeDL.py | |
+133 −107 | youtube_dl/YoutubeDL.py | |
+104 −68 | youtube_dl/extractor/adn.py | |
+16 −10 | youtube_dl/extractor/animeondemand.py | |
+26 −1 | youtube_dl/extractor/cspan.py | |
+4 −1 | youtube_dl/extractor/extractors.py | |
+81 −56 | youtube_dl/extractor/khanacademy.py | |
+7 −2 | youtube_dl/extractor/mixcloud.py | |
+21 −1 | youtube_dl/extractor/peertube.py | |
+7 −1 | youtube_dl/extractor/spike.py | |
+90 −68 | youtube_dl/extractor/threeqsdn.py | |
+11 −6 | youtube_dl/extractor/twitch.py | |
+45 −3 | youtube_dl/extractor/twitter.py | |
+7 −3 | youtube_dl/extractor/youporn.py | |
+50 −67 | youtube_dl/extractor/youtube.py | |
+1 −1 | youtube_dl/version.py |