]> jfr.im git - yt-dlp.git/commit
Completely change project name to yt-dlp (#85)
authorPccode66 <redacted>
Wed, 24 Feb 2021 18:45:56 +0000 (15:45 -0300)
committerGitHub <redacted>
Wed, 24 Feb 2021 18:45:56 +0000 (00:15 +0530)
commit7a5c1cfe93924351387b44919b3c0b2f66c4b883
tree6da63f3d7b16cf7d4b9fdb29b029125cab8bd0d3
parentc4218ac3f1146daac20308439cdc374e3561101a
Completely change project name to yt-dlp (#85)

* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account

Co-authored-by: Pccode66
Co-authored-by: pukkandan
927 files changed:
.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
.github/ISSUE_TEMPLATE/6_question.md
.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md
.github/ISSUE_TEMPLATE_tmpl/2_site_support_request.md
.github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.md
.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md
.github/ISSUE_TEMPLATE_tmpl/5_feature_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/build.yml
.gitignore
Changelog.md
MANIFEST.in
Makefile
README.md
devscripts/bash-completion.in
devscripts/bash-completion.py
devscripts/buildserver.py
devscripts/check-porn.py
devscripts/create-github-release.py
devscripts/fish-completion.in
devscripts/fish-completion.py
devscripts/generate_aes_testdata.py
devscripts/gh-pages/add-version.py
devscripts/gh-pages/update-feed.py
devscripts/gh-pages/update-sites.py
devscripts/make_contributing.py
devscripts/make_issue_template.py
devscripts/make_lazy_extractors.py
devscripts/make_supportedsites.py
devscripts/prepare_manpage.py
devscripts/release.sh
devscripts/show-downloads-statistics.py
devscripts/update-version.py
devscripts/zsh-completion.in
devscripts/zsh-completion.py
docs/Makefile
docs/conf.py
docs/index.rst [new file with mode: 0644]
docs/module_guide.rst
pyinst.py
setup.cfg
setup.py
test/helper.py
test/test_InfoExtractor.py
test/test_YoutubeDL.py
test/test_YoutubeDLCookieJar.py
test/test_aes.py
test/test_age_restriction.py
test/test_all_urls.py
test/test_cache.py
test/test_compat.py
test/test_download.py
test/test_downloader_http.py
test/test_execution.py
test/test_http.py
test/test_iqiyi_sdk_interpreter.py
test/test_jsinterp.py
test/test_netrc.py
test/test_options.py
test/test_overwrites.py
test/test_post_hooks.py
test/test_postprocessors.py
test/test_socks.py
test/test_subtitles.py
test/test_swfinterp.py
test/test_update.py.disabled
test/test_utils.py
test/test_verbose_output.py
test/test_write_annotations.py
test/test_youtube_lists.py
test/test_youtube_signature.py
tox.ini
youtube-dlc.cmd [deleted file]
youtube-dlc.sh [deleted file]
yt-dlp.cmd [new file with mode: 0644]
yt-dlp.sh [new file with mode: 0644]
yt-dlp.sublime-project [deleted file]
yt_dlp/YoutubeDL.py [moved from youtube_dlc/YoutubeDL.py with 99% similarity]
yt_dlp/__init__.py [moved from youtube_dlc/__init__.py with 99% similarity]
yt_dlp/__main__.py [moved from youtube_dlc/__main__.py with 73% similarity]
yt_dlp/aes.py [moved from youtube_dlc/aes.py with 100% similarity]
yt_dlp/cache.py [moved from youtube_dlc/cache.py with 98% similarity]
yt_dlp/compat.py [moved from youtube_dlc/compat.py with 99% similarity]
yt_dlp/downloader/__init__.py [moved from youtube_dlc/downloader/__init__.py with 100% similarity]
yt_dlp/downloader/common.py [moved from youtube_dlc/downloader/common.py with 99% similarity]
yt_dlp/downloader/dash.py [moved from youtube_dlc/downloader/dash.py with 100% similarity]
yt_dlp/downloader/external.py [moved from youtube_dlc/downloader/external.py with 100% similarity]
yt_dlp/downloader/f4m.py [moved from youtube_dlc/downloader/f4m.py with 100% similarity]
yt_dlp/downloader/fragment.py [moved from youtube_dlc/downloader/fragment.py with 98% similarity]
yt_dlp/downloader/hls.py [moved from youtube_dlc/downloader/hls.py with 100% similarity]
yt_dlp/downloader/http.py [moved from youtube_dlc/downloader/http.py with 100% similarity]
yt_dlp/downloader/ism.py [moved from youtube_dlc/downloader/ism.py with 100% similarity]
yt_dlp/downloader/niconico.py [moved from youtube_dlc/downloader/niconico.py with 100% similarity]
yt_dlp/downloader/rtmp.py [moved from youtube_dlc/downloader/rtmp.py with 100% similarity]
yt_dlp/downloader/rtsp.py [moved from youtube_dlc/downloader/rtsp.py with 100% similarity]
yt_dlp/downloader/youtube_live_chat.py [moved from youtube_dlc/downloader/youtube_live_chat.py with 100% similarity]
yt_dlp/extractor/__init__.py [moved from youtube_dlc/extractor/__init__.py with 100% similarity]
yt_dlp/extractor/abc.py [moved from youtube_dlc/extractor/abc.py with 100% similarity]
yt_dlp/extractor/abcnews.py [moved from youtube_dlc/extractor/abcnews.py with 100% similarity]
yt_dlp/extractor/abcotvs.py [moved from youtube_dlc/extractor/abcotvs.py with 100% similarity]
yt_dlp/extractor/academicearth.py [moved from youtube_dlc/extractor/academicearth.py with 100% similarity]
yt_dlp/extractor/acast.py [moved from youtube_dlc/extractor/acast.py with 100% similarity]
yt_dlp/extractor/adn.py [moved from youtube_dlc/extractor/adn.py with 100% similarity]
yt_dlp/extractor/adobeconnect.py [moved from youtube_dlc/extractor/adobeconnect.py with 100% similarity]
yt_dlp/extractor/adobepass.py [moved from youtube_dlc/extractor/adobepass.py with 100% similarity]
yt_dlp/extractor/adobetv.py [moved from youtube_dlc/extractor/adobetv.py with 100% similarity]
yt_dlp/extractor/adultswim.py [moved from youtube_dlc/extractor/adultswim.py with 100% similarity]
yt_dlp/extractor/aenetworks.py [moved from youtube_dlc/extractor/aenetworks.py with 100% similarity]
yt_dlp/extractor/afreecatv.py [moved from youtube_dlc/extractor/afreecatv.py with 100% similarity]
yt_dlp/extractor/airmozilla.py [moved from youtube_dlc/extractor/airmozilla.py with 100% similarity]
yt_dlp/extractor/aliexpress.py [moved from youtube_dlc/extractor/aliexpress.py with 100% similarity]
yt_dlp/extractor/aljazeera.py [moved from youtube_dlc/extractor/aljazeera.py with 100% similarity]
yt_dlp/extractor/allocine.py [moved from youtube_dlc/extractor/allocine.py with 100% similarity]
yt_dlp/extractor/alphaporno.py [moved from youtube_dlc/extractor/alphaporno.py with 100% similarity]
yt_dlp/extractor/alura.py [moved from youtube_dlc/extractor/alura.py with 100% similarity]
yt_dlp/extractor/amara.py [moved from youtube_dlc/extractor/amara.py with 100% similarity]
yt_dlp/extractor/amcnetworks.py [moved from youtube_dlc/extractor/amcnetworks.py with 100% similarity]
yt_dlp/extractor/americastestkitchen.py [moved from youtube_dlc/extractor/americastestkitchen.py with 100% similarity]
yt_dlp/extractor/amp.py [moved from youtube_dlc/extractor/amp.py with 100% similarity]
yt_dlp/extractor/animelab.py [moved from youtube_dlc/extractor/animelab.py with 100% similarity]
yt_dlp/extractor/animeondemand.py [moved from youtube_dlc/extractor/animeondemand.py with 100% similarity]
yt_dlp/extractor/anvato.py [moved from youtube_dlc/extractor/anvato.py with 99% similarity]
yt_dlp/extractor/anvato_token_generator/__init__.py [moved from youtube_dlc/extractor/anvato_token_generator/__init__.py with 100% similarity]
yt_dlp/extractor/anvato_token_generator/common.py [moved from youtube_dlc/extractor/anvato_token_generator/common.py with 100% similarity]
yt_dlp/extractor/anvato_token_generator/nfl.py [moved from youtube_dlc/extractor/anvato_token_generator/nfl.py with 100% similarity]
yt_dlp/extractor/aol.py [moved from youtube_dlc/extractor/aol.py with 100% similarity]
yt_dlp/extractor/apa.py [moved from youtube_dlc/extractor/apa.py with 100% similarity]
yt_dlp/extractor/aparat.py [moved from youtube_dlc/extractor/aparat.py with 100% similarity]
yt_dlp/extractor/appleconnect.py [moved from youtube_dlc/extractor/appleconnect.py with 100% similarity]
yt_dlp/extractor/applepodcasts.py [moved from youtube_dlc/extractor/applepodcasts.py with 100% similarity]
yt_dlp/extractor/appletrailers.py [moved from youtube_dlc/extractor/appletrailers.py with 99% similarity]
yt_dlp/extractor/archiveorg.py [moved from youtube_dlc/extractor/archiveorg.py with 100% similarity]
yt_dlp/extractor/arcpublishing.py [moved from youtube_dlc/extractor/arcpublishing.py with 100% similarity]
yt_dlp/extractor/ard.py [moved from youtube_dlc/extractor/ard.py with 100% similarity]
yt_dlp/extractor/arkena.py [moved from youtube_dlc/extractor/arkena.py with 100% similarity]
yt_dlp/extractor/arte.py [moved from youtube_dlc/extractor/arte.py with 100% similarity]
yt_dlp/extractor/asiancrush.py [moved from youtube_dlc/extractor/asiancrush.py with 100% similarity]
yt_dlp/extractor/atresplayer.py [moved from youtube_dlc/extractor/atresplayer.py with 100% similarity]
yt_dlp/extractor/atttechchannel.py [moved from youtube_dlc/extractor/atttechchannel.py with 100% similarity]
yt_dlp/extractor/atvat.py [moved from youtube_dlc/extractor/atvat.py with 100% similarity]
yt_dlp/extractor/audimedia.py [moved from youtube_dlc/extractor/audimedia.py with 100% similarity]
yt_dlp/extractor/audioboom.py [moved from youtube_dlc/extractor/audioboom.py with 100% similarity]
yt_dlp/extractor/audiomack.py [moved from youtube_dlc/extractor/audiomack.py with 100% similarity]
yt_dlp/extractor/audius.py [moved from youtube_dlc/extractor/audius.py with 100% similarity]
yt_dlp/extractor/awaan.py [moved from youtube_dlc/extractor/awaan.py with 100% similarity]
yt_dlp/extractor/aws.py [moved from youtube_dlc/extractor/aws.py with 100% similarity]
yt_dlp/extractor/azmedien.py [moved from youtube_dlc/extractor/azmedien.py with 100% similarity]
yt_dlp/extractor/baidu.py [moved from youtube_dlc/extractor/baidu.py with 100% similarity]
yt_dlp/extractor/bandcamp.py [moved from youtube_dlc/extractor/bandcamp.py with 100% similarity]
yt_dlp/extractor/bbc.py [moved from youtube_dlc/extractor/bbc.py with 100% similarity]
yt_dlp/extractor/beatport.py [moved from youtube_dlc/extractor/beatport.py with 100% similarity]
yt_dlp/extractor/beeg.py [moved from youtube_dlc/extractor/beeg.py with 100% similarity]
yt_dlp/extractor/behindkink.py [moved from youtube_dlc/extractor/behindkink.py with 100% similarity]
yt_dlp/extractor/bellmedia.py [moved from youtube_dlc/extractor/bellmedia.py with 100% similarity]
yt_dlp/extractor/bet.py [moved from youtube_dlc/extractor/bet.py with 100% similarity]
yt_dlp/extractor/bfi.py [moved from youtube_dlc/extractor/bfi.py with 100% similarity]
yt_dlp/extractor/bfmtv.py [moved from youtube_dlc/extractor/bfmtv.py with 100% similarity]
yt_dlp/extractor/bibeltv.py [moved from youtube_dlc/extractor/bibeltv.py with 100% similarity]
yt_dlp/extractor/bigflix.py [moved from youtube_dlc/extractor/bigflix.py with 100% similarity]
yt_dlp/extractor/bild.py [moved from youtube_dlc/extractor/bild.py with 100% similarity]
yt_dlp/extractor/bilibili.py [moved from youtube_dlc/extractor/bilibili.py with 99% similarity]
yt_dlp/extractor/biobiochiletv.py [moved from youtube_dlc/extractor/biobiochiletv.py with 100% similarity]
yt_dlp/extractor/biqle.py [moved from youtube_dlc/extractor/biqle.py with 100% similarity]
yt_dlp/extractor/bitchute.py [moved from youtube_dlc/extractor/bitchute.py with 100% similarity]
yt_dlp/extractor/bitwave.py [moved from youtube_dlc/extractor/bitwave.py with 100% similarity]
yt_dlp/extractor/bleacherreport.py [moved from youtube_dlc/extractor/bleacherreport.py with 100% similarity]
yt_dlp/extractor/blinkx.py [moved from youtube_dlc/extractor/blinkx.py with 100% similarity]
yt_dlp/extractor/bloomberg.py [moved from youtube_dlc/extractor/bloomberg.py with 100% similarity]
yt_dlp/extractor/bokecc.py [moved from youtube_dlc/extractor/bokecc.py with 100% similarity]
yt_dlp/extractor/bongacams.py [moved from youtube_dlc/extractor/bongacams.py with 100% similarity]
yt_dlp/extractor/bostonglobe.py [moved from youtube_dlc/extractor/bostonglobe.py with 100% similarity]
yt_dlp/extractor/box.py [moved from youtube_dlc/extractor/box.py with 100% similarity]
yt_dlp/extractor/bpb.py [moved from youtube_dlc/extractor/bpb.py with 100% similarity]
yt_dlp/extractor/br.py [moved from youtube_dlc/extractor/br.py with 100% similarity]
yt_dlp/extractor/bravotv.py [moved from youtube_dlc/extractor/bravotv.py with 100% similarity]
yt_dlp/extractor/breakcom.py [moved from youtube_dlc/extractor/breakcom.py with 100% similarity]
yt_dlp/extractor/brightcove.py [moved from youtube_dlc/extractor/brightcove.py with 100% similarity]
yt_dlp/extractor/businessinsider.py [moved from youtube_dlc/extractor/businessinsider.py with 100% similarity]
yt_dlp/extractor/buzzfeed.py [moved from youtube_dlc/extractor/buzzfeed.py with 100% similarity]
yt_dlp/extractor/byutv.py [moved from youtube_dlc/extractor/byutv.py with 100% similarity]
yt_dlp/extractor/c56.py [moved from youtube_dlc/extractor/c56.py with 100% similarity]
yt_dlp/extractor/camdemy.py [moved from youtube_dlc/extractor/camdemy.py with 100% similarity]
yt_dlp/extractor/cammodels.py [moved from youtube_dlc/extractor/cammodels.py with 100% similarity]
yt_dlp/extractor/camtube.py [moved from youtube_dlc/extractor/camtube.py with 100% similarity]
yt_dlp/extractor/camwithher.py [moved from youtube_dlc/extractor/camwithher.py with 100% similarity]
yt_dlp/extractor/canalc2.py [moved from youtube_dlc/extractor/canalc2.py with 100% similarity]
yt_dlp/extractor/canalplus.py [moved from youtube_dlc/extractor/canalplus.py with 100% similarity]
yt_dlp/extractor/canvas.py [moved from youtube_dlc/extractor/canvas.py with 100% similarity]
yt_dlp/extractor/carambatv.py [moved from youtube_dlc/extractor/carambatv.py with 100% similarity]
yt_dlp/extractor/cartoonnetwork.py [moved from youtube_dlc/extractor/cartoonnetwork.py with 100% similarity]
yt_dlp/extractor/cbc.py [moved from youtube_dlc/extractor/cbc.py with 100% similarity]
yt_dlp/extractor/cbs.py [moved from youtube_dlc/extractor/cbs.py with 100% similarity]
yt_dlp/extractor/cbsinteractive.py [moved from youtube_dlc/extractor/cbsinteractive.py with 100% similarity]
yt_dlp/extractor/cbslocal.py [moved from youtube_dlc/extractor/cbslocal.py with 100% similarity]
yt_dlp/extractor/cbsnews.py [moved from youtube_dlc/extractor/cbsnews.py with 100% similarity]
yt_dlp/extractor/cbssports.py [moved from youtube_dlc/extractor/cbssports.py with 100% similarity]
yt_dlp/extractor/ccc.py [moved from youtube_dlc/extractor/ccc.py with 100% similarity]
yt_dlp/extractor/ccma.py [moved from youtube_dlc/extractor/ccma.py with 100% similarity]
yt_dlp/extractor/cctv.py [moved from youtube_dlc/extractor/cctv.py with 100% similarity]
yt_dlp/extractor/cda.py [moved from youtube_dlc/extractor/cda.py with 100% similarity]
yt_dlp/extractor/ceskatelevize.py [moved from youtube_dlc/extractor/ceskatelevize.py with 100% similarity]
yt_dlp/extractor/channel9.py [moved from youtube_dlc/extractor/channel9.py with 100% similarity]
yt_dlp/extractor/charlierose.py [moved from youtube_dlc/extractor/charlierose.py with 100% similarity]
yt_dlp/extractor/chaturbate.py [moved from youtube_dlc/extractor/chaturbate.py with 100% similarity]
yt_dlp/extractor/chilloutzone.py [moved from youtube_dlc/extractor/chilloutzone.py with 100% similarity]
yt_dlp/extractor/chirbit.py [moved from youtube_dlc/extractor/chirbit.py with 100% similarity]
yt_dlp/extractor/cinchcast.py [moved from youtube_dlc/extractor/cinchcast.py with 100% similarity]
yt_dlp/extractor/cinemax.py [moved from youtube_dlc/extractor/cinemax.py with 100% similarity]
yt_dlp/extractor/ciscolive.py [moved from youtube_dlc/extractor/ciscolive.py with 100% similarity]
yt_dlp/extractor/cjsw.py [moved from youtube_dlc/extractor/cjsw.py with 100% similarity]
yt_dlp/extractor/cliphunter.py [moved from youtube_dlc/extractor/cliphunter.py with 100% similarity]
yt_dlp/extractor/clippit.py [moved from youtube_dlc/extractor/clippit.py with 100% similarity]
yt_dlp/extractor/cliprs.py [moved from youtube_dlc/extractor/cliprs.py with 100% similarity]
yt_dlp/extractor/clipsyndicate.py [moved from youtube_dlc/extractor/clipsyndicate.py with 100% similarity]
yt_dlp/extractor/closertotruth.py [moved from youtube_dlc/extractor/closertotruth.py with 100% similarity]
yt_dlp/extractor/cloudflarestream.py [moved from youtube_dlc/extractor/cloudflarestream.py with 100% similarity]
yt_dlp/extractor/cloudy.py [moved from youtube_dlc/extractor/cloudy.py with 100% similarity]
yt_dlp/extractor/clubic.py [moved from youtube_dlc/extractor/clubic.py with 100% similarity]
yt_dlp/extractor/clyp.py [moved from youtube_dlc/extractor/clyp.py with 100% similarity]
yt_dlp/extractor/cmt.py [moved from youtube_dlc/extractor/cmt.py with 100% similarity]
yt_dlp/extractor/cnbc.py [moved from youtube_dlc/extractor/cnbc.py with 100% similarity]
yt_dlp/extractor/cnn.py [moved from youtube_dlc/extractor/cnn.py with 100% similarity]
yt_dlp/extractor/comedycentral.py [moved from youtube_dlc/extractor/comedycentral.py with 100% similarity]
yt_dlp/extractor/common.py [moved from youtube_dlc/extractor/common.py with 99% similarity]
yt_dlp/extractor/commonmistakes.py [moved from youtube_dlc/extractor/commonmistakes.py with 92% similarity]
yt_dlp/extractor/commonprotocols.py [moved from youtube_dlc/extractor/commonprotocols.py with 100% similarity]
yt_dlp/extractor/condenast.py [moved from youtube_dlc/extractor/condenast.py with 100% similarity]
yt_dlp/extractor/contv.py [moved from youtube_dlc/extractor/contv.py with 100% similarity]
yt_dlp/extractor/corus.py [moved from youtube_dlc/extractor/corus.py with 100% similarity]
yt_dlp/extractor/coub.py [moved from youtube_dlc/extractor/coub.py with 100% similarity]
yt_dlp/extractor/cracked.py [moved from youtube_dlc/extractor/cracked.py with 100% similarity]
yt_dlp/extractor/crackle.py [moved from youtube_dlc/extractor/crackle.py with 100% similarity]
yt_dlp/extractor/crooksandliars.py [moved from youtube_dlc/extractor/crooksandliars.py with 100% similarity]
yt_dlp/extractor/crunchyroll.py [moved from youtube_dlc/extractor/crunchyroll.py with 100% similarity]
yt_dlp/extractor/cspan.py [moved from youtube_dlc/extractor/cspan.py with 100% similarity]
yt_dlp/extractor/ctsnews.py [moved from youtube_dlc/extractor/ctsnews.py with 100% similarity]
yt_dlp/extractor/ctv.py [moved from youtube_dlc/extractor/ctv.py with 100% similarity]
yt_dlp/extractor/ctvnews.py [moved from youtube_dlc/extractor/ctvnews.py with 100% similarity]
yt_dlp/extractor/cultureunplugged.py [moved from youtube_dlc/extractor/cultureunplugged.py with 100% similarity]
yt_dlp/extractor/curiositystream.py [moved from youtube_dlc/extractor/curiositystream.py with 100% similarity]
yt_dlp/extractor/cwtv.py [moved from youtube_dlc/extractor/cwtv.py with 100% similarity]
yt_dlp/extractor/dailymail.py [moved from youtube_dlc/extractor/dailymail.py with 100% similarity]
yt_dlp/extractor/dailymotion.py [moved from youtube_dlc/extractor/dailymotion.py with 100% similarity]
yt_dlp/extractor/daum.py [moved from youtube_dlc/extractor/daum.py with 100% similarity]
yt_dlp/extractor/dbtv.py [moved from youtube_dlc/extractor/dbtv.py with 100% similarity]
yt_dlp/extractor/dctp.py [moved from youtube_dlc/extractor/dctp.py with 100% similarity]
yt_dlp/extractor/deezer.py [moved from youtube_dlc/extractor/deezer.py with 100% similarity]
yt_dlp/extractor/defense.py [moved from youtube_dlc/extractor/defense.py with 100% similarity]
yt_dlp/extractor/democracynow.py [moved from youtube_dlc/extractor/democracynow.py with 100% similarity]
yt_dlp/extractor/dfb.py [moved from youtube_dlc/extractor/dfb.py with 100% similarity]
yt_dlp/extractor/dhm.py [moved from youtube_dlc/extractor/dhm.py with 100% similarity]
yt_dlp/extractor/digg.py [moved from youtube_dlc/extractor/digg.py with 100% similarity]
yt_dlp/extractor/digiteka.py [moved from youtube_dlc/extractor/digiteka.py with 100% similarity]
yt_dlp/extractor/discovery.py [moved from youtube_dlc/extractor/discovery.py with 100% similarity]
yt_dlp/extractor/discoverygo.py [moved from youtube_dlc/extractor/discoverygo.py with 100% similarity]
yt_dlp/extractor/discoverynetworks.py [moved from youtube_dlc/extractor/discoverynetworks.py with 100% similarity]
yt_dlp/extractor/discoveryvr.py [moved from youtube_dlc/extractor/discoveryvr.py with 100% similarity]
yt_dlp/extractor/disney.py [moved from youtube_dlc/extractor/disney.py with 100% similarity]
yt_dlp/extractor/dispeak.py [moved from youtube_dlc/extractor/dispeak.py with 100% similarity]
yt_dlp/extractor/dlive.py [moved from youtube_dlc/extractor/dlive.py with 100% similarity]
yt_dlp/extractor/doodstream.py [moved from youtube_dlc/extractor/doodstream.py with 100% similarity]
yt_dlp/extractor/dotsub.py [moved from youtube_dlc/extractor/dotsub.py with 100% similarity]
yt_dlp/extractor/douyutv.py [moved from youtube_dlc/extractor/douyutv.py with 100% similarity]
yt_dlp/extractor/dplay.py [moved from youtube_dlc/extractor/dplay.py with 100% similarity]
yt_dlp/extractor/drbonanza.py [moved from youtube_dlc/extractor/drbonanza.py with 100% similarity]
yt_dlp/extractor/dreisat.py [moved from youtube_dlc/extractor/dreisat.py with 100% similarity]
yt_dlp/extractor/dropbox.py [moved from youtube_dlc/extractor/dropbox.py with 90% similarity]
yt_dlp/extractor/drtuber.py [moved from youtube_dlc/extractor/drtuber.py with 100% similarity]
yt_dlp/extractor/drtv.py [moved from youtube_dlc/extractor/drtv.py with 100% similarity]
yt_dlp/extractor/dtube.py [moved from youtube_dlc/extractor/dtube.py with 100% similarity]
yt_dlp/extractor/duboku.py [moved from youtube_dlc/extractor/duboku.py with 100% similarity]
yt_dlp/extractor/dumpert.py [moved from youtube_dlc/extractor/dumpert.py with 100% similarity]
yt_dlp/extractor/dvtv.py [moved from youtube_dlc/extractor/dvtv.py with 100% similarity]
yt_dlp/extractor/dw.py [moved from youtube_dlc/extractor/dw.py with 100% similarity]
yt_dlp/extractor/eagleplatform.py [moved from youtube_dlc/extractor/eagleplatform.py with 100% similarity]
yt_dlp/extractor/ebaumsworld.py [moved from youtube_dlc/extractor/ebaumsworld.py with 100% similarity]
yt_dlp/extractor/echomsk.py [moved from youtube_dlc/extractor/echomsk.py with 100% similarity]
yt_dlp/extractor/egghead.py [moved from youtube_dlc/extractor/egghead.py with 100% similarity]
yt_dlp/extractor/ehow.py [moved from youtube_dlc/extractor/ehow.py with 100% similarity]
yt_dlp/extractor/eighttracks.py [moved from youtube_dlc/extractor/eighttracks.py with 85% similarity]
yt_dlp/extractor/einthusan.py [moved from youtube_dlc/extractor/einthusan.py with 100% similarity]
yt_dlp/extractor/eitb.py [moved from youtube_dlc/extractor/eitb.py with 100% similarity]
yt_dlp/extractor/ellentube.py [moved from youtube_dlc/extractor/ellentube.py with 100% similarity]
yt_dlp/extractor/elonet.py [moved from youtube_dlc/extractor/elonet.py with 100% similarity]
yt_dlp/extractor/elpais.py [moved from youtube_dlc/extractor/elpais.py with 100% similarity]
yt_dlp/extractor/embedly.py [moved from youtube_dlc/extractor/embedly.py with 100% similarity]
yt_dlp/extractor/engadget.py [moved from youtube_dlc/extractor/engadget.py with 100% similarity]
yt_dlp/extractor/eporner.py [moved from youtube_dlc/extractor/eporner.py with 100% similarity]
yt_dlp/extractor/eroprofile.py [moved from youtube_dlc/extractor/eroprofile.py with 100% similarity]
yt_dlp/extractor/escapist.py [moved from youtube_dlc/extractor/escapist.py with 100% similarity]
yt_dlp/extractor/espn.py [moved from youtube_dlc/extractor/espn.py with 100% similarity]
yt_dlp/extractor/esri.py [moved from youtube_dlc/extractor/esri.py with 100% similarity]
yt_dlp/extractor/europa.py [moved from youtube_dlc/extractor/europa.py with 100% similarity]
yt_dlp/extractor/everyonesmixtape.py [moved from youtube_dlc/extractor/everyonesmixtape.py with 100% similarity]
yt_dlp/extractor/expotv.py [moved from youtube_dlc/extractor/expotv.py with 100% similarity]
yt_dlp/extractor/expressen.py [moved from youtube_dlc/extractor/expressen.py with 100% similarity]
yt_dlp/extractor/extractors.py [moved from youtube_dlc/extractor/extractors.py with 100% similarity]
yt_dlp/extractor/extremetube.py [moved from youtube_dlc/extractor/extremetube.py with 100% similarity]
yt_dlp/extractor/eyedotv.py [moved from youtube_dlc/extractor/eyedotv.py with 100% similarity]
yt_dlp/extractor/facebook.py [moved from youtube_dlc/extractor/facebook.py with 100% similarity]
yt_dlp/extractor/faz.py [moved from youtube_dlc/extractor/faz.py with 100% similarity]
yt_dlp/extractor/fc2.py [moved from youtube_dlc/extractor/fc2.py with 100% similarity]
yt_dlp/extractor/fczenit.py [moved from youtube_dlc/extractor/fczenit.py with 100% similarity]
yt_dlp/extractor/filmon.py [moved from youtube_dlc/extractor/filmon.py with 100% similarity]
yt_dlp/extractor/filmweb.py [moved from youtube_dlc/extractor/filmweb.py with 100% similarity]
yt_dlp/extractor/firsttv.py [moved from youtube_dlc/extractor/firsttv.py with 100% similarity]
yt_dlp/extractor/fivemin.py [moved from youtube_dlc/extractor/fivemin.py with 100% similarity]
yt_dlp/extractor/fivetv.py [moved from youtube_dlc/extractor/fivetv.py with 100% similarity]
yt_dlp/extractor/flickr.py [moved from youtube_dlc/extractor/flickr.py with 100% similarity]
yt_dlp/extractor/folketinget.py [moved from youtube_dlc/extractor/folketinget.py with 100% similarity]
yt_dlp/extractor/footyroom.py [moved from youtube_dlc/extractor/footyroom.py with 100% similarity]
yt_dlp/extractor/formula1.py [moved from youtube_dlc/extractor/formula1.py with 100% similarity]
yt_dlp/extractor/fourtube.py [moved from youtube_dlc/extractor/fourtube.py with 100% similarity]
yt_dlp/extractor/fox.py [moved from youtube_dlc/extractor/fox.py with 100% similarity]
yt_dlp/extractor/fox9.py [moved from youtube_dlc/extractor/fox9.py with 100% similarity]
yt_dlp/extractor/foxgay.py [moved from youtube_dlc/extractor/foxgay.py with 100% similarity]
yt_dlp/extractor/foxnews.py [moved from youtube_dlc/extractor/foxnews.py with 100% similarity]
yt_dlp/extractor/foxsports.py [moved from youtube_dlc/extractor/foxsports.py with 100% similarity]
yt_dlp/extractor/franceculture.py [moved from youtube_dlc/extractor/franceculture.py with 100% similarity]
yt_dlp/extractor/franceinter.py [moved from youtube_dlc/extractor/franceinter.py with 100% similarity]
yt_dlp/extractor/francetv.py [moved from youtube_dlc/extractor/francetv.py with 100% similarity]
yt_dlp/extractor/freesound.py [moved from youtube_dlc/extractor/freesound.py with 100% similarity]
yt_dlp/extractor/freespeech.py [moved from youtube_dlc/extractor/freespeech.py with 100% similarity]
yt_dlp/extractor/freshlive.py [moved from youtube_dlc/extractor/freshlive.py with 100% similarity]
yt_dlp/extractor/frontendmasters.py [moved from youtube_dlc/extractor/frontendmasters.py with 100% similarity]
yt_dlp/extractor/fujitv.py [moved from youtube_dlc/extractor/fujitv.py with 100% similarity]
yt_dlp/extractor/funimation.py [moved from youtube_dlc/extractor/funimation.py with 100% similarity]
yt_dlp/extractor/funk.py [moved from youtube_dlc/extractor/funk.py with 100% similarity]
yt_dlp/extractor/fusion.py [moved from youtube_dlc/extractor/fusion.py with 100% similarity]
yt_dlp/extractor/fxnetworks.py [moved from youtube_dlc/extractor/fxnetworks.py with 100% similarity]
yt_dlp/extractor/gaia.py [moved from youtube_dlc/extractor/gaia.py with 100% similarity]
yt_dlp/extractor/gameinformer.py [moved from youtube_dlc/extractor/gameinformer.py with 100% similarity]
yt_dlp/extractor/gamespot.py [moved from youtube_dlc/extractor/gamespot.py with 100% similarity]
yt_dlp/extractor/gamestar.py [moved from youtube_dlc/extractor/gamestar.py with 100% similarity]
yt_dlp/extractor/gaskrank.py [moved from youtube_dlc/extractor/gaskrank.py with 100% similarity]
yt_dlp/extractor/gazeta.py [moved from youtube_dlc/extractor/gazeta.py with 100% similarity]
yt_dlp/extractor/gdcvault.py [moved from youtube_dlc/extractor/gdcvault.py with 100% similarity]
yt_dlp/extractor/gedi.py [moved from youtube_dlc/extractor/gedi.py with 100% similarity]
yt_dlp/extractor/generic.py [moved from youtube_dlc/extractor/generic.py with 99% similarity]
yt_dlp/extractor/gfycat.py [moved from youtube_dlc/extractor/gfycat.py with 100% similarity]
yt_dlp/extractor/giantbomb.py [moved from youtube_dlc/extractor/giantbomb.py with 100% similarity]
yt_dlp/extractor/giga.py [moved from youtube_dlc/extractor/giga.py with 100% similarity]
yt_dlp/extractor/gigya.py [moved from youtube_dlc/extractor/gigya.py with 100% similarity]
yt_dlp/extractor/glide.py [moved from youtube_dlc/extractor/glide.py with 100% similarity]
yt_dlp/extractor/globo.py [moved from youtube_dlc/extractor/globo.py with 100% similarity]
yt_dlp/extractor/go.py [moved from youtube_dlc/extractor/go.py with 100% similarity]
yt_dlp/extractor/godtube.py [moved from youtube_dlc/extractor/godtube.py with 100% similarity]
yt_dlp/extractor/golem.py [moved from youtube_dlc/extractor/golem.py with 100% similarity]
yt_dlp/extractor/googledrive.py [moved from youtube_dlc/extractor/googledrive.py with 100% similarity]
yt_dlp/extractor/googlepodcasts.py [moved from youtube_dlc/extractor/googlepodcasts.py with 100% similarity]
yt_dlp/extractor/googlesearch.py [moved from youtube_dlc/extractor/googlesearch.py with 100% similarity]
yt_dlp/extractor/goshgay.py [moved from youtube_dlc/extractor/goshgay.py with 100% similarity]
yt_dlp/extractor/gputechconf.py [moved from youtube_dlc/extractor/gputechconf.py with 100% similarity]
yt_dlp/extractor/groupon.py [moved from youtube_dlc/extractor/groupon.py with 100% similarity]
yt_dlp/extractor/hbo.py [moved from youtube_dlc/extractor/hbo.py with 100% similarity]
yt_dlp/extractor/hearthisat.py [moved from youtube_dlc/extractor/hearthisat.py with 100% similarity]
yt_dlp/extractor/heise.py [moved from youtube_dlc/extractor/heise.py with 100% similarity]
yt_dlp/extractor/hellporno.py [moved from youtube_dlc/extractor/hellporno.py with 100% similarity]
yt_dlp/extractor/helsinki.py [moved from youtube_dlc/extractor/helsinki.py with 100% similarity]
yt_dlp/extractor/hentaistigma.py [moved from youtube_dlc/extractor/hentaistigma.py with 100% similarity]
yt_dlp/extractor/hgtv.py [moved from youtube_dlc/extractor/hgtv.py with 100% similarity]
yt_dlp/extractor/hidive.py [moved from youtube_dlc/extractor/hidive.py with 100% similarity]
yt_dlp/extractor/historicfilms.py [moved from youtube_dlc/extractor/historicfilms.py with 100% similarity]
yt_dlp/extractor/hitbox.py [moved from youtube_dlc/extractor/hitbox.py with 100% similarity]
yt_dlp/extractor/hitrecord.py [moved from youtube_dlc/extractor/hitrecord.py with 100% similarity]
yt_dlp/extractor/hketv.py [moved from youtube_dlc/extractor/hketv.py with 100% similarity]
yt_dlp/extractor/hornbunny.py [moved from youtube_dlc/extractor/hornbunny.py with 100% similarity]
yt_dlp/extractor/hotnewhiphop.py [moved from youtube_dlc/extractor/hotnewhiphop.py with 100% similarity]
yt_dlp/extractor/hotstar.py [moved from youtube_dlc/extractor/hotstar.py with 100% similarity]
yt_dlp/extractor/howcast.py [moved from youtube_dlc/extractor/howcast.py with 100% similarity]
yt_dlp/extractor/howstuffworks.py [moved from youtube_dlc/extractor/howstuffworks.py with 100% similarity]
yt_dlp/extractor/hrfensehen.py [moved from youtube_dlc/extractor/hrfensehen.py with 98% similarity]
yt_dlp/extractor/hrti.py [moved from youtube_dlc/extractor/hrti.py with 100% similarity]
yt_dlp/extractor/huajiao.py [moved from youtube_dlc/extractor/huajiao.py with 100% similarity]
yt_dlp/extractor/huffpost.py [moved from youtube_dlc/extractor/huffpost.py with 100% similarity]
yt_dlp/extractor/hungama.py [moved from youtube_dlc/extractor/hungama.py with 100% similarity]
yt_dlp/extractor/hypem.py [moved from youtube_dlc/extractor/hypem.py with 100% similarity]
yt_dlp/extractor/ign.py [moved from youtube_dlc/extractor/ign.py with 100% similarity]
yt_dlp/extractor/iheart.py [moved from youtube_dlc/extractor/iheart.py with 100% similarity]
yt_dlp/extractor/imdb.py [moved from youtube_dlc/extractor/imdb.py with 100% similarity]
yt_dlp/extractor/imggaming.py [moved from youtube_dlc/extractor/imggaming.py with 100% similarity]
yt_dlp/extractor/imgur.py [moved from youtube_dlc/extractor/imgur.py with 97% similarity]
yt_dlp/extractor/ina.py [moved from youtube_dlc/extractor/ina.py with 100% similarity]
yt_dlp/extractor/inc.py [moved from youtube_dlc/extractor/inc.py with 100% similarity]
yt_dlp/extractor/indavideo.py [moved from youtube_dlc/extractor/indavideo.py with 100% similarity]
yt_dlp/extractor/infoq.py [moved from youtube_dlc/extractor/infoq.py with 100% similarity]
yt_dlp/extractor/instagram.py [moved from youtube_dlc/extractor/instagram.py with 100% similarity]
yt_dlp/extractor/internazionale.py [moved from youtube_dlc/extractor/internazionale.py with 100% similarity]
yt_dlp/extractor/internetvideoarchive.py [moved from youtube_dlc/extractor/internetvideoarchive.py with 100% similarity]
yt_dlp/extractor/iprima.py [moved from youtube_dlc/extractor/iprima.py with 100% similarity]
yt_dlp/extractor/iqiyi.py [moved from youtube_dlc/extractor/iqiyi.py with 100% similarity]
yt_dlp/extractor/ir90tv.py [moved from youtube_dlc/extractor/ir90tv.py with 100% similarity]
yt_dlp/extractor/itv.py [moved from youtube_dlc/extractor/itv.py with 100% similarity]
yt_dlp/extractor/ivi.py [moved from youtube_dlc/extractor/ivi.py with 99% similarity]
yt_dlp/extractor/ivideon.py [moved from youtube_dlc/extractor/ivideon.py with 100% similarity]
yt_dlp/extractor/iwara.py [moved from youtube_dlc/extractor/iwara.py with 100% similarity]
yt_dlp/extractor/izlesene.py [moved from youtube_dlc/extractor/izlesene.py with 100% similarity]
yt_dlp/extractor/jamendo.py [moved from youtube_dlc/extractor/jamendo.py with 100% similarity]
yt_dlp/extractor/jeuxvideo.py [moved from youtube_dlc/extractor/jeuxvideo.py with 100% similarity]
yt_dlp/extractor/joj.py [moved from youtube_dlc/extractor/joj.py with 100% similarity]
yt_dlp/extractor/jove.py [moved from youtube_dlc/extractor/jove.py with 100% similarity]
yt_dlp/extractor/jwplatform.py [moved from youtube_dlc/extractor/jwplatform.py with 100% similarity]
yt_dlp/extractor/kakao.py [moved from youtube_dlc/extractor/kakao.py with 100% similarity]
yt_dlp/extractor/kaltura.py [moved from youtube_dlc/extractor/kaltura.py with 100% similarity]
yt_dlp/extractor/kanalplay.py [moved from youtube_dlc/extractor/kanalplay.py with 100% similarity]
yt_dlp/extractor/kankan.py [moved from youtube_dlc/extractor/kankan.py with 100% similarity]
yt_dlp/extractor/karaoketv.py [moved from youtube_dlc/extractor/karaoketv.py with 100% similarity]
yt_dlp/extractor/karrierevideos.py [moved from youtube_dlc/extractor/karrierevideos.py with 100% similarity]
yt_dlp/extractor/keezmovies.py [moved from youtube_dlc/extractor/keezmovies.py with 100% similarity]
yt_dlp/extractor/ketnet.py [moved from youtube_dlc/extractor/ketnet.py with 100% similarity]
yt_dlp/extractor/khanacademy.py [moved from youtube_dlc/extractor/khanacademy.py with 100% similarity]
yt_dlp/extractor/kickstarter.py [moved from youtube_dlc/extractor/kickstarter.py with 100% similarity]
yt_dlp/extractor/kinja.py [moved from youtube_dlc/extractor/kinja.py with 100% similarity]
yt_dlp/extractor/kinopoisk.py [moved from youtube_dlc/extractor/kinopoisk.py with 100% similarity]
yt_dlp/extractor/konserthusetplay.py [moved from youtube_dlc/extractor/konserthusetplay.py with 100% similarity]
yt_dlp/extractor/krasview.py [moved from youtube_dlc/extractor/krasview.py with 100% similarity]
yt_dlp/extractor/ku6.py [moved from youtube_dlc/extractor/ku6.py with 100% similarity]
yt_dlp/extractor/kusi.py [moved from youtube_dlc/extractor/kusi.py with 100% similarity]
yt_dlp/extractor/kuwo.py [moved from youtube_dlc/extractor/kuwo.py with 100% similarity]
yt_dlp/extractor/la7.py [moved from youtube_dlc/extractor/la7.py with 100% similarity]
yt_dlp/extractor/laola1tv.py [moved from youtube_dlc/extractor/laola1tv.py with 100% similarity]
yt_dlp/extractor/lbry.py [moved from youtube_dlc/extractor/lbry.py with 100% similarity]
yt_dlp/extractor/lci.py [moved from youtube_dlc/extractor/lci.py with 100% similarity]
yt_dlp/extractor/lcp.py [moved from youtube_dlc/extractor/lcp.py with 100% similarity]
yt_dlp/extractor/lecture2go.py [moved from youtube_dlc/extractor/lecture2go.py with 100% similarity]
yt_dlp/extractor/lecturio.py [moved from youtube_dlc/extractor/lecturio.py with 100% similarity]
yt_dlp/extractor/leeco.py [moved from youtube_dlc/extractor/leeco.py with 100% similarity]
yt_dlp/extractor/lego.py [moved from youtube_dlc/extractor/lego.py with 100% similarity]
yt_dlp/extractor/lemonde.py [moved from youtube_dlc/extractor/lemonde.py with 100% similarity]
yt_dlp/extractor/lenta.py [moved from youtube_dlc/extractor/lenta.py with 100% similarity]
yt_dlp/extractor/libraryofcongress.py [moved from youtube_dlc/extractor/libraryofcongress.py with 100% similarity]
yt_dlp/extractor/libsyn.py [moved from youtube_dlc/extractor/libsyn.py with 100% similarity]
yt_dlp/extractor/lifenews.py [moved from youtube_dlc/extractor/lifenews.py with 100% similarity]
yt_dlp/extractor/limelight.py [moved from youtube_dlc/extractor/limelight.py with 100% similarity]
yt_dlp/extractor/line.py [moved from youtube_dlc/extractor/line.py with 100% similarity]
yt_dlp/extractor/linkedin.py [moved from youtube_dlc/extractor/linkedin.py with 100% similarity]
yt_dlp/extractor/linuxacademy.py [moved from youtube_dlc/extractor/linuxacademy.py with 100% similarity]
yt_dlp/extractor/litv.py [moved from youtube_dlc/extractor/litv.py with 100% similarity]
yt_dlp/extractor/livejournal.py [moved from youtube_dlc/extractor/livejournal.py with 100% similarity]
yt_dlp/extractor/liveleak.py [moved from youtube_dlc/extractor/liveleak.py with 100% similarity]
yt_dlp/extractor/livestream.py [moved from youtube_dlc/extractor/livestream.py with 100% similarity]
yt_dlp/extractor/lnkgo.py [moved from youtube_dlc/extractor/lnkgo.py with 100% similarity]
yt_dlp/extractor/localnews8.py [moved from youtube_dlc/extractor/localnews8.py with 100% similarity]
yt_dlp/extractor/lovehomeporn.py [moved from youtube_dlc/extractor/lovehomeporn.py with 100% similarity]
yt_dlp/extractor/lrt.py [moved from youtube_dlc/extractor/lrt.py with 100% similarity]
yt_dlp/extractor/lynda.py [moved from youtube_dlc/extractor/lynda.py with 100% similarity]
yt_dlp/extractor/m6.py [moved from youtube_dlc/extractor/m6.py with 100% similarity]
yt_dlp/extractor/magentamusik360.py [moved from youtube_dlc/extractor/magentamusik360.py with 100% similarity]
yt_dlp/extractor/mailru.py [moved from youtube_dlc/extractor/mailru.py with 100% similarity]
yt_dlp/extractor/malltv.py [moved from youtube_dlc/extractor/malltv.py with 100% similarity]
yt_dlp/extractor/mangomolo.py [moved from youtube_dlc/extractor/mangomolo.py with 100% similarity]
yt_dlp/extractor/manyvids.py [moved from youtube_dlc/extractor/manyvids.py with 100% similarity]
yt_dlp/extractor/markiza.py [moved from youtube_dlc/extractor/markiza.py with 100% similarity]
yt_dlp/extractor/massengeschmacktv.py [moved from youtube_dlc/extractor/massengeschmacktv.py with 100% similarity]
yt_dlp/extractor/matchtv.py [moved from youtube_dlc/extractor/matchtv.py with 100% similarity]
yt_dlp/extractor/mdr.py [moved from youtube_dlc/extractor/mdr.py with 100% similarity]
yt_dlp/extractor/medaltv.py [moved from youtube_dlc/extractor/medaltv.py with 100% similarity]
yt_dlp/extractor/medialaan.py [moved from youtube_dlc/extractor/medialaan.py with 100% similarity]
yt_dlp/extractor/mediaset.py [moved from youtube_dlc/extractor/mediaset.py with 100% similarity]
yt_dlp/extractor/mediasite.py [moved from youtube_dlc/extractor/mediasite.py with 100% similarity]
yt_dlp/extractor/medici.py [moved from youtube_dlc/extractor/medici.py with 100% similarity]
yt_dlp/extractor/megaphone.py [moved from youtube_dlc/extractor/megaphone.py with 100% similarity]
yt_dlp/extractor/meipai.py [moved from youtube_dlc/extractor/meipai.py with 100% similarity]
yt_dlp/extractor/melonvod.py [moved from youtube_dlc/extractor/melonvod.py with 100% similarity]
yt_dlp/extractor/meta.py [moved from youtube_dlc/extractor/meta.py with 100% similarity]
yt_dlp/extractor/metacafe.py [moved from youtube_dlc/extractor/metacafe.py with 100% similarity]
yt_dlp/extractor/metacritic.py [moved from youtube_dlc/extractor/metacritic.py with 100% similarity]
yt_dlp/extractor/mgoon.py [moved from youtube_dlc/extractor/mgoon.py with 100% similarity]
yt_dlp/extractor/mgtv.py [moved from youtube_dlc/extractor/mgtv.py with 100% similarity]
yt_dlp/extractor/miaopai.py [moved from youtube_dlc/extractor/miaopai.py with 100% similarity]
yt_dlp/extractor/microsoftvirtualacademy.py [moved from youtube_dlc/extractor/microsoftvirtualacademy.py with 100% similarity]
yt_dlp/extractor/mildom.py [moved from youtube_dlc/extractor/mildom.py with 100% similarity]
yt_dlp/extractor/minds.py [moved from youtube_dlc/extractor/minds.py with 100% similarity]
yt_dlp/extractor/ministrygrid.py [moved from youtube_dlc/extractor/ministrygrid.py with 100% similarity]
yt_dlp/extractor/minoto.py [moved from youtube_dlc/extractor/minoto.py with 100% similarity]
yt_dlp/extractor/miomio.py [moved from youtube_dlc/extractor/miomio.py with 100% similarity]
yt_dlp/extractor/mit.py [moved from youtube_dlc/extractor/mit.py with 100% similarity]
yt_dlp/extractor/mitele.py [moved from youtube_dlc/extractor/mitele.py with 100% similarity]
yt_dlp/extractor/mixcloud.py [moved from youtube_dlc/extractor/mixcloud.py with 100% similarity]
yt_dlp/extractor/mlb.py [moved from youtube_dlc/extractor/mlb.py with 100% similarity]
yt_dlp/extractor/mnet.py [moved from youtube_dlc/extractor/mnet.py with 100% similarity]
yt_dlp/extractor/moevideo.py [moved from youtube_dlc/extractor/moevideo.py with 100% similarity]
yt_dlp/extractor/mofosex.py [moved from youtube_dlc/extractor/mofosex.py with 100% similarity]
yt_dlp/extractor/mojvideo.py [moved from youtube_dlc/extractor/mojvideo.py with 100% similarity]
yt_dlp/extractor/morningstar.py [moved from youtube_dlc/extractor/morningstar.py with 100% similarity]
yt_dlp/extractor/motherless.py [moved from youtube_dlc/extractor/motherless.py with 100% similarity]
yt_dlp/extractor/motorsport.py [moved from youtube_dlc/extractor/motorsport.py with 100% similarity]
yt_dlp/extractor/movieclips.py [moved from youtube_dlc/extractor/movieclips.py with 100% similarity]
yt_dlp/extractor/moviezine.py [moved from youtube_dlc/extractor/moviezine.py with 100% similarity]
yt_dlp/extractor/movingimage.py [moved from youtube_dlc/extractor/movingimage.py with 100% similarity]
yt_dlp/extractor/msn.py [moved from youtube_dlc/extractor/msn.py with 100% similarity]
yt_dlp/extractor/mtv.py [moved from youtube_dlc/extractor/mtv.py with 100% similarity]
yt_dlp/extractor/muenchentv.py [moved from youtube_dlc/extractor/muenchentv.py with 100% similarity]
yt_dlp/extractor/mwave.py [moved from youtube_dlc/extractor/mwave.py with 100% similarity]
yt_dlp/extractor/mychannels.py [moved from youtube_dlc/extractor/mychannels.py with 100% similarity]
yt_dlp/extractor/myspace.py [moved from youtube_dlc/extractor/myspace.py with 100% similarity]
yt_dlp/extractor/myspass.py [moved from youtube_dlc/extractor/myspass.py with 100% similarity]
yt_dlp/extractor/myvi.py [moved from youtube_dlc/extractor/myvi.py with 100% similarity]
yt_dlp/extractor/myvideoge.py [moved from youtube_dlc/extractor/myvideoge.py with 100% similarity]
yt_dlp/extractor/myvidster.py [moved from youtube_dlc/extractor/myvidster.py with 100% similarity]
yt_dlp/extractor/nationalgeographic.py [moved from youtube_dlc/extractor/nationalgeographic.py with 100% similarity]
yt_dlp/extractor/naver.py [moved from youtube_dlc/extractor/naver.py with 100% similarity]
yt_dlp/extractor/nba.py [moved from youtube_dlc/extractor/nba.py with 100% similarity]
yt_dlp/extractor/nbc.py [moved from youtube_dlc/extractor/nbc.py with 100% similarity]
yt_dlp/extractor/ndr.py [moved from youtube_dlc/extractor/ndr.py with 100% similarity]
yt_dlp/extractor/ndtv.py [moved from youtube_dlc/extractor/ndtv.py with 100% similarity]
yt_dlp/extractor/nerdcubed.py [moved from youtube_dlc/extractor/nerdcubed.py with 100% similarity]
yt_dlp/extractor/neteasemusic.py [moved from youtube_dlc/extractor/neteasemusic.py with 100% similarity]
yt_dlp/extractor/netzkino.py [moved from youtube_dlc/extractor/netzkino.py with 100% similarity]
yt_dlp/extractor/newgrounds.py [moved from youtube_dlc/extractor/newgrounds.py with 100% similarity]
yt_dlp/extractor/newstube.py [moved from youtube_dlc/extractor/newstube.py with 100% similarity]
yt_dlp/extractor/nextmedia.py [moved from youtube_dlc/extractor/nextmedia.py with 100% similarity]
yt_dlp/extractor/nexx.py [moved from youtube_dlc/extractor/nexx.py with 100% similarity]
yt_dlp/extractor/nfl.py [moved from youtube_dlc/extractor/nfl.py with 100% similarity]
yt_dlp/extractor/nhk.py [moved from youtube_dlc/extractor/nhk.py with 100% similarity]
yt_dlp/extractor/nhl.py [moved from youtube_dlc/extractor/nhl.py with 100% similarity]
yt_dlp/extractor/nick.py [moved from youtube_dlc/extractor/nick.py with 100% similarity]
yt_dlp/extractor/niconico.py [moved from youtube_dlc/extractor/niconico.py with 100% similarity]
yt_dlp/extractor/ninecninemedia.py [moved from youtube_dlc/extractor/ninecninemedia.py with 100% similarity]
yt_dlp/extractor/ninegag.py [moved from youtube_dlc/extractor/ninegag.py with 100% similarity]
yt_dlp/extractor/ninenow.py [moved from youtube_dlc/extractor/ninenow.py with 100% similarity]
yt_dlp/extractor/nintendo.py [moved from youtube_dlc/extractor/nintendo.py with 100% similarity]
yt_dlp/extractor/nitter.py [moved from youtube_dlc/extractor/nitter.py with 100% similarity]
yt_dlp/extractor/njpwworld.py [moved from youtube_dlc/extractor/njpwworld.py with 100% similarity]
yt_dlp/extractor/nobelprize.py [moved from youtube_dlc/extractor/nobelprize.py with 100% similarity]
yt_dlp/extractor/noco.py [moved from youtube_dlc/extractor/noco.py with 100% similarity]
yt_dlp/extractor/nonktube.py [moved from youtube_dlc/extractor/nonktube.py with 100% similarity]
yt_dlp/extractor/noovo.py [moved from youtube_dlc/extractor/noovo.py with 100% similarity]
yt_dlp/extractor/normalboots.py [moved from youtube_dlc/extractor/normalboots.py with 100% similarity]
yt_dlp/extractor/nosvideo.py [moved from youtube_dlc/extractor/nosvideo.py with 100% similarity]
yt_dlp/extractor/nova.py [moved from youtube_dlc/extractor/nova.py with 100% similarity]
yt_dlp/extractor/nowness.py [moved from youtube_dlc/extractor/nowness.py with 98% similarity]
yt_dlp/extractor/noz.py [moved from youtube_dlc/extractor/noz.py with 100% similarity]
yt_dlp/extractor/npo.py [moved from youtube_dlc/extractor/npo.py with 100% similarity]
yt_dlp/extractor/npr.py [moved from youtube_dlc/extractor/npr.py with 100% similarity]
yt_dlp/extractor/nrk.py [moved from youtube_dlc/extractor/nrk.py with 100% similarity]
yt_dlp/extractor/nrl.py [moved from youtube_dlc/extractor/nrl.py with 100% similarity]
yt_dlp/extractor/ntvcojp.py [moved from youtube_dlc/extractor/ntvcojp.py with 100% similarity]
yt_dlp/extractor/ntvde.py [moved from youtube_dlc/extractor/ntvde.py with 100% similarity]
yt_dlp/extractor/ntvru.py [moved from youtube_dlc/extractor/ntvru.py with 100% similarity]
yt_dlp/extractor/nuevo.py [moved from youtube_dlc/extractor/nuevo.py with 100% similarity]
yt_dlp/extractor/nuvid.py [moved from youtube_dlc/extractor/nuvid.py with 100% similarity]
yt_dlp/extractor/nytimes.py [moved from youtube_dlc/extractor/nytimes.py with 100% similarity]
yt_dlp/extractor/nzz.py [moved from youtube_dlc/extractor/nzz.py with 100% similarity]
yt_dlp/extractor/odatv.py [moved from youtube_dlc/extractor/odatv.py with 100% similarity]
yt_dlp/extractor/odnoklassniki.py [moved from youtube_dlc/extractor/odnoklassniki.py with 100% similarity]
yt_dlp/extractor/oktoberfesttv.py [moved from youtube_dlc/extractor/oktoberfesttv.py with 100% similarity]
yt_dlp/extractor/once.py [moved from youtube_dlc/extractor/once.py with 100% similarity]
yt_dlp/extractor/ondemandkorea.py [moved from youtube_dlc/extractor/ondemandkorea.py with 100% similarity]
yt_dlp/extractor/onet.py [moved from youtube_dlc/extractor/onet.py with 100% similarity]
yt_dlp/extractor/onionstudios.py [moved from youtube_dlc/extractor/onionstudios.py with 100% similarity]
yt_dlp/extractor/ooyala.py [moved from youtube_dlc/extractor/ooyala.py with 100% similarity]
yt_dlp/extractor/openload.py [moved from youtube_dlc/extractor/openload.py with 100% similarity]
yt_dlp/extractor/ora.py [moved from youtube_dlc/extractor/ora.py with 100% similarity]
yt_dlp/extractor/orf.py [moved from youtube_dlc/extractor/orf.py with 100% similarity]
yt_dlp/extractor/outsidetv.py [moved from youtube_dlc/extractor/outsidetv.py with 100% similarity]
yt_dlp/extractor/packtpub.py [moved from youtube_dlc/extractor/packtpub.py with 100% similarity]
yt_dlp/extractor/pandoratv.py [moved from youtube_dlc/extractor/pandoratv.py with 100% similarity]
yt_dlp/extractor/parliamentliveuk.py [moved from youtube_dlc/extractor/parliamentliveuk.py with 100% similarity]
yt_dlp/extractor/patreon.py [moved from youtube_dlc/extractor/patreon.py with 100% similarity]
yt_dlp/extractor/pbs.py [moved from youtube_dlc/extractor/pbs.py with 100% similarity]
yt_dlp/extractor/pearvideo.py [moved from youtube_dlc/extractor/pearvideo.py with 100% similarity]
yt_dlp/extractor/peertube.py [moved from youtube_dlc/extractor/peertube.py with 100% similarity]
yt_dlp/extractor/people.py [moved from youtube_dlc/extractor/people.py with 100% similarity]
yt_dlp/extractor/performgroup.py [moved from youtube_dlc/extractor/performgroup.py with 100% similarity]
yt_dlp/extractor/periscope.py [moved from youtube_dlc/extractor/periscope.py with 100% similarity]
yt_dlp/extractor/philharmoniedeparis.py [moved from youtube_dlc/extractor/philharmoniedeparis.py with 100% similarity]
yt_dlp/extractor/phoenix.py [moved from youtube_dlc/extractor/phoenix.py with 100% similarity]
yt_dlp/extractor/photobucket.py [moved from youtube_dlc/extractor/photobucket.py with 100% similarity]
yt_dlp/extractor/picarto.py [moved from youtube_dlc/extractor/picarto.py with 100% similarity]
yt_dlp/extractor/piksel.py [moved from youtube_dlc/extractor/piksel.py with 100% similarity]
yt_dlp/extractor/pinkbike.py [moved from youtube_dlc/extractor/pinkbike.py with 100% similarity]
yt_dlp/extractor/pinterest.py [moved from youtube_dlc/extractor/pinterest.py with 100% similarity]
yt_dlp/extractor/pladform.py [moved from youtube_dlc/extractor/pladform.py with 100% similarity]
yt_dlp/extractor/platzi.py [moved from youtube_dlc/extractor/platzi.py with 100% similarity]
yt_dlp/extractor/playfm.py [moved from youtube_dlc/extractor/playfm.py with 100% similarity]
yt_dlp/extractor/playplustv.py [moved from youtube_dlc/extractor/playplustv.py with 100% similarity]
yt_dlp/extractor/plays.py [moved from youtube_dlc/extractor/plays.py with 100% similarity]
yt_dlp/extractor/playtvak.py [moved from youtube_dlc/extractor/playtvak.py with 100% similarity]
yt_dlp/extractor/playvid.py [moved from youtube_dlc/extractor/playvid.py with 100% similarity]
yt_dlp/extractor/playwire.py [moved from youtube_dlc/extractor/playwire.py with 100% similarity]
yt_dlp/extractor/pluralsight.py [moved from youtube_dlc/extractor/pluralsight.py with 100% similarity]
yt_dlp/extractor/podomatic.py [moved from youtube_dlc/extractor/podomatic.py with 100% similarity]
yt_dlp/extractor/pokemon.py [moved from youtube_dlc/extractor/pokemon.py with 100% similarity]
yt_dlp/extractor/polskieradio.py [moved from youtube_dlc/extractor/polskieradio.py with 100% similarity]
yt_dlp/extractor/popcorntimes.py [moved from youtube_dlc/extractor/popcorntimes.py with 100% similarity]
yt_dlp/extractor/popcorntv.py [moved from youtube_dlc/extractor/popcorntv.py with 100% similarity]
yt_dlp/extractor/porn91.py [moved from youtube_dlc/extractor/porn91.py with 100% similarity]
yt_dlp/extractor/porncom.py [moved from youtube_dlc/extractor/porncom.py with 100% similarity]
yt_dlp/extractor/pornhd.py [moved from youtube_dlc/extractor/pornhd.py with 100% similarity]
yt_dlp/extractor/pornhub.py [moved from youtube_dlc/extractor/pornhub.py with 100% similarity]
yt_dlp/extractor/pornotube.py [moved from youtube_dlc/extractor/pornotube.py with 100% similarity]
yt_dlp/extractor/pornovoisines.py [moved from youtube_dlc/extractor/pornovoisines.py with 100% similarity]
yt_dlp/extractor/pornoxo.py [moved from youtube_dlc/extractor/pornoxo.py with 100% similarity]
yt_dlp/extractor/presstv.py [moved from youtube_dlc/extractor/presstv.py with 100% similarity]
yt_dlp/extractor/prosiebensat1.py [moved from youtube_dlc/extractor/prosiebensat1.py with 100% similarity]
yt_dlp/extractor/puhutv.py [moved from youtube_dlc/extractor/puhutv.py with 100% similarity]
yt_dlp/extractor/puls4.py [moved from youtube_dlc/extractor/puls4.py with 100% similarity]
yt_dlp/extractor/pyvideo.py [moved from youtube_dlc/extractor/pyvideo.py with 100% similarity]
yt_dlp/extractor/qqmusic.py [moved from youtube_dlc/extractor/qqmusic.py with 100% similarity]
yt_dlp/extractor/r7.py [moved from youtube_dlc/extractor/r7.py with 100% similarity]
yt_dlp/extractor/radiobremen.py [moved from youtube_dlc/extractor/radiobremen.py with 100% similarity]
yt_dlp/extractor/radiocanada.py [moved from youtube_dlc/extractor/radiocanada.py with 100% similarity]
yt_dlp/extractor/radiode.py [moved from youtube_dlc/extractor/radiode.py with 100% similarity]
yt_dlp/extractor/radiofrance.py [moved from youtube_dlc/extractor/radiofrance.py with 100% similarity]
yt_dlp/extractor/radiojavan.py [moved from youtube_dlc/extractor/radiojavan.py with 100% similarity]
yt_dlp/extractor/rai.py [moved from youtube_dlc/extractor/rai.py with 100% similarity]
yt_dlp/extractor/raywenderlich.py [moved from youtube_dlc/extractor/raywenderlich.py with 100% similarity]
yt_dlp/extractor/rbmaradio.py [moved from youtube_dlc/extractor/rbmaradio.py with 100% similarity]
yt_dlp/extractor/rcs.py [moved from youtube_dlc/extractor/rcs.py with 100% similarity]
yt_dlp/extractor/rds.py [moved from youtube_dlc/extractor/rds.py with 100% similarity]
yt_dlp/extractor/redbulltv.py [moved from youtube_dlc/extractor/redbulltv.py with 100% similarity]
yt_dlp/extractor/reddit.py [moved from youtube_dlc/extractor/reddit.py with 100% similarity]
yt_dlp/extractor/redtube.py [moved from youtube_dlc/extractor/redtube.py with 100% similarity]
yt_dlp/extractor/regiotv.py [moved from youtube_dlc/extractor/regiotv.py with 100% similarity]
yt_dlp/extractor/rentv.py [moved from youtube_dlc/extractor/rentv.py with 100% similarity]
yt_dlp/extractor/restudy.py [moved from youtube_dlc/extractor/restudy.py with 100% similarity]
yt_dlp/extractor/reuters.py [moved from youtube_dlc/extractor/reuters.py with 100% similarity]
yt_dlp/extractor/reverbnation.py [moved from youtube_dlc/extractor/reverbnation.py with 100% similarity]
yt_dlp/extractor/rice.py [moved from youtube_dlc/extractor/rice.py with 100% similarity]
yt_dlp/extractor/rmcdecouverte.py [moved from youtube_dlc/extractor/rmcdecouverte.py with 100% similarity]
yt_dlp/extractor/ro220.py [moved from youtube_dlc/extractor/ro220.py with 100% similarity]
yt_dlp/extractor/rockstargames.py [moved from youtube_dlc/extractor/rockstargames.py with 100% similarity]
yt_dlp/extractor/roosterteeth.py [moved from youtube_dlc/extractor/roosterteeth.py with 100% similarity]
yt_dlp/extractor/rottentomatoes.py [moved from youtube_dlc/extractor/rottentomatoes.py with 100% similarity]
yt_dlp/extractor/roxwel.py [moved from youtube_dlc/extractor/roxwel.py with 100% similarity]
yt_dlp/extractor/rozhlas.py [moved from youtube_dlc/extractor/rozhlas.py with 100% similarity]
yt_dlp/extractor/rtbf.py [moved from youtube_dlc/extractor/rtbf.py with 100% similarity]
yt_dlp/extractor/rte.py [moved from youtube_dlc/extractor/rte.py with 100% similarity]
yt_dlp/extractor/rtl2.py [moved from youtube_dlc/extractor/rtl2.py with 100% similarity]
yt_dlp/extractor/rtlnl.py [moved from youtube_dlc/extractor/rtlnl.py with 100% similarity]
yt_dlp/extractor/rtp.py [moved from youtube_dlc/extractor/rtp.py with 100% similarity]
yt_dlp/extractor/rts.py [moved from youtube_dlc/extractor/rts.py with 100% similarity]
yt_dlp/extractor/rtve.py [moved from youtube_dlc/extractor/rtve.py with 100% similarity]
yt_dlp/extractor/rtvnh.py [moved from youtube_dlc/extractor/rtvnh.py with 100% similarity]
yt_dlp/extractor/rtvs.py [moved from youtube_dlc/extractor/rtvs.py with 100% similarity]
yt_dlp/extractor/ruhd.py [moved from youtube_dlc/extractor/ruhd.py with 100% similarity]
yt_dlp/extractor/rumble.py [moved from youtube_dlc/extractor/rumble.py with 100% similarity]
yt_dlp/extractor/rutube.py [moved from youtube_dlc/extractor/rutube.py with 100% similarity]
yt_dlp/extractor/rutv.py [moved from youtube_dlc/extractor/rutv.py with 100% similarity]
yt_dlp/extractor/ruutu.py [moved from youtube_dlc/extractor/ruutu.py with 100% similarity]
yt_dlp/extractor/ruv.py [moved from youtube_dlc/extractor/ruv.py with 100% similarity]
yt_dlp/extractor/safari.py [moved from youtube_dlc/extractor/safari.py with 100% similarity]
yt_dlp/extractor/sapo.py [moved from youtube_dlc/extractor/sapo.py with 100% similarity]
yt_dlp/extractor/savefrom.py [moved from youtube_dlc/extractor/savefrom.py with 100% similarity]
yt_dlp/extractor/sbs.py [moved from youtube_dlc/extractor/sbs.py with 100% similarity]
yt_dlp/extractor/screencast.py [moved from youtube_dlc/extractor/screencast.py with 100% similarity]
yt_dlp/extractor/screencastomatic.py [moved from youtube_dlc/extractor/screencastomatic.py with 100% similarity]
yt_dlp/extractor/scrippsnetworks.py [moved from youtube_dlc/extractor/scrippsnetworks.py with 100% similarity]
yt_dlp/extractor/scte.py [moved from youtube_dlc/extractor/scte.py with 100% similarity]
yt_dlp/extractor/seeker.py [moved from youtube_dlc/extractor/seeker.py with 100% similarity]
yt_dlp/extractor/senateisvp.py [moved from youtube_dlc/extractor/senateisvp.py with 100% similarity]
yt_dlp/extractor/sendtonews.py [moved from youtube_dlc/extractor/sendtonews.py with 100% similarity]
yt_dlp/extractor/servus.py [moved from youtube_dlc/extractor/servus.py with 100% similarity]
yt_dlp/extractor/sevenplus.py [moved from youtube_dlc/extractor/sevenplus.py with 100% similarity]
yt_dlp/extractor/sexu.py [moved from youtube_dlc/extractor/sexu.py with 100% similarity]
yt_dlp/extractor/seznamzpravy.py [moved from youtube_dlc/extractor/seznamzpravy.py with 100% similarity]
yt_dlp/extractor/shahid.py [moved from youtube_dlc/extractor/shahid.py with 100% similarity]
yt_dlp/extractor/shared.py [moved from youtube_dlc/extractor/shared.py with 100% similarity]
yt_dlp/extractor/showroomlive.py [moved from youtube_dlc/extractor/showroomlive.py with 100% similarity]
yt_dlp/extractor/simplecast.py [moved from youtube_dlc/extractor/simplecast.py with 100% similarity]
yt_dlp/extractor/sina.py [moved from youtube_dlc/extractor/sina.py with 100% similarity]
yt_dlp/extractor/sixplay.py [moved from youtube_dlc/extractor/sixplay.py with 100% similarity]
yt_dlp/extractor/sky.py [moved from youtube_dlc/extractor/sky.py with 100% similarity]
yt_dlp/extractor/skyit.py [moved from youtube_dlc/extractor/skyit.py with 100% similarity]
yt_dlp/extractor/skylinewebcams.py [moved from youtube_dlc/extractor/skylinewebcams.py with 100% similarity]
yt_dlp/extractor/skynewsarabia.py [moved from youtube_dlc/extractor/skynewsarabia.py with 100% similarity]
yt_dlp/extractor/slideshare.py [moved from youtube_dlc/extractor/slideshare.py with 100% similarity]
yt_dlp/extractor/slideslive.py [moved from youtube_dlc/extractor/slideslive.py with 100% similarity]
yt_dlp/extractor/slutload.py [moved from youtube_dlc/extractor/slutload.py with 100% similarity]
yt_dlp/extractor/snotr.py [moved from youtube_dlc/extractor/snotr.py with 100% similarity]
yt_dlp/extractor/sohu.py [moved from youtube_dlc/extractor/sohu.py with 99% similarity]
yt_dlp/extractor/sonyliv.py [moved from youtube_dlc/extractor/sonyliv.py with 100% similarity]
yt_dlp/extractor/soundcloud.py [moved from youtube_dlc/extractor/soundcloud.py with 99% similarity]
yt_dlp/extractor/soundgasm.py [moved from youtube_dlc/extractor/soundgasm.py with 100% similarity]
yt_dlp/extractor/southpark.py [moved from youtube_dlc/extractor/southpark.py with 100% similarity]
yt_dlp/extractor/spankbang.py [moved from youtube_dlc/extractor/spankbang.py with 100% similarity]
yt_dlp/extractor/spankwire.py [moved from youtube_dlc/extractor/spankwire.py with 100% similarity]
yt_dlp/extractor/spiegel.py [moved from youtube_dlc/extractor/spiegel.py with 100% similarity]
yt_dlp/extractor/spiegeltv.py [moved from youtube_dlc/extractor/spiegeltv.py with 100% similarity]
yt_dlp/extractor/spike.py [moved from youtube_dlc/extractor/spike.py with 100% similarity]
yt_dlp/extractor/sport5.py [moved from youtube_dlc/extractor/sport5.py with 100% similarity]
yt_dlp/extractor/sportbox.py [moved from youtube_dlc/extractor/sportbox.py with 100% similarity]
yt_dlp/extractor/sportdeutschland.py [moved from youtube_dlc/extractor/sportdeutschland.py with 100% similarity]
yt_dlp/extractor/spotify.py [moved from youtube_dlc/extractor/spotify.py with 100% similarity]
yt_dlp/extractor/spreaker.py [moved from youtube_dlc/extractor/spreaker.py with 100% similarity]
yt_dlp/extractor/springboardplatform.py [moved from youtube_dlc/extractor/springboardplatform.py with 100% similarity]
yt_dlp/extractor/sprout.py [moved from youtube_dlc/extractor/sprout.py with 100% similarity]
yt_dlp/extractor/srgssr.py [moved from youtube_dlc/extractor/srgssr.py with 100% similarity]
yt_dlp/extractor/srmediathek.py [moved from youtube_dlc/extractor/srmediathek.py with 100% similarity]
yt_dlp/extractor/stanfordoc.py [moved from youtube_dlc/extractor/stanfordoc.py with 100% similarity]
yt_dlp/extractor/steam.py [moved from youtube_dlc/extractor/steam.py with 100% similarity]
yt_dlp/extractor/stitcher.py [moved from youtube_dlc/extractor/stitcher.py with 100% similarity]
yt_dlp/extractor/storyfire.py [moved from youtube_dlc/extractor/storyfire.py with 100% similarity]
yt_dlp/extractor/streamable.py [moved from youtube_dlc/extractor/streamable.py with 100% similarity]
yt_dlp/extractor/streamcloud.py [moved from youtube_dlc/extractor/streamcloud.py with 93% similarity]
yt_dlp/extractor/streamcz.py [moved from youtube_dlc/extractor/streamcz.py with 100% similarity]
yt_dlp/extractor/streetvoice.py [moved from youtube_dlc/extractor/streetvoice.py with 100% similarity]
yt_dlp/extractor/stretchinternet.py [moved from youtube_dlc/extractor/stretchinternet.py with 100% similarity]
yt_dlp/extractor/stv.py [moved from youtube_dlc/extractor/stv.py with 100% similarity]
yt_dlp/extractor/sunporno.py [moved from youtube_dlc/extractor/sunporno.py with 100% similarity]
yt_dlp/extractor/sverigesradio.py [moved from youtube_dlc/extractor/sverigesradio.py with 100% similarity]
yt_dlp/extractor/svt.py [moved from youtube_dlc/extractor/svt.py with 100% similarity]
yt_dlp/extractor/swrmediathek.py [moved from youtube_dlc/extractor/swrmediathek.py with 100% similarity]
yt_dlp/extractor/syfy.py [moved from youtube_dlc/extractor/syfy.py with 100% similarity]
yt_dlp/extractor/sztvhu.py [moved from youtube_dlc/extractor/sztvhu.py with 100% similarity]
yt_dlp/extractor/tagesschau.py [moved from youtube_dlc/extractor/tagesschau.py with 100% similarity]
yt_dlp/extractor/tass.py [moved from youtube_dlc/extractor/tass.py with 100% similarity]
yt_dlp/extractor/tastytrade.py [moved from youtube_dlc/extractor/tastytrade.py with 100% similarity]
yt_dlp/extractor/tbs.py [moved from youtube_dlc/extractor/tbs.py with 100% similarity]
yt_dlp/extractor/tdslifeway.py [moved from youtube_dlc/extractor/tdslifeway.py with 100% similarity]
yt_dlp/extractor/teachable.py [moved from youtube_dlc/extractor/teachable.py with 100% similarity]
yt_dlp/extractor/teachertube.py [moved from youtube_dlc/extractor/teachertube.py with 100% similarity]
yt_dlp/extractor/teachingchannel.py [moved from youtube_dlc/extractor/teachingchannel.py with 100% similarity]
yt_dlp/extractor/teamcoco.py [moved from youtube_dlc/extractor/teamcoco.py with 100% similarity]
yt_dlp/extractor/teamtreehouse.py [moved from youtube_dlc/extractor/teamtreehouse.py with 100% similarity]
yt_dlp/extractor/techtalks.py [moved from youtube_dlc/extractor/techtalks.py with 100% similarity]
yt_dlp/extractor/ted.py [moved from youtube_dlc/extractor/ted.py with 100% similarity]
yt_dlp/extractor/tele13.py [moved from youtube_dlc/extractor/tele13.py with 100% similarity]
yt_dlp/extractor/tele5.py [moved from youtube_dlc/extractor/tele5.py with 100% similarity]
yt_dlp/extractor/telebruxelles.py [moved from youtube_dlc/extractor/telebruxelles.py with 100% similarity]
yt_dlp/extractor/telecinco.py [moved from youtube_dlc/extractor/telecinco.py with 100% similarity]
yt_dlp/extractor/telegraaf.py [moved from youtube_dlc/extractor/telegraaf.py with 100% similarity]
yt_dlp/extractor/telemb.py [moved from youtube_dlc/extractor/telemb.py with 100% similarity]
yt_dlp/extractor/telequebec.py [moved from youtube_dlc/extractor/telequebec.py with 100% similarity]
yt_dlp/extractor/teletask.py [moved from youtube_dlc/extractor/teletask.py with 100% similarity]
yt_dlp/extractor/telewebion.py [moved from youtube_dlc/extractor/telewebion.py with 100% similarity]
yt_dlp/extractor/tennistv.py [moved from youtube_dlc/extractor/tennistv.py with 100% similarity]
yt_dlp/extractor/tenplay.py [moved from youtube_dlc/extractor/tenplay.py with 100% similarity]
yt_dlp/extractor/testurl.py [moved from youtube_dlc/extractor/testurl.py with 100% similarity]
yt_dlp/extractor/tf1.py [moved from youtube_dlc/extractor/tf1.py with 100% similarity]
yt_dlp/extractor/tfo.py [moved from youtube_dlc/extractor/tfo.py with 100% similarity]
yt_dlp/extractor/theintercept.py [moved from youtube_dlc/extractor/theintercept.py with 100% similarity]
yt_dlp/extractor/theplatform.py [moved from youtube_dlc/extractor/theplatform.py with 100% similarity]
yt_dlp/extractor/thescene.py [moved from youtube_dlc/extractor/thescene.py with 100% similarity]
yt_dlp/extractor/thestar.py [moved from youtube_dlc/extractor/thestar.py with 100% similarity]
yt_dlp/extractor/thesun.py [moved from youtube_dlc/extractor/thesun.py with 100% similarity]
yt_dlp/extractor/theweatherchannel.py [moved from youtube_dlc/extractor/theweatherchannel.py with 100% similarity]
yt_dlp/extractor/thisamericanlife.py [moved from youtube_dlc/extractor/thisamericanlife.py with 100% similarity]
yt_dlp/extractor/thisav.py [moved from youtube_dlc/extractor/thisav.py with 100% similarity]
yt_dlp/extractor/thisoldhouse.py [moved from youtube_dlc/extractor/thisoldhouse.py with 100% similarity]
yt_dlp/extractor/thisvid.py [moved from youtube_dlc/extractor/thisvid.py with 100% similarity]
yt_dlp/extractor/threeqsdn.py [moved from youtube_dlc/extractor/threeqsdn.py with 100% similarity]
yt_dlp/extractor/tiktok.py [moved from youtube_dlc/extractor/tiktok.py with 100% similarity]
yt_dlp/extractor/tinypic.py [moved from youtube_dlc/extractor/tinypic.py with 100% similarity]
yt_dlp/extractor/tmz.py [moved from youtube_dlc/extractor/tmz.py with 100% similarity]
yt_dlp/extractor/tnaflix.py [moved from youtube_dlc/extractor/tnaflix.py with 100% similarity]
yt_dlp/extractor/toggle.py [moved from youtube_dlc/extractor/toggle.py with 100% similarity]
yt_dlp/extractor/tonline.py [moved from youtube_dlc/extractor/tonline.py with 100% similarity]
yt_dlp/extractor/toongoggles.py [moved from youtube_dlc/extractor/toongoggles.py with 100% similarity]
yt_dlp/extractor/toutv.py [moved from youtube_dlc/extractor/toutv.py with 100% similarity]
yt_dlp/extractor/toypics.py [moved from youtube_dlc/extractor/toypics.py with 100% similarity]
yt_dlp/extractor/traileraddict.py [moved from youtube_dlc/extractor/traileraddict.py with 100% similarity]
yt_dlp/extractor/trilulilu.py [moved from youtube_dlc/extractor/trilulilu.py with 100% similarity]
yt_dlp/extractor/trovo.py [moved from youtube_dlc/extractor/trovo.py with 100% similarity]
yt_dlp/extractor/trovolive.py [moved from youtube_dlc/extractor/trovolive.py with 100% similarity]
yt_dlp/extractor/trunews.py [moved from youtube_dlc/extractor/trunews.py with 100% similarity]
yt_dlp/extractor/trutv.py [moved from youtube_dlc/extractor/trutv.py with 100% similarity]
yt_dlp/extractor/tube8.py [moved from youtube_dlc/extractor/tube8.py with 100% similarity]
yt_dlp/extractor/tubitv.py [moved from youtube_dlc/extractor/tubitv.py with 100% similarity]
yt_dlp/extractor/tudou.py [moved from youtube_dlc/extractor/tudou.py with 100% similarity]
yt_dlp/extractor/tumblr.py [moved from youtube_dlc/extractor/tumblr.py with 100% similarity]
yt_dlp/extractor/tunein.py [moved from youtube_dlc/extractor/tunein.py with 100% similarity]
yt_dlp/extractor/tunepk.py [moved from youtube_dlc/extractor/tunepk.py with 100% similarity]
yt_dlp/extractor/turbo.py [moved from youtube_dlc/extractor/turbo.py with 100% similarity]
yt_dlp/extractor/turner.py [moved from youtube_dlc/extractor/turner.py with 100% similarity]
yt_dlp/extractor/tv2.py [moved from youtube_dlc/extractor/tv2.py with 100% similarity]
yt_dlp/extractor/tv2dk.py [moved from youtube_dlc/extractor/tv2dk.py with 100% similarity]
yt_dlp/extractor/tv2hu.py [moved from youtube_dlc/extractor/tv2hu.py with 100% similarity]
yt_dlp/extractor/tv4.py [moved from youtube_dlc/extractor/tv4.py with 100% similarity]
yt_dlp/extractor/tv5mondeplus.py [moved from youtube_dlc/extractor/tv5mondeplus.py with 100% similarity]
yt_dlp/extractor/tv5unis.py [moved from youtube_dlc/extractor/tv5unis.py with 100% similarity]
yt_dlp/extractor/tva.py [moved from youtube_dlc/extractor/tva.py with 100% similarity]
yt_dlp/extractor/tvanouvelles.py [moved from youtube_dlc/extractor/tvanouvelles.py with 100% similarity]
yt_dlp/extractor/tvc.py [moved from youtube_dlc/extractor/tvc.py with 100% similarity]
yt_dlp/extractor/tver.py [moved from youtube_dlc/extractor/tver.py with 100% similarity]
yt_dlp/extractor/tvigle.py [moved from youtube_dlc/extractor/tvigle.py with 100% similarity]
yt_dlp/extractor/tvland.py [moved from youtube_dlc/extractor/tvland.py with 100% similarity]
yt_dlp/extractor/tvn24.py [moved from youtube_dlc/extractor/tvn24.py with 100% similarity]
yt_dlp/extractor/tvnet.py [moved from youtube_dlc/extractor/tvnet.py with 100% similarity]
yt_dlp/extractor/tvnoe.py [moved from youtube_dlc/extractor/tvnoe.py with 100% similarity]
yt_dlp/extractor/tvnow.py [moved from youtube_dlc/extractor/tvnow.py with 100% similarity]
yt_dlp/extractor/tvp.py [moved from youtube_dlc/extractor/tvp.py with 100% similarity]
yt_dlp/extractor/tvplay.py [moved from youtube_dlc/extractor/tvplay.py with 100% similarity]
yt_dlp/extractor/tvplayer.py [moved from youtube_dlc/extractor/tvplayer.py with 100% similarity]
yt_dlp/extractor/tweakers.py [moved from youtube_dlc/extractor/tweakers.py with 100% similarity]
yt_dlp/extractor/twentyfourvideo.py [moved from youtube_dlc/extractor/twentyfourvideo.py with 100% similarity]
yt_dlp/extractor/twentymin.py [moved from youtube_dlc/extractor/twentymin.py with 100% similarity]
yt_dlp/extractor/twentythreevideo.py [moved from youtube_dlc/extractor/twentythreevideo.py with 100% similarity]
yt_dlp/extractor/twitcasting.py [moved from youtube_dlc/extractor/twitcasting.py with 100% similarity]
yt_dlp/extractor/twitch.py [moved from youtube_dlc/extractor/twitch.py with 100% similarity]
yt_dlp/extractor/twitter.py [moved from youtube_dlc/extractor/twitter.py with 100% similarity]
yt_dlp/extractor/udemy.py [moved from youtube_dlc/extractor/udemy.py with 99% similarity]
yt_dlp/extractor/udn.py [moved from youtube_dlc/extractor/udn.py with 100% similarity]
yt_dlp/extractor/ufctv.py [moved from youtube_dlc/extractor/ufctv.py with 100% similarity]
yt_dlp/extractor/uktvplay.py [moved from youtube_dlc/extractor/uktvplay.py with 100% similarity]
yt_dlp/extractor/umg.py [moved from youtube_dlc/extractor/umg.py with 100% similarity]
yt_dlp/extractor/unistra.py [moved from youtube_dlc/extractor/unistra.py with 100% similarity]
yt_dlp/extractor/unity.py [moved from youtube_dlc/extractor/unity.py with 100% similarity]
yt_dlp/extractor/uol.py [moved from youtube_dlc/extractor/uol.py with 100% similarity]
yt_dlp/extractor/uplynk.py [moved from youtube_dlc/extractor/uplynk.py with 100% similarity]
yt_dlp/extractor/urort.py [moved from youtube_dlc/extractor/urort.py with 100% similarity]
yt_dlp/extractor/urplay.py [moved from youtube_dlc/extractor/urplay.py with 100% similarity]
yt_dlp/extractor/usanetwork.py [moved from youtube_dlc/extractor/usanetwork.py with 100% similarity]
yt_dlp/extractor/usatoday.py [moved from youtube_dlc/extractor/usatoday.py with 100% similarity]
yt_dlp/extractor/ustream.py [moved from youtube_dlc/extractor/ustream.py with 100% similarity]
yt_dlp/extractor/ustudio.py [moved from youtube_dlc/extractor/ustudio.py with 100% similarity]
yt_dlp/extractor/varzesh3.py [moved from youtube_dlc/extractor/varzesh3.py with 100% similarity]
yt_dlp/extractor/vbox7.py [moved from youtube_dlc/extractor/vbox7.py with 100% similarity]
yt_dlp/extractor/veehd.py [moved from youtube_dlc/extractor/veehd.py with 100% similarity]
yt_dlp/extractor/veoh.py [moved from youtube_dlc/extractor/veoh.py with 100% similarity]
yt_dlp/extractor/vesti.py [moved from youtube_dlc/extractor/vesti.py with 100% similarity]
yt_dlp/extractor/vevo.py [moved from youtube_dlc/extractor/vevo.py with 100% similarity]
yt_dlp/extractor/vgtv.py [moved from youtube_dlc/extractor/vgtv.py with 100% similarity]
yt_dlp/extractor/vh1.py [moved from youtube_dlc/extractor/vh1.py with 100% similarity]
yt_dlp/extractor/vice.py [moved from youtube_dlc/extractor/vice.py with 100% similarity]
yt_dlp/extractor/vidbit.py [moved from youtube_dlc/extractor/vidbit.py with 100% similarity]
yt_dlp/extractor/viddler.py [moved from youtube_dlc/extractor/viddler.py with 100% similarity]
yt_dlp/extractor/videa.py [moved from youtube_dlc/extractor/videa.py with 100% similarity]
yt_dlp/extractor/videodetective.py [moved from youtube_dlc/extractor/videodetective.py with 100% similarity]
yt_dlp/extractor/videofyme.py [moved from youtube_dlc/extractor/videofyme.py with 100% similarity]
yt_dlp/extractor/videomore.py [moved from youtube_dlc/extractor/videomore.py with 100% similarity]
yt_dlp/extractor/videopress.py [moved from youtube_dlc/extractor/videopress.py with 100% similarity]
yt_dlp/extractor/vidio.py [moved from youtube_dlc/extractor/vidio.py with 100% similarity]
yt_dlp/extractor/vidlii.py [moved from youtube_dlc/extractor/vidlii.py with 100% similarity]
yt_dlp/extractor/vidme.py [moved from youtube_dlc/extractor/vidme.py with 100% similarity]
yt_dlp/extractor/vidzi.py [moved from youtube_dlc/extractor/vidzi.py with 96% similarity]
yt_dlp/extractor/vier.py [moved from youtube_dlc/extractor/vier.py with 100% similarity]
yt_dlp/extractor/viewlift.py [moved from youtube_dlc/extractor/viewlift.py with 100% similarity]
yt_dlp/extractor/viidea.py [moved from youtube_dlc/extractor/viidea.py with 100% similarity]
yt_dlp/extractor/viki.py [moved from youtube_dlc/extractor/viki.py with 100% similarity]
yt_dlp/extractor/vimeo.py [moved from youtube_dlc/extractor/vimeo.py with 99% similarity]
yt_dlp/extractor/vimple.py [moved from youtube_dlc/extractor/vimple.py with 100% similarity]
yt_dlp/extractor/vine.py [moved from youtube_dlc/extractor/vine.py with 100% similarity]
yt_dlp/extractor/viqeo.py [moved from youtube_dlc/extractor/viqeo.py with 100% similarity]
yt_dlp/extractor/viu.py [moved from youtube_dlc/extractor/viu.py with 100% similarity]
yt_dlp/extractor/vk.py [moved from youtube_dlc/extractor/vk.py with 100% similarity]
yt_dlp/extractor/vlive.py [moved from youtube_dlc/extractor/vlive.py with 100% similarity]
yt_dlp/extractor/vodlocker.py [moved from youtube_dlc/extractor/vodlocker.py with 100% similarity]
yt_dlp/extractor/vodpl.py [moved from youtube_dlc/extractor/vodpl.py with 100% similarity]
yt_dlp/extractor/vodplatform.py [moved from youtube_dlc/extractor/vodplatform.py with 100% similarity]
yt_dlp/extractor/voicerepublic.py [moved from youtube_dlc/extractor/voicerepublic.py with 100% similarity]
yt_dlp/extractor/voot.py [moved from youtube_dlc/extractor/voot.py with 100% similarity]
yt_dlp/extractor/voxmedia.py [moved from youtube_dlc/extractor/voxmedia.py with 100% similarity]
yt_dlp/extractor/vrak.py [moved from youtube_dlc/extractor/vrak.py with 100% similarity]
yt_dlp/extractor/vrt.py [moved from youtube_dlc/extractor/vrt.py with 100% similarity]
yt_dlp/extractor/vrv.py [moved from youtube_dlc/extractor/vrv.py with 100% similarity]
yt_dlp/extractor/vshare.py [moved from youtube_dlc/extractor/vshare.py with 100% similarity]
yt_dlp/extractor/vtm.py [moved from youtube_dlc/extractor/vtm.py with 100% similarity]
yt_dlp/extractor/vube.py [moved from youtube_dlc/extractor/vube.py with 100% similarity]
yt_dlp/extractor/vuclip.py [moved from youtube_dlc/extractor/vuclip.py with 100% similarity]
yt_dlp/extractor/vvvvid.py [moved from youtube_dlc/extractor/vvvvid.py with 100% similarity]
yt_dlp/extractor/vyborymos.py [moved from youtube_dlc/extractor/vyborymos.py with 100% similarity]
yt_dlp/extractor/vzaar.py [moved from youtube_dlc/extractor/vzaar.py with 100% similarity]
yt_dlp/extractor/wakanim.py [moved from youtube_dlc/extractor/wakanim.py with 100% similarity]
yt_dlp/extractor/walla.py [moved from youtube_dlc/extractor/walla.py with 100% similarity]
yt_dlp/extractor/washingtonpost.py [moved from youtube_dlc/extractor/washingtonpost.py with 100% similarity]
yt_dlp/extractor/wat.py [moved from youtube_dlc/extractor/wat.py with 100% similarity]
yt_dlp/extractor/watchbox.py [moved from youtube_dlc/extractor/watchbox.py with 100% similarity]
yt_dlp/extractor/watchindianporn.py [moved from youtube_dlc/extractor/watchindianporn.py with 100% similarity]
yt_dlp/extractor/wdr.py [moved from youtube_dlc/extractor/wdr.py with 100% similarity]
yt_dlp/extractor/webcaster.py [moved from youtube_dlc/extractor/webcaster.py with 100% similarity]
yt_dlp/extractor/webofstories.py [moved from youtube_dlc/extractor/webofstories.py with 100% similarity]
yt_dlp/extractor/weibo.py [moved from youtube_dlc/extractor/weibo.py with 100% similarity]
yt_dlp/extractor/weiqitv.py [moved from youtube_dlc/extractor/weiqitv.py with 100% similarity]
yt_dlp/extractor/wistia.py [moved from youtube_dlc/extractor/wistia.py with 100% similarity]
yt_dlp/extractor/worldstarhiphop.py [moved from youtube_dlc/extractor/worldstarhiphop.py with 100% similarity]
yt_dlp/extractor/wsj.py [moved from youtube_dlc/extractor/wsj.py with 100% similarity]
yt_dlp/extractor/wwe.py [moved from youtube_dlc/extractor/wwe.py with 100% similarity]
yt_dlp/extractor/xbef.py [moved from youtube_dlc/extractor/xbef.py with 100% similarity]
yt_dlp/extractor/xboxclips.py [moved from youtube_dlc/extractor/xboxclips.py with 100% similarity]
yt_dlp/extractor/xfileshare.py [moved from youtube_dlc/extractor/xfileshare.py with 100% similarity]
yt_dlp/extractor/xhamster.py [moved from youtube_dlc/extractor/xhamster.py with 100% similarity]
yt_dlp/extractor/xiami.py [moved from youtube_dlc/extractor/xiami.py with 100% similarity]
yt_dlp/extractor/ximalaya.py [moved from youtube_dlc/extractor/ximalaya.py with 100% similarity]
yt_dlp/extractor/xminus.py [moved from youtube_dlc/extractor/xminus.py with 100% similarity]
yt_dlp/extractor/xnxx.py [moved from youtube_dlc/extractor/xnxx.py with 100% similarity]
yt_dlp/extractor/xstream.py [moved from youtube_dlc/extractor/xstream.py with 100% similarity]
yt_dlp/extractor/xtube.py [moved from youtube_dlc/extractor/xtube.py with 100% similarity]
yt_dlp/extractor/xuite.py [moved from youtube_dlc/extractor/xuite.py with 100% similarity]
yt_dlp/extractor/xvideos.py [moved from youtube_dlc/extractor/xvideos.py with 100% similarity]
yt_dlp/extractor/xxxymovies.py [moved from youtube_dlc/extractor/xxxymovies.py with 100% similarity]
yt_dlp/extractor/yahoo.py [moved from youtube_dlc/extractor/yahoo.py with 100% similarity]
yt_dlp/extractor/yandexdisk.py [moved from youtube_dlc/extractor/yandexdisk.py with 100% similarity]
yt_dlp/extractor/yandexmusic.py [moved from youtube_dlc/extractor/yandexmusic.py with 99% similarity]
yt_dlp/extractor/yandexvideo.py [moved from youtube_dlc/extractor/yandexvideo.py with 100% similarity]
yt_dlp/extractor/yapfiles.py [moved from youtube_dlc/extractor/yapfiles.py with 100% similarity]
yt_dlp/extractor/yesjapan.py [moved from youtube_dlc/extractor/yesjapan.py with 100% similarity]
yt_dlp/extractor/yinyuetai.py [moved from youtube_dlc/extractor/yinyuetai.py with 100% similarity]
yt_dlp/extractor/ynet.py [moved from youtube_dlc/extractor/ynet.py with 100% similarity]
yt_dlp/extractor/youjizz.py [moved from youtube_dlc/extractor/youjizz.py with 100% similarity]
yt_dlp/extractor/youku.py [moved from youtube_dlc/extractor/youku.py with 100% similarity]
yt_dlp/extractor/younow.py [moved from youtube_dlc/extractor/younow.py with 100% similarity]
yt_dlp/extractor/youporn.py [moved from youtube_dlc/extractor/youporn.py with 100% similarity]
yt_dlp/extractor/yourporn.py [moved from youtube_dlc/extractor/yourporn.py with 100% similarity]
yt_dlp/extractor/yourupload.py [moved from youtube_dlc/extractor/yourupload.py with 100% similarity]
yt_dlp/extractor/youtube.py [moved from youtube_dlc/extractor/youtube.py with 100% similarity]
yt_dlp/extractor/zapiks.py [moved from youtube_dlc/extractor/zapiks.py with 100% similarity]
yt_dlp/extractor/zaq1.py [moved from youtube_dlc/extractor/zaq1.py with 100% similarity]
yt_dlp/extractor/zattoo.py [moved from youtube_dlc/extractor/zattoo.py with 100% similarity]
yt_dlp/extractor/zdf.py [moved from youtube_dlc/extractor/zdf.py with 100% similarity]
yt_dlp/extractor/zee5.py [moved from youtube_dlc/extractor/zee5.py with 100% similarity]
yt_dlp/extractor/zhihu.py [moved from youtube_dlc/extractor/zhihu.py with 100% similarity]
yt_dlp/extractor/zingmp3.py [moved from youtube_dlc/extractor/zingmp3.py with 100% similarity]
yt_dlp/extractor/zoom.py [moved from youtube_dlc/extractor/zoom.py with 100% similarity]
yt_dlp/extractor/zype.py [moved from youtube_dlc/extractor/zype.py with 100% similarity]
yt_dlp/jsinterp.py [moved from youtube_dlc/jsinterp.py with 100% similarity]
yt_dlp/options.py [moved from youtube_dlc/options.py with 98% similarity]
yt_dlp/postprocessor/__init__.py [moved from youtube_dlc/postprocessor/__init__.py with 100% similarity]
yt_dlp/postprocessor/common.py [moved from youtube_dlc/postprocessor/common.py with 100% similarity]
yt_dlp/postprocessor/embedthumbnail.py [moved from youtube_dlc/postprocessor/embedthumbnail.py with 100% similarity]
yt_dlp/postprocessor/execafterdownload.py [moved from youtube_dlc/postprocessor/execafterdownload.py with 100% similarity]
yt_dlp/postprocessor/ffmpeg.py [moved from youtube_dlc/postprocessor/ffmpeg.py with 99% similarity]
yt_dlp/postprocessor/metadatafromfield.py [moved from youtube_dlc/postprocessor/metadatafromfield.py with 100% similarity]
yt_dlp/postprocessor/movefilesafterdownload.py [moved from youtube_dlc/postprocessor/movefilesafterdownload.py with 100% similarity]
yt_dlp/postprocessor/sponskrub.py [moved from youtube_dlc/postprocessor/sponskrub.py with 100% similarity]
yt_dlp/postprocessor/xattrpp.py [moved from youtube_dlc/postprocessor/xattrpp.py with 100% similarity]
yt_dlp/socks.py [moved from youtube_dlc/socks.py with 100% similarity]
yt_dlp/swfinterp.py [moved from youtube_dlc/swfinterp.py with 100% similarity]
yt_dlp/update.py [moved from youtube_dlc/update.py with 88% similarity]
yt_dlp/utils.py [moved from youtube_dlc/utils.py with 99% similarity]
yt_dlp/version.py [moved from youtube_dlc/version.py with 100% similarity]
ytdlp_plugins/extractor/sample.py