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