]> jfr.im git - yt-dlp.git/commit - yt_dlp/extractor/youtube.py
Merge 'ytdl-org/youtube-dl/master' release 2020.11.19
authorpukkandan <redacted>
Thu, 19 Nov 2020 19:22:59 +0000 (00:52 +0530)
committerpukkandan <redacted>
Fri, 20 Nov 2020 07:33:32 +0000 (13:03 +0530)
commit8bdd16b4993b8d546b4cbbdbe4710db0bc2f971b
treec5ba0d26e17bb3102c0b24886853d9a818e875c6
parent228385340e9a976f52735078218a9b8ecfe7ae7a
Merge 'ytdl-org/youtube-dl/master' release 2020.11.19

Old Extractors left behind:
VLivePlaylistIE
YoutubeSearchURLIE
YoutubeShowIE
YoutubeFavouritesIE

If removing old extractors, make corresponding changes in
docs/supportedsites.md
youtube_dlc/extractor/extractors.py

Not merged:
.github/ISSUE_TEMPLATE/1_broken_site.md
.github/ISSUE_TEMPLATE/2_site_support_request.md
.github/ISSUE_TEMPLATE/3_site_feature_request.md
.github/ISSUE_TEMPLATE/4_bug_report.md
.github/ISSUE_TEMPLATE/5_feature_request.md
test/test_all_urls.py
youtube_dlc/version.py
Changelog
34 files changed:
devscripts/make_lazy_extractors.py
docs/supportedsites.md
test/test_all_urls.py
test/test_utils.py
youtube_dlc/extractor/afreecatv.py
youtube_dlc/extractor/arte.py
youtube_dlc/extractor/bandcamp.py
youtube_dlc/extractor/cnbc.py
youtube_dlc/extractor/common.py
youtube_dlc/extractor/condenast.py
youtube_dlc/extractor/extractors.py
youtube_dlc/extractor/francetv.py
youtube_dlc/extractor/generic.py
youtube_dlc/extractor/iqiyi.py
youtube_dlc/extractor/lbry.py [new file with mode: 0644]
youtube_dlc/extractor/lrt.py
youtube_dlc/extractor/malltv.py
youtube_dlc/extractor/mgtv.py
youtube_dlc/extractor/mtv.py
youtube_dlc/extractor/nbc.py
youtube_dlc/extractor/ndr.py
youtube_dlc/extractor/rai.py
youtube_dlc/extractor/servus.py
youtube_dlc/extractor/spiegel.py
youtube_dlc/extractor/twentythreevideo.py
youtube_dlc/extractor/urplay.py
youtube_dlc/extractor/usanetwork.py
youtube_dlc/extractor/ustream.py
youtube_dlc/extractor/vimeo.py
youtube_dlc/extractor/vlive.py
youtube_dlc/extractor/xtube.py
youtube_dlc/extractor/youporn.py
youtube_dlc/extractor/youtube.py
youtube_dlc/utils.py