-
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
Mar 2, 2021
1 parent
79430f6
commit 8ba1c48
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 | |
+25 −0 | ChangeLog | |
+2 −0 | docs/supportedsites.md | |
+37 −0 | youtube_dl/extractor/bandaichannel.py | |
+1 −0 | youtube_dl/extractor/dplay.py | |
+35 −185 | youtube_dl/extractor/dreisat.py | |
+2 −0 | youtube_dl/extractor/extractors.py | |
+161 −0 | youtube_dl/extractor/gedidigital.py | |
+116 −33 | youtube_dl/extractor/phoenix.py | |
+10 −5 | youtube_dl/extractor/rts.py | |
+134 −74 | youtube_dl/extractor/srgssr.py | |
+13 −8 | youtube_dl/extractor/stretchinternet.py | |
+59 −64 | youtube_dl/extractor/tf1.py | |
+76 −21 | youtube_dl/extractor/tmz.py | |
+13 −2 | youtube_dl/extractor/urplay.py | |
+15 −6 | youtube_dl/extractor/vvvvid.py | |
+40 −53 | youtube_dl/extractor/wat.py | |
+1 −1 | youtube_dl/extractor/youtube.py | |
+125 −67 | youtube_dl/extractor/zdf.py | |
+1 −1 | youtube_dl/version.py |