2016-02-10 13:24:49 +01:00
|
|
|
# flake8: noqa
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
2016-08-22 01:06:39 +02:00
|
|
|
from .abc import (
|
|
|
|
ABCIE,
|
|
|
|
ABCIViewIE,
|
|
|
|
)
|
2016-05-17 09:38:57 +02:00
|
|
|
from .abcnews import (
|
|
|
|
AbcNewsIE,
|
|
|
|
AbcNewsVideoIE,
|
|
|
|
)
|
2016-09-05 14:41:11 +02:00
|
|
|
from .abcotvs import (
|
|
|
|
ABCOTVSIE,
|
|
|
|
ABCOTVSClipsIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .academicearth import AcademicEarthCourseIE
|
|
|
|
from .acast import (
|
|
|
|
ACastIE,
|
|
|
|
ACastChannelIE,
|
|
|
|
)
|
2017-03-31 13:24:23 +02:00
|
|
|
from .adn import ADNIE
|
2019-04-02 23:40:39 +02:00
|
|
|
from .adobeconnect import AdobeConnectIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .adobetv import (
|
2019-11-29 17:06:34 +01:00
|
|
|
AdobeTVEmbedIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
AdobeTVIE,
|
|
|
|
AdobeTVShowIE,
|
|
|
|
AdobeTVChannelIE,
|
|
|
|
AdobeTVVideoIE,
|
|
|
|
)
|
|
|
|
from .adultswim import AdultSwimIE
|
2016-06-29 16:49:17 +02:00
|
|
|
from .aenetworks import (
|
|
|
|
AENetworksIE,
|
|
|
|
HistoryTopicIE,
|
|
|
|
)
|
2017-10-11 12:04:46 +02:00
|
|
|
from .afreecatv import AfreecaTVIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .airmozilla import AirMozillaIE
|
|
|
|
from .aljazeera import AlJazeeraIE
|
|
|
|
from .alphaporno import AlphaPornoIE
|
2016-08-16 14:43:33 +02:00
|
|
|
from .amcnetworks import AMCNetworksIE
|
2017-09-13 04:52:54 +02:00
|
|
|
from .americastestkitchen import AmericasTestKitchenIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .animeondemand import AnimeOnDemandIE
|
2017-04-29 14:49:04 +02:00
|
|
|
from .anvato import AnvatoIE
|
2017-01-06 12:10:47 +01:00
|
|
|
from .aol import AolIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .allocine import AllocineIE
|
2017-07-22 21:32:51 +02:00
|
|
|
from .aliexpress import AliExpressLiveIE
|
2018-05-27 13:24:37 +02:00
|
|
|
from .apa import APAIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .aparat import AparatIE
|
|
|
|
from .appleconnect import AppleConnectIE
|
|
|
|
from .appletrailers import (
|
|
|
|
AppleTrailersIE,
|
|
|
|
AppleTrailersSectionIE,
|
|
|
|
)
|
|
|
|
from .archiveorg import ArchiveOrgIE
|
2016-07-23 12:56:29 +02:00
|
|
|
from .arkena import ArkenaIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .ard import (
|
2018-09-01 00:18:17 +02:00
|
|
|
ARDBetaMediathekIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
ARDIE,
|
|
|
|
ARDMediathekIE,
|
|
|
|
)
|
|
|
|
from .arte import (
|
|
|
|
ArteTVPlus7IE,
|
|
|
|
ArteTVEmbedIE,
|
2016-06-01 20:10:23 +02:00
|
|
|
ArteTVPlaylistIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
2017-06-18 15:18:51 +02:00
|
|
|
from .asiancrush import (
|
|
|
|
AsianCrushIE,
|
|
|
|
AsianCrushPlaylistIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .atresplayer import AtresPlayerIE
|
|
|
|
from .atttechchannel import ATTTechChannelIE
|
2017-03-25 18:13:13 +01:00
|
|
|
from .atvat import ATVAtIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .audimedia import AudiMediaIE
|
|
|
|
from .audioboom import AudioBoomIE
|
|
|
|
from .audiomack import AudiomackIE, AudiomackAlbumIE
|
2016-08-23 00:10:06 +02:00
|
|
|
from .awaan import (
|
|
|
|
AWAANIE,
|
|
|
|
AWAANVideoIE,
|
|
|
|
AWAANLiveIE,
|
|
|
|
AWAANSeasonIE,
|
|
|
|
)
|
2018-10-02 14:49:01 +02:00
|
|
|
from .azmedien import AZMedienIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .baidu import BaiduVideoIE
|
2017-06-04 15:47:05 +02:00
|
|
|
from .bandcamp import BandcampIE, BandcampAlbumIE, BandcampWeeklyIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .bbc import (
|
|
|
|
BBCCoUkIE,
|
|
|
|
BBCCoUkArticleIE,
|
2016-06-17 18:42:52 +02:00
|
|
|
BBCCoUkIPlayerPlaylistIE,
|
|
|
|
BBCCoUkPlaylistIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
BBCIE,
|
|
|
|
)
|
2017-05-14 10:04:42 +02:00
|
|
|
from .beampro import (
|
|
|
|
BeamProLiveIE,
|
|
|
|
BeamProVodIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .beeg import BeegIE
|
|
|
|
from .behindkink import BehindKinkIE
|
2016-09-15 09:12:12 +02:00
|
|
|
from .bellmedia import BellMediaIE
|
2016-10-15 21:33:43 +02:00
|
|
|
from .beatport import BeatportIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .bet import BetIE
|
2019-04-05 20:35:35 +02:00
|
|
|
from .bfi import BFIPlayerIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .bigflix import BigflixIE
|
|
|
|
from .bild import BildIE
|
2017-02-02 14:51:31 +01:00
|
|
|
from .bilibili import (
|
|
|
|
BiliBiliIE,
|
|
|
|
BiliBiliBangumiIE,
|
2019-09-22 18:14:18 +02:00
|
|
|
BilibiliAudioIE,
|
|
|
|
BilibiliAudioAlbumIE,
|
pull changes from remote master (#190)
* [scrippsnetworks] Add new extractor(closes #19857)(closes #22981)
* [teachable] Improve locked lessons detection (#23528)
* [teachable] Fail with error message if no video URL found
* [extractors] add missing import for ScrippsNetworksIE
* [brightcove] cache brightcove player policy keys
* [prosiebensat1] improve geo restriction handling(closes #23571)
* [soundcloud] automatically update client id on failing requests
* [spankbang] Fix extraction (closes #23307, closes #23423, closes #23444)
* [spankbang] Improve removed video detection (#23423)
* [brightcove] update policy key on failing requests
* [pornhub] Fix extraction and add support for m3u8 formats (closes #22749, closes #23082)
* [pornhub] Improve locked videos detection (closes #22449, closes #22780)
* [brightcove] invalidate policy key cache on failing requests
* [soundcloud] fix client id extraction for non fatal requests
* [ChangeLog] Actualize
[ci skip]
* [devscripts/create-github-release] Switch to using PAT for authentication
Basic authentication will be deprecated soon
* release 2020.01.01
* [redtube] Detect private videos (#23518)
* [vice] improve extraction(closes #23631)
* [devscripts/create-github-release] Remove unused import
* [wistia] improve format extraction and extract subtitles(closes #22590)
* [nrktv:seriebase] Fix extraction (closes #23625) (#23537)
* [discovery] fix anonymous token extraction(closes #23650)
* [scrippsnetworks] add support for www.discovery.com videos
* [scrippsnetworks] correct test case URL
* [dctp] fix format extraction(closes #23656)
* [pandatv] Remove extractor (#23630)
* [naver] improve extraction
- improve geo-restriction handling
- extract automatic captions
- extract uploader metadata
- extract VLive HLS formats
* [naver] improve metadata extraction
* [cloudflarestream] improve extraction
- add support for bytehighway.net domain
- add support for signed URLs
- extract thumbnail
* [cloudflarestream] import embed URL extraction
* [lego] fix extraction and extract subtitle(closes #23687)
* [safari] Fix kaltura session extraction (closes #23679) (#23670)
* [orf:fm4] Fix extraction (#23599)
* [orf:radio] Clean description and improve extraction
* [twitter] add support for promo_video_website cards(closes #23711)
* [vodplatform] add support for embed.kwikmotion.com domain
* [ndr:base:embed] Improve thumbnails extraction (closes #23731)
* [canvas] Add support for new API endpoint and update tests (closes #17680, closes #18629)
* [travis] Add flake8 job (#23720)
* [yourporn] Fix extraction (closes #21645, closes #22255, closes #23459)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.15
* [soundcloud] Restore previews extraction (closes #23739)
* [orf:tvthek] Improve geo restricted videos detection (closes #23741)
* [zype] improve extraction
- extract subtitles(closes #21258)
- support URLs with alternative keys/tokens(#21258)
- extract more metadata
* [americastestkitchen] fix extraction
* [nbc] add support for nbc multi network URLs(closes #23049)
* [ard] improve extraction(closes #23761)
- simplify extraction
- extract age limit and series
- bypass geo-restriction
* [ivi:compilation] Fix entries extraction (closes #23770)
* [24video] Add support for 24video.vip (closes #23753)
* [businessinsider] Fix jwplatform id extraction (closes #22929) (#22954)
* [ard] add a missing condition
* [azmedien] fix extraction(closes #23783)
* [voicerepublic] fix extraction
* [stretchinternet] fix extraction(closes #4319)
* [youtube] Fix sigfunc name extraction (closes #23819)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.24
* [soundcloud] imporve private playlist/set tracks extraction
https://github.com/ytdl-org/youtube-dl/issues/3707#issuecomment-577873539
* [svt] fix article extraction(closes #22897)(closes #22919)
* [svt] fix series extraction(closes #22297)
* [viewlift] improve extraction
- fix extraction(closes #23851)
- add add support for authentication
- add support for more domains
* [vimeo] fix album extraction(closes #23864)
* [tva] Relax _VALID_URL (closes #23903)
* [tv5mondeplus] Fix extraction (closes #23907, closes #23911)
* [twitch:stream] Lowercase channel id for stream request (closes #23917)
* [sportdeutschland] Update to new sportdeutschland API
They switched to SSL, but under a different host AND path...
Remove the old test cases because these videos have become unavailable.
* [popcorntimes] Add extractor (closes #23949)
* [thisoldhouse] fix extraction(closes #23951)
* [toggle] Add support for mewatch.sg (closes #23895) (#23930)
* [compat] Introduce compat_realpath (refs #23991)
* [update] Fix updating via symlinks (closes #23991)
* [nytimes] improve format sorting(closes #24010)
* [abc:iview] Support 720p (#22907) (#22921)
* [nova:embed] Fix extraction (closes #23672)
* [nova:embed] Improve (closes #23690)
* [nova] Improve extraction (refs #23690)
* [jpopsuki] Remove extractor (closes #23858)
* [YoutubeDL] Fix playlist entry indexing with --playlist-items (closes #10591, closes #10622)
* [test_YoutubeDL] Fix get_ids
* [test_YoutubeDL] Add tests for #10591 (closes #23873)
* [24video] Add support for porn.24video.net (closes #23779, closes #23784)
* [npr] Add support for streams (closes #24042)
* [ChangeLog] Actualize
[ci skip]
* release 2020.02.16
* [tv2dk:bornholm:play] Fix extraction (#24076)
* [imdb] Fix extraction (closes #23443)
* [wistia] Add support for multiple generic embeds (closes #8347, closes #11385)
* [teachable] Add support for multiple videos per lecture (closes #24101)
* [pornhd] Fix extraction (closes #24128)
* [options] Remove duplicate short option -v for --version (#24162)
* [extractor/common] Convert ISM manifest to unicode before processing on python 2 (#24152)
* [YoutubeDL] Force redirect URL to unicode on python 2
* Remove no longer needed compat_str around geturl
* [youjizz] Fix extraction (closes #24181)
* [test_subtitles] Remove obsolete test
* [zdf:channel] Fix tests
* [zapiks] Fix test
* [xtube] Fix metadata extraction (closes #21073, closes #22455)
* [xtube:user] Fix test
* [telecinco] Fix extraction (refs #24195)
* [telecinco] Add support for article opening videos
* [franceculture] Fix extraction (closes #24204)
* [xhamster] Fix extraction (closes #24205)
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.01
* [vimeo] Fix subtitles URLs (#24209)
* [servus] Add support for new URL schema (closes #23475, closes #23583, closes #24142)
* [youtube:playlist] Fix tests (closes #23872) (#23885)
* [peertube] Improve extraction
* [peertube] Fix issues and improve extraction (closes #23657)
* [pornhub] Improve title extraction (closes #24184)
* [vimeo] fix showcase password protected video extraction(closes #24224)
* [youtube] Fix age-gated videos support without login (closes #24248)
* [youtube] Fix tests
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.06
* [nhk] update API version(closes #24270)
* [youtube] Improve extraction in 429 error conditions (closes #24283)
* [youtube] Improve age-gated videos extraction in 429 error conditions (refs #24283)
* [youtube] Remove outdated code
Additional get_video_info requests don't seem to provide any extra itags any longer
* [README.md] Clarify 429 error
* [pornhub] Add support for pornhubpremium.com (#24288)
* [utils] Add support for cookies with spaces used instead of tabs
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.08
* Revert "[utils] Add support for cookies with spaces used instead of tabs"
According to [1] TABs must be used as separators between fields.
Files produces by some tools with spaces as separators are considered
malformed.
1. https://curl.haxx.se/docs/http-cookies.html
This reverts commit cff99c91d150df2a4e21962a3ca8d4ae94533b8c.
* [utils] Add reference to cookie file format
* Revert "[vimeo] fix showcase password protected video extraction(closes #24224)"
This reverts commit 12ee431676bb655f04c7dd416a73c1f142ed368d.
* [nhk] Relax _VALID_URL (#24329)
* [nhk] Remove obsolete rtmp formats (closes #24329)
* [nhk] Update m3u8 URL and use native hls (#24329)
* [ndr] Fix extraction (closes #24326)
* [xtube] Fix formats extraction (closes #24348)
* [xtube] Fix typo
* [hellporno] Fix extraction (closes #24399)
* [cbc:watch] Add support for authentication
* [cbc:watch] Fix authenticated device token caching (closes #19160)
* [soundcloud] fix download url extraction(closes #24394)
* [limelight] remove disabled API requests(closes #24255)
* [bilibili] Add support for new URL schema with BV ids (closes #24439, closes #24442)
* [bilibili] Add support for player.bilibili.com (closes #24402)
* [teachable] Extract chapter metadata (closes #24421)
* [generic] Look for teachable embeds before wistia
* [teachable] Update upskillcourses domain
New version does not use teachable platform any longer
* [teachable] Update gns3 domain
* [teachable] Update test
* [ChangeLog] Actualize
[ci skip]
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.24
* [spankwire] Fix extraction (closes #18924, closes #20648)
* [spankwire] Add support for generic embeds (refs #24633)
* [youporn] Add support form generic embeds
* [mofosex] Add support for generic embeds (closes #24633)
* [tele5] Fix extraction (closes #24553)
* [extractor/common] Skip malformed ISM manifest XMLs while extracting ISM formats (#24667)
* [tv4] Fix ISM formats extraction (closes #24667)
* [twitch:clips] Extend _VALID_URL (closes #24290) (#24642)
* [motherless] Fix extraction (closes #24699)
* [nova:embed] Fix extraction (closes #24700)
* [youtube] Skip broken multifeed videos (closes #24711)
* [soundcloud] Extract AAC format
* [soundcloud] Improve AAC format extraction (closes #19173, closes #24708)
* [thisoldhouse] Fix video id extraction (closes #24548)
Added support for:
with of without "www."
and either ".chorus.build" or ".com"
It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
* [thisoldhouse] Improve video id extraction (closes #24549)
* [youtube] Fix DRM videos detection (refs #24736)
* [options] Clarify doc on --exec command (closes #19087) (#24883)
* [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
* [prosiebensat1] Extract series metadata
* [tenplay] Relax _VALID_URL (closes #25001)
* [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789)
* [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778)
* [youtube] Use redirected video id if any (closes #25063)
* [youtube] Improve player id extraction and add tests
* [extractor/common] Extract multiple JSON-LD entries
* [crunchyroll] Fix and improve extraction (closes #25096, closes #25060)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.03
* [puhutv] Remove no longer available HTTP formats (closes #25124)
* [utils] Improve cookie files support
+ Add support for UTF-8 in cookie files
* Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
* [dailymotion] Fix typo
* [compat] Introduce compat_cookiejar_Cookie
* [extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes #23256, closes #24776)
To always ensure cookie name and value are bytestrings on python 2.
* [orf] Add support for more radio stations (closes #24938) (#24968)
* [uol] fix extraction(closes #22007)
* [downloader/http] Finish downloading once received data length matches expected
Always do this if possible, i.e. if Content-Length or expected length is known, not only in test.
This will save unnecessary last extra loop trying to read 0 bytes.
* [downloader/http] Request last data block of exact remaining size
Always request last data block of exact size remaining to download if possible not the current block size.
* [iprima] Improve extraction (closes #25138)
* [youtube] Improve signature cipher extraction (closes #25188)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.08
* [spike] fix Bellator mgid extraction(closes #25195)
* [bbccouk] PEP8
* [mailru] Fix extraction (closes #24530) (#25239)
* [README.md] flake8 HTTPS URL (#25230)
* [youtube] Add support for yewtu.be (#25226)
* [soundcloud] reduce API playlist page limit(closes #25274)
* [vimeo] improve format extraction and sorting(closes #25285)
* [redtube] Improve title extraction (#25208)
* [indavideo] Switch to HTTPS for API request (#25191)
* [utils] Fix file permissions in write_json_file (closes #12471) (#25122)
* [redtube] Improve formats extraction and extract m3u8 formats (closes #25311, closes #25321)
* [ard] Improve _VALID_URL (closes #25134) (#25198)
* [giantbomb] Extend _VALID_URL (#25222)
* [postprocessor/ffmpeg] Embed series metadata with --add-metadata
* [youtube] Add support for more invidious instances (#25417)
* [ard:beta] Extend _VALID_URL (closes #25405)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.29
* [jwplatform] Improve embeds extraction (closes #25467)
* [periscope] Fix untitled broadcasts (#25482)
* [twitter:broadcast] Add untitled periscope broadcast test
* [malltv] Add support for sk.mall.tv (#25445)
* [brightcove] Fix subtitles extraction (closes #25540)
* [brightcove] Sort imports
* [twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531)
* [twitch:stream] Fix extraction (closes #25528)
* [twitch:stream] Expect 400 and 410 HTTP errors from API
* [tele5] Prefer jwplatform over nexx (closes #25533)
* [jwplatform] Add support for bypass geo restriction
* [tele5] Bypass geo restriction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.06
* [kaltura] Add support for multiple embeds on a webpage (closes #25523)
* [youtube] Extract chapters from JSON (closes #24819)
* [facebook] Support single-video ID links
I stumbled upon this at https://www.facebook.com/bwfbadminton/posts/10157127020046316 . No idea how prevalent it is yet.
* [youtube] Fix playlist and feed extraction (closes #25675)
* [youtube] Fix thumbnails extraction and remove uploader id extraction warning (closes #25676)
* [youtube] Fix upload date extraction
* [youtube] Improve view count extraction
* [youtube] Fix uploader id and uploader URL extraction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16
* [youtube] Fix categories and improve tags extraction
* [youtube] Force old layout (closes #25682, closes #25683, closes #25680, closes #25686)
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16.1
* [brightcove] Improve embed detection (closes #25674)
* [bellmedia] add support for cp24.com clip URLs(closes #25764)
* [youtube:playlists] Extend _VALID_URL (closes #25810)
* [youtube] Prevent excess HTTP 301 (#25786)
* [wistia] Restrict embed regex (closes #25969)
* [youtube] Improve description extraction (closes #25937) (#25980)
* [youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes #26136, closes #26137)
* [ChangeLog] Actualize
[ci skip]
* release 2020.07.28
* [xhamster] Extend _VALID_URL (closes #25789) (#25804)
* [xhamster] Fix extraction (closes #26157) (#26254)
* [xhamster] Extend _VALID_URL (closes #25927)
Co-authored-by: Remita Amine <remitamine@gmail.com>
Co-authored-by: Sergey M․ <dstftw@gmail.com>
Co-authored-by: nmeum <soeren+github@soeren-tempel.net>
Co-authored-by: Roxedus <me@roxedus.dev>
Co-authored-by: Singwai Chan <c.singwai@gmail.com>
Co-authored-by: cdarlint <cdarlint@users.noreply.github.com>
Co-authored-by: Johannes N <31795504+jonolt@users.noreply.github.com>
Co-authored-by: jnozsc <jnozsc@gmail.com>
Co-authored-by: Moritz Patelscheck <moritz.patelscheck@campus.tu-berlin.de>
Co-authored-by: PB <3854688+uno20001@users.noreply.github.com>
Co-authored-by: Philipp Hagemeister <phihag@phihag.de>
Co-authored-by: Xaver Hellauer <software@hellauer.bayern>
Co-authored-by: d2au <d2au.dev@gmail.com>
Co-authored-by: Jan 'Yenda' Trmal <jtrmal@gmail.com>
Co-authored-by: jxu <7989982+jxu@users.noreply.github.com>
Co-authored-by: Martin Ström <name@my-domain.se>
Co-authored-by: The Hatsune Daishi <nao20010128@gmail.com>
Co-authored-by: tsia <github@tsia.de>
Co-authored-by: 3risian <59593325+3risian@users.noreply.github.com>
Co-authored-by: Tristan Waddington <tristan.waddington@gmail.com>
Co-authored-by: Devon Meunier <devon.meunier@gmail.com>
Co-authored-by: Felix Stupp <felix.stupp@outlook.com>
Co-authored-by: tom <tomster954@gmail.com>
Co-authored-by: AndrewMBL <62922222+AndrewMBL@users.noreply.github.com>
Co-authored-by: willbeaufoy <will@willbeaufoy.net>
Co-authored-by: Philipp Stehle <anderschwiedu@googlemail.com>
Co-authored-by: hh0rva1h <61889859+hh0rva1h@users.noreply.github.com>
Co-authored-by: comsomisha <shmelev1996@mail.ru>
Co-authored-by: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com>
Co-authored-by: Juan Francisco Cantero Hurtado <iam@juanfra.info>
Co-authored-by: Dave Loyall <dave@the-good-guys.net>
Co-authored-by: tlsssl <63866177+tlsssl@users.noreply.github.com>
Co-authored-by: Rob <ankenyr@gmail.com>
Co-authored-by: Michael Klein <github@a98shuttle.de>
Co-authored-by: JordanWeatherby <47519158+JordanWeatherby@users.noreply.github.com>
Co-authored-by: striker.sh <19488257+strikersh@users.noreply.github.com>
Co-authored-by: Matej Dujava <mdujava@gmail.com>
Co-authored-by: Glenn Slayden <5589855+glenn-slayden@users.noreply.github.com>
Co-authored-by: MRWITEK <mrvvitek@gmail.com>
Co-authored-by: JChris246 <43832407+JChris246@users.noreply.github.com>
Co-authored-by: TheRealDude2 <the.real.dude@gmx.de>
2020-08-25 16:53:34 +02:00
|
|
|
BiliBiliPlayerIE,
|
2017-02-02 14:51:31 +01:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .biobiochiletv import BioBioChileTVIE
|
2018-08-11 20:47:10 +02:00
|
|
|
from .bitchute import (
|
|
|
|
BitChuteIE,
|
|
|
|
BitChuteChannelIE,
|
|
|
|
)
|
2016-05-06 16:02:40 +02:00
|
|
|
from .biqle import BIQLEIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .bleacherreport import (
|
|
|
|
BleacherReportIE,
|
|
|
|
BleacherReportCMSIE,
|
|
|
|
)
|
|
|
|
from .blinkx import BlinkxIE
|
|
|
|
from .bloomberg import BloombergIE
|
|
|
|
from .bokecc import BokeCCIE
|
2017-03-09 00:13:54 +01:00
|
|
|
from .bostonglobe import BostonGlobeIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .bpb import BpbIE
|
2017-11-29 14:21:38 +01:00
|
|
|
from .br import (
|
|
|
|
BRIE,
|
|
|
|
BRMediathekIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .bravotv import BravoTVIE
|
|
|
|
from .breakcom import BreakIE
|
|
|
|
from .brightcove import (
|
|
|
|
BrightcoveLegacyIE,
|
|
|
|
BrightcoveNewIE,
|
|
|
|
)
|
2018-05-06 16:58:55 +02:00
|
|
|
from .businessinsider import BusinessInsiderIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .buzzfeed import BuzzFeedIE
|
2017-12-13 17:14:30 +01:00
|
|
|
from .byutv import BYUtvIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .c56 import C56IE
|
|
|
|
from .camdemy import (
|
|
|
|
CamdemyIE,
|
|
|
|
CamdemyFolderIE
|
|
|
|
)
|
2017-10-15 07:09:44 +02:00
|
|
|
from .cammodels import CamModelsIE
|
2018-06-03 12:09:20 +02:00
|
|
|
from .camtube import CamTubeIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .camwithher import CamWithHerIE
|
|
|
|
from .canalplus import CanalplusIE
|
|
|
|
from .canalc2 import Canalc2IE
|
2017-10-01 23:14:36 +02:00
|
|
|
from .canvas import (
|
|
|
|
CanvasIE,
|
|
|
|
CanvasEenIE,
|
2017-10-20 14:41:07 +02:00
|
|
|
VrtNUIE,
|
2017-10-01 23:14:36 +02:00
|
|
|
)
|
2016-06-17 22:04:14 +02:00
|
|
|
from .carambatv import (
|
|
|
|
CarambaTVIE,
|
|
|
|
CarambaTVPageIE,
|
|
|
|
)
|
2016-08-28 17:47:59 +02:00
|
|
|
from .cartoonnetwork import CartoonNetworkIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .cbc import (
|
|
|
|
CBCIE,
|
|
|
|
CBCPlayerIE,
|
2016-08-25 09:49:15 +02:00
|
|
|
CBCWatchVideoIE,
|
|
|
|
CBCWatchIE,
|
2018-02-19 09:02:23 +01:00
|
|
|
CBCOlympicsIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .cbs import CBSIE
|
2016-05-21 07:40:45 +02:00
|
|
|
from .cbslocal import CBSLocalIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .cbsinteractive import CBSInteractiveIE
|
|
|
|
from .cbsnews import (
|
2019-06-05 02:22:57 +02:00
|
|
|
CBSNewsEmbedIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
CBSNewsIE,
|
|
|
|
CBSNewsLiveVideoIE,
|
|
|
|
)
|
|
|
|
from .cbssports import CBSSportsIE
|
2017-10-27 13:22:13 +02:00
|
|
|
from .ccc import (
|
|
|
|
CCCIE,
|
|
|
|
CCCPlaylistIE,
|
|
|
|
)
|
2016-12-18 10:49:10 +01:00
|
|
|
from .ccma import CCMAIE
|
2016-09-07 11:10:43 +02:00
|
|
|
from .cctv import CCTVIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .cda import CDAIE
|
2017-04-08 14:42:09 +02:00
|
|
|
from .ceskatelevize import (
|
|
|
|
CeskaTelevizeIE,
|
|
|
|
CeskaTelevizePoradyIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .channel9 import Channel9IE
|
2016-08-19 12:53:34 +02:00
|
|
|
from .charlierose import CharlieRoseIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .chaturbate import ChaturbateIE
|
|
|
|
from .chilloutzone import ChilloutzoneIE
|
|
|
|
from .chirbit import (
|
|
|
|
ChirbitIE,
|
|
|
|
ChirbitProfileIE,
|
|
|
|
)
|
|
|
|
from .cinchcast import CinchcastIE
|
2019-04-28 01:42:55 +02:00
|
|
|
from .cinemax import CinemaxIE
|
2018-11-20 23:25:43 +01:00
|
|
|
from .ciscolive import (
|
|
|
|
CiscoLiveSessionIE,
|
|
|
|
CiscoLiveSearchIE,
|
|
|
|
)
|
2017-06-29 21:10:45 +02:00
|
|
|
from .cjsw import CJSWIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .cliphunter import CliphunterIE
|
2017-08-09 04:49:57 +02:00
|
|
|
from .clippit import ClippitIE
|
2016-07-06 14:09:05 +02:00
|
|
|
from .cliprs import ClipRsIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .clipsyndicate import ClipsyndicateIE
|
2016-06-18 19:35:29 +02:00
|
|
|
from .closertotruth import CloserToTruthIE
|
2018-05-04 20:21:52 +02:00
|
|
|
from .cloudflarestream import CloudflareStreamIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .cloudy import CloudyIE
|
|
|
|
from .clubic import ClubicIE
|
|
|
|
from .clyp import ClypIE
|
|
|
|
from .cmt import CMTIE
|
2018-07-30 18:15:20 +02:00
|
|
|
from .cnbc import (
|
|
|
|
CNBCIE,
|
2018-10-29 17:53:39 +01:00
|
|
|
CNBCVideoIE,
|
2018-07-30 18:15:20 +02:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .cnn import (
|
|
|
|
CNNIE,
|
|
|
|
CNNBlogsIE,
|
|
|
|
CNNArticleIE,
|
|
|
|
)
|
2016-05-27 19:34:58 +02:00
|
|
|
from .coub import CoubIE
|
2016-07-19 17:50:37 +02:00
|
|
|
from .comedycentral import (
|
2016-11-29 10:11:08 +01:00
|
|
|
ComedyCentralFullEpisodesIE,
|
2016-07-19 17:50:37 +02:00
|
|
|
ComedyCentralIE,
|
2016-08-02 14:02:31 +02:00
|
|
|
ComedyCentralShortnameIE,
|
2016-07-19 17:50:37 +02:00
|
|
|
ComedyCentralTVIE,
|
2016-07-26 05:17:28 +02:00
|
|
|
ToshIE,
|
2016-07-19 17:50:37 +02:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
|
2016-10-07 13:31:26 +02:00
|
|
|
from .commonprotocols import (
|
|
|
|
MmsIE,
|
|
|
|
RtmpIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .condenast import CondeNastIE
|
2019-10-17 16:55:44 +02:00
|
|
|
from .contv import CONtvIE
|
2017-02-10 16:59:49 +01:00
|
|
|
from .corus import CorusIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .cracked import CrackedIE
|
|
|
|
from .crackle import CrackleIE
|
|
|
|
from .crooksandliars import CrooksAndLiarsIE
|
|
|
|
from .crunchyroll import (
|
|
|
|
CrunchyrollIE,
|
|
|
|
CrunchyrollShowPlaylistIE
|
|
|
|
)
|
|
|
|
from .cspan import CSpanIE
|
|
|
|
from .ctsnews import CtsNewsIE
|
2016-06-30 19:14:59 +02:00
|
|
|
from .ctvnews import CTVNewsIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .cultureunplugged import CultureUnpluggedIE
|
2016-09-01 14:34:12 +02:00
|
|
|
from .curiositystream import (
|
|
|
|
CuriosityStreamIE,
|
|
|
|
CuriosityStreamCollectionIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .cwtv import CWTVIE
|
2016-05-05 14:12:28 +02:00
|
|
|
from .dailymail import DailyMailIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .dailymotion import (
|
|
|
|
DailymotionIE,
|
|
|
|
DailymotionPlaylistIE,
|
|
|
|
DailymotionUserIE,
|
|
|
|
)
|
|
|
|
from .daum import (
|
|
|
|
DaumIE,
|
|
|
|
DaumClipIE,
|
|
|
|
DaumPlaylistIE,
|
|
|
|
DaumUserIE,
|
|
|
|
)
|
|
|
|
from .dbtv import DBTVIE
|
|
|
|
from .dctp import DctpTvIE
|
|
|
|
from .deezer import DeezerPlaylistIE
|
|
|
|
from .democracynow import DemocracynowIE
|
|
|
|
from .dfb import DFBIE
|
|
|
|
from .dhm import DHMIE
|
2018-01-10 15:24:22 +01:00
|
|
|
from .digg import DiggIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .dotsub import DotsubIE
|
2017-05-12 12:44:10 +02:00
|
|
|
from .douyutv import (
|
|
|
|
DouyuShowIE,
|
|
|
|
DouyuTVIE,
|
|
|
|
)
|
2019-10-26 15:58:29 +02:00
|
|
|
from .dplay import DPlayIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .dreisat import DreiSatIE
|
|
|
|
from .drbonanza import DRBonanzaIE
|
|
|
|
from .drtuber import DrTuberIE
|
2017-02-04 08:38:28 +01:00
|
|
|
from .drtv import (
|
|
|
|
DRTVIE,
|
|
|
|
DRTVLiveIE,
|
|
|
|
)
|
2018-05-16 09:08:44 +02:00
|
|
|
from .dtube import DTubeIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .dvtv import DVTVIE
|
|
|
|
from .dumpert import DumpertIE
|
|
|
|
from .defense import DefenseGouvFrIE
|
|
|
|
from .discovery import DiscoveryIE
|
2017-03-11 17:16:51 +01:00
|
|
|
from .discoverygo import (
|
|
|
|
DiscoveryGoIE,
|
|
|
|
DiscoveryGoPlaylistIE,
|
|
|
|
)
|
2017-03-17 09:53:44 +01:00
|
|
|
from .discoverynetworks import DiscoveryNetworksDeIE
|
2017-04-02 10:22:09 +02:00
|
|
|
from .discoveryvr import DiscoveryVRIE
|
2017-01-26 16:14:42 +01:00
|
|
|
from .disney import DisneyIE
|
2016-04-21 18:02:58 +02:00
|
|
|
from .dispeak import DigitallySpeakingIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .dropbox import DropboxIE
|
|
|
|
from .dw import (
|
|
|
|
DWIE,
|
|
|
|
DWArticleIE,
|
|
|
|
)
|
|
|
|
from .eagleplatform import EaglePlatformIE
|
|
|
|
from .ebaumsworld import EbaumsWorldIE
|
|
|
|
from .echomsk import EchoMskIE
|
2017-07-20 18:22:36 +02:00
|
|
|
from .egghead import (
|
|
|
|
EggheadCourseIE,
|
|
|
|
EggheadLessonIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .ehow import EHowIE
|
|
|
|
from .eighttracks import EightTracksIE
|
|
|
|
from .einthusan import EinthusanIE
|
|
|
|
from .eitb import EitbIE
|
2017-10-23 21:15:48 +02:00
|
|
|
from .ellentube import (
|
|
|
|
EllenTubeIE,
|
|
|
|
EllenTubeVideoIE,
|
2017-12-08 20:16:23 +01:00
|
|
|
EllenTubePlaylistIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .elpais import ElPaisIE
|
|
|
|
from .embedly import EmbedlyIE
|
|
|
|
from .engadget import EngadgetIE
|
|
|
|
from .eporner import EpornerIE
|
|
|
|
from .eroprofile import EroProfileIE
|
|
|
|
from .escapist import EscapistIE
|
2016-11-08 16:27:02 +01:00
|
|
|
from .espn import (
|
|
|
|
ESPNIE,
|
|
|
|
ESPNArticleIE,
|
2017-12-26 14:20:21 +01:00
|
|
|
FiveThirtyEightIE,
|
2016-11-08 16:27:02 +01:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .esri import EsriVideoIE
|
|
|
|
from .europa import EuropaIE
|
|
|
|
from .everyonesmixtape import EveryonesMixtapeIE
|
|
|
|
from .expotv import ExpoTVIE
|
2018-06-16 16:14:36 +02:00
|
|
|
from .expressen import ExpressenIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .extremetube import ExtremeTubeIE
|
2016-05-24 21:10:12 +02:00
|
|
|
from .eyedotv import EyedoTVIE
|
2016-09-02 16:13:50 +02:00
|
|
|
from .facebook import (
|
|
|
|
FacebookIE,
|
|
|
|
FacebookPluginsVideoIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .faz import FazIE
|
2016-09-03 11:25:03 +02:00
|
|
|
from .fc2 import (
|
|
|
|
FC2IE,
|
|
|
|
FC2EmbedIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .fczenit import FczenitIE
|
2017-02-03 10:15:03 +01:00
|
|
|
from .filmon import (
|
|
|
|
FilmOnIE,
|
|
|
|
FilmOnChannelIE,
|
|
|
|
)
|
2016-08-17 16:02:59 +02:00
|
|
|
from .filmweb import FilmwebIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .firsttv import FirstTVIE
|
|
|
|
from .fivemin import FiveMinIE
|
|
|
|
from .fivetv import FiveTVIE
|
|
|
|
from .flickr import FlickrIE
|
|
|
|
from .folketinget import FolketingetIE
|
|
|
|
from .footyroom import FootyRoomIE
|
2016-05-18 23:24:46 +02:00
|
|
|
from .formula1 import Formula1IE
|
2017-08-13 02:23:29 +02:00
|
|
|
from .fourtube import (
|
|
|
|
FourTubeIE,
|
|
|
|
PornTubeIE,
|
|
|
|
PornerBrosIE,
|
|
|
|
FuxIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .fox import FOXIE
|
2019-10-29 09:43:17 +01:00
|
|
|
from .fox9 import (
|
|
|
|
FOX9IE,
|
|
|
|
FOX9NewsIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .foxgay import FoxgayIE
|
2016-09-03 12:16:19 +02:00
|
|
|
from .foxnews import (
|
|
|
|
FoxNewsIE,
|
2016-09-11 12:53:05 +02:00
|
|
|
FoxNewsArticleIE,
|
2016-09-03 12:16:19 +02:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .foxsports import FoxSportsIE
|
2016-08-13 16:00:34 +02:00
|
|
|
from .franceculture import FranceCultureIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .franceinter import FranceInterIE
|
|
|
|
from .francetv import (
|
|
|
|
FranceTVIE,
|
2018-02-11 15:14:05 +01:00
|
|
|
FranceTVSiteIE,
|
2017-05-09 18:07:01 +02:00
|
|
|
FranceTVEmbedIE,
|
|
|
|
FranceTVInfoIE,
|
2018-05-31 12:40:37 +02:00
|
|
|
FranceTVInfoSportIE,
|
2018-02-11 15:40:38 +01:00
|
|
|
FranceTVJeunesseIE,
|
2017-11-25 15:58:28 +01:00
|
|
|
GenerationWhatIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
CultureboxIE,
|
|
|
|
)
|
|
|
|
from .freesound import FreesoundIE
|
|
|
|
from .freespeech import FreespeechIE
|
2017-02-25 16:56:42 +01:00
|
|
|
from .freshlive import FreshLiveIE
|
2018-07-07 19:48:23 +02:00
|
|
|
from .frontendmasters import (
|
|
|
|
FrontendMastersIE,
|
|
|
|
FrontendMastersLessonIE,
|
|
|
|
FrontendMastersCourseIE
|
2018-04-26 21:33:09 +02:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .funimation import FunimationIE
|
2019-07-10 14:57:43 +02:00
|
|
|
from .funk import FunkIE
|
2016-06-30 14:57:42 +02:00
|
|
|
from .fusion import FusionIE
|
2016-08-15 17:33:35 +02:00
|
|
|
from .fxnetworks import FXNetworksIE
|
2019-01-09 14:23:26 +01:00
|
|
|
from .gaia import GaiaIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .gameinformer import GameInformerIE
|
|
|
|
from .gamespot import GameSpotIE
|
|
|
|
from .gamestar import GameStarIE
|
2017-02-05 17:19:37 +01:00
|
|
|
from .gaskrank import GaskrankIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .gazeta import GazetaIE
|
|
|
|
from .gdcvault import GDCVaultIE
|
|
|
|
from .generic import GenericIE
|
|
|
|
from .gfycat import GfycatIE
|
|
|
|
from .giantbomb import GiantBombIE
|
|
|
|
from .giga import GigaIE
|
|
|
|
from .glide import GlideIE
|
|
|
|
from .globo import (
|
|
|
|
GloboIE,
|
|
|
|
GloboArticleIE,
|
|
|
|
)
|
2016-09-02 10:53:04 +02:00
|
|
|
from .go import GoIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .godtube import GodTubeIE
|
|
|
|
from .golem import GolemIE
|
|
|
|
from .googledrive import GoogleDriveIE
|
|
|
|
from .googleplus import GooglePlusIE
|
|
|
|
from .googlesearch import GoogleSearchIE
|
|
|
|
from .goshgay import GoshgayIE
|
|
|
|
from .gputechconf import GPUTechConfIE
|
|
|
|
from .groupon import GrouponIE
|
2019-04-05 19:08:43 +02:00
|
|
|
from .hbo import HBOIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .hearthisat import HearThisAtIE
|
|
|
|
from .heise import HeiseIE
|
|
|
|
from .hellporno import HellPornoIE
|
|
|
|
from .helsinki import HelsinkiIE
|
|
|
|
from .hentaistigma import HentaiStigmaIE
|
2017-02-10 16:59:49 +01:00
|
|
|
from .hgtv import HGTVComShowIE
|
2018-12-30 10:44:40 +01:00
|
|
|
from .hketv import HKETVIE
|
2018-03-04 11:46:36 +01:00
|
|
|
from .hidive import HiDiveIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .historicfilms import HistoricFilmsIE
|
|
|
|
from .hitbox import HitboxIE, HitboxLiveIE
|
2017-01-06 21:56:59 +01:00
|
|
|
from .hitrecord import HitRecordIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .hornbunny import HornBunnyIE
|
|
|
|
from .hotnewhiphop import HotNewHipHopIE
|
2017-03-16 17:30:11 +01:00
|
|
|
from .hotstar import (
|
|
|
|
HotStarIE,
|
|
|
|
HotStarPlaylistIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .howcast import HowcastIE
|
|
|
|
from .howstuffworks import HowStuffWorksIE
|
2016-07-02 21:25:39 +02:00
|
|
|
from .hrti import (
|
|
|
|
HRTiIE,
|
|
|
|
HRTiPlaylistIE,
|
|
|
|
)
|
2016-10-14 03:51:26 +02:00
|
|
|
from .huajiao import HuajiaoIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .huffpost import HuffPostIE
|
2019-01-08 04:03:44 +01:00
|
|
|
from .hungama import (
|
|
|
|
HungamaIE,
|
|
|
|
HungamaSongIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .hypem import HypemIE
|
|
|
|
from .ign import (
|
|
|
|
IGNIE,
|
|
|
|
OneUPIE,
|
|
|
|
PCMagIE,
|
|
|
|
)
|
|
|
|
from .imdb import (
|
|
|
|
ImdbIE,
|
|
|
|
ImdbListIE
|
|
|
|
)
|
|
|
|
from .imgur import (
|
|
|
|
ImgurIE,
|
|
|
|
ImgurAlbumIE,
|
2018-12-09 09:35:17 +01:00
|
|
|
ImgurGalleryIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .ina import InaIE
|
2017-01-08 19:28:16 +01:00
|
|
|
from .inc import IncIE
|
2018-05-25 20:25:40 +02:00
|
|
|
from .indavideo import IndavideoEmbedIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .infoq import InfoQIE
|
2019-01-20 10:10:46 +01:00
|
|
|
from .instagram import (
|
|
|
|
InstagramIE,
|
|
|
|
InstagramUserIE,
|
|
|
|
InstagramTagIE,
|
|
|
|
)
|
2017-12-13 12:24:07 +01:00
|
|
|
from .internazionale import InternazionaleIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .internetvideoarchive import InternetVideoArchiveIE
|
|
|
|
from .iprima import IPrimaIE
|
|
|
|
from .iqiyi import IqiyiIE
|
|
|
|
from .ir90tv import Ir90TvIE
|
2018-05-02 02:21:24 +02:00
|
|
|
from .itv import (
|
|
|
|
ITVIE,
|
|
|
|
ITVBTCCIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .ivi import (
|
|
|
|
IviIE,
|
|
|
|
IviCompilationIE
|
|
|
|
)
|
|
|
|
from .ivideon import IvideonIE
|
2016-09-10 21:02:00 +02:00
|
|
|
from .iwara import IwaraIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .izlesene import IzleseneIE
|
2016-10-24 21:46:48 +02:00
|
|
|
from .jamendo import (
|
|
|
|
JamendoIE,
|
|
|
|
JamendoAlbumIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .jeuxvideo import JeuxVideoIE
|
|
|
|
from .jove import JoveIE
|
2017-06-02 22:44:39 +02:00
|
|
|
from .joj import JojIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .jwplatform import JWPlatformIE
|
2017-08-24 04:32:24 +02:00
|
|
|
from .kakao import KakaoIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .kaltura import KalturaIE
|
|
|
|
from .kanalplay import KanalPlayIE
|
|
|
|
from .kankan import KankanIE
|
|
|
|
from .karaoketv import KaraoketvIE
|
|
|
|
from .karrierevideos import KarriereVideosIE
|
|
|
|
from .keezmovies import KeezMoviesIE
|
2016-09-09 18:20:45 +02:00
|
|
|
from .ketnet import KetnetIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .khanacademy import KhanAcademyIE
|
|
|
|
from .kickstarter import KickStarterIE
|
2019-11-06 19:56:10 +01:00
|
|
|
from .kinja import KinjaEmbedIE
|
2018-08-21 21:19:30 +02:00
|
|
|
from .kinopoisk import KinoPoiskIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .konserthusetplay import KonserthusetPlayIE
|
|
|
|
from .krasview import KrasViewIE
|
|
|
|
from .ku6 import Ku6IE
|
|
|
|
from .kusi import KUSIIE
|
|
|
|
from .kuwo import (
|
|
|
|
KuwoIE,
|
|
|
|
KuwoAlbumIE,
|
|
|
|
KuwoChartIE,
|
|
|
|
KuwoSingerIE,
|
|
|
|
KuwoCategoryIE,
|
|
|
|
KuwoMvIE,
|
|
|
|
)
|
|
|
|
from .la7 import LA7IE
|
2016-12-17 21:48:45 +01:00
|
|
|
from .laola1tv import (
|
|
|
|
Laola1TvEmbedIE,
|
|
|
|
Laola1TvIE,
|
2018-05-01 05:36:03 +02:00
|
|
|
EHFTVIE,
|
2017-08-19 14:48:20 +02:00
|
|
|
ITTFIE,
|
2016-12-17 21:48:45 +01:00
|
|
|
)
|
2016-09-06 21:47:42 +02:00
|
|
|
from .lci import LCIIE
|
2016-07-23 12:56:29 +02:00
|
|
|
from .lcp import (
|
|
|
|
LcpPlayIE,
|
|
|
|
LcpIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .lecture2go import Lecture2GoIE
|
2018-12-06 21:27:11 +01:00
|
|
|
from .lecturio import (
|
|
|
|
LecturioIE,
|
|
|
|
LecturioCourseIE,
|
2018-12-17 17:43:12 +01:00
|
|
|
LecturioDeCourseIE,
|
2018-12-06 21:27:11 +01:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .leeco import (
|
|
|
|
LeIE,
|
|
|
|
LePlaylistIE,
|
|
|
|
LetvCloudIE,
|
|
|
|
)
|
2018-03-22 16:55:28 +01:00
|
|
|
from .lego import LEGOIE
|
|
|
|
from .lemonde import LemondeIE
|
|
|
|
from .lenta import LentaIE
|
2016-05-17 16:21:52 +02:00
|
|
|
from .libraryofcongress import LibraryOfCongressIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .libsyn import LibsynIE
|
|
|
|
from .lifenews import (
|
|
|
|
LifeNewsIE,
|
|
|
|
LifeEmbedIE,
|
|
|
|
)
|
|
|
|
from .limelight import (
|
|
|
|
LimelightMediaIE,
|
|
|
|
LimelightChannelIE,
|
|
|
|
LimelightChannelListIE,
|
|
|
|
)
|
2018-03-11 15:25:30 +01:00
|
|
|
from .line import LineTVIE
|
2018-10-29 19:28:09 +01:00
|
|
|
from .linkedin import (
|
|
|
|
LinkedInLearningIE,
|
|
|
|
LinkedInLearningCourseIE,
|
|
|
|
)
|
2019-02-17 01:12:10 +01:00
|
|
|
from .linuxacademy import LinuxAcademyIE
|
2016-05-08 08:34:38 +02:00
|
|
|
from .litv import LiTVIE
|
2019-07-13 13:47:02 +02:00
|
|
|
from .livejournal import LiveJournalIE
|
2017-08-19 16:27:53 +02:00
|
|
|
from .liveleak import (
|
|
|
|
LiveLeakIE,
|
|
|
|
LiveLeakEmbedIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .livestream import (
|
|
|
|
LivestreamIE,
|
|
|
|
LivestreamOriginalIE,
|
|
|
|
LivestreamShortenerIE,
|
|
|
|
)
|
|
|
|
from .lnkgo import LnkGoIE
|
2016-05-19 03:42:09 +02:00
|
|
|
from .localnews8 import LocalNews8IE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .lovehomeporn import LoveHomePornIE
|
|
|
|
from .lrt import LRTIE
|
|
|
|
from .lynda import (
|
|
|
|
LyndaIE,
|
|
|
|
LyndaCourseIE
|
|
|
|
)
|
|
|
|
from .m6 import M6IE
|
2018-02-23 22:52:55 +01:00
|
|
|
from .mailru import (
|
|
|
|
MailRuIE,
|
|
|
|
MailRuMusicIE,
|
|
|
|
MailRuMusicSearchIE,
|
|
|
|
)
|
2018-10-10 23:47:21 +02:00
|
|
|
from .malltv import MallTVIE
|
2016-09-16 20:31:39 +02:00
|
|
|
from .mangomolo import (
|
|
|
|
MangomoloVideoIE,
|
|
|
|
MangomoloLiveIE,
|
|
|
|
)
|
2017-08-30 09:14:43 +02:00
|
|
|
from .manyvids import ManyVidsIE
|
2018-06-17 19:49:50 +02:00
|
|
|
from .markiza import (
|
|
|
|
MarkizaIE,
|
|
|
|
MarkizaPageIE,
|
|
|
|
)
|
2017-11-24 20:00:01 +01:00
|
|
|
from .massengeschmacktv import MassengeschmackTVIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .matchtv import MatchTVIE
|
|
|
|
from .mdr import MDRIE
|
2017-05-02 16:17:15 +02:00
|
|
|
from .mediaset import MediasetIE
|
2019-03-30 19:17:30 +01:00
|
|
|
from .mediasite import (
|
|
|
|
MediasiteIE,
|
|
|
|
MediasiteCatalogIE,
|
2019-04-01 20:13:52 +02:00
|
|
|
MediasiteNamedCatalogIE,
|
2019-03-30 19:17:30 +01:00
|
|
|
)
|
2017-04-08 17:38:37 +02:00
|
|
|
from .medici import MediciIE
|
2017-07-28 12:13:19 +02:00
|
|
|
from .megaphone import MegaphoneIE
|
2016-09-21 02:14:24 +02:00
|
|
|
from .meipai import MeipaiIE
|
2016-12-12 07:43:33 +01:00
|
|
|
from .melonvod import MelonVODIE
|
2016-06-30 01:21:03 +02:00
|
|
|
from .meta import METAIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .metacafe import MetacafeIE
|
|
|
|
from .metacritic import MetacriticIE
|
|
|
|
from .mgoon import MgoonIE
|
2016-04-21 17:29:51 +02:00
|
|
|
from .mgtv import MGTVIE
|
2016-09-04 17:23:40 +02:00
|
|
|
from .miaopai import MiaoPaiIE
|
2016-05-08 16:02:54 +02:00
|
|
|
from .microsoftvirtualacademy import (
|
|
|
|
MicrosoftVirtualAcademyIE,
|
|
|
|
MicrosoftVirtualAcademyCourseIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .ministrygrid import MinistryGridIE
|
|
|
|
from .minoto import MinotoIE
|
|
|
|
from .miomio import MioMioIE
|
2019-10-16 16:45:45 +02:00
|
|
|
from .mit import TechTVMITIE, OCWMITIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .mitele import MiTeleIE
|
2015-10-05 00:41:20 +02:00
|
|
|
from .mixcloud import (
|
|
|
|
MixcloudIE,
|
|
|
|
MixcloudUserIE,
|
2016-04-15 11:14:17 +02:00
|
|
|
MixcloudPlaylistIE,
|
2015-10-05 00:41:20 +02:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .mlb import MLBIE
|
|
|
|
from .mnet import MnetIE
|
|
|
|
from .moevideo import MoeVideoIE
|
pull changes from remote master (#190)
* [scrippsnetworks] Add new extractor(closes #19857)(closes #22981)
* [teachable] Improve locked lessons detection (#23528)
* [teachable] Fail with error message if no video URL found
* [extractors] add missing import for ScrippsNetworksIE
* [brightcove] cache brightcove player policy keys
* [prosiebensat1] improve geo restriction handling(closes #23571)
* [soundcloud] automatically update client id on failing requests
* [spankbang] Fix extraction (closes #23307, closes #23423, closes #23444)
* [spankbang] Improve removed video detection (#23423)
* [brightcove] update policy key on failing requests
* [pornhub] Fix extraction and add support for m3u8 formats (closes #22749, closes #23082)
* [pornhub] Improve locked videos detection (closes #22449, closes #22780)
* [brightcove] invalidate policy key cache on failing requests
* [soundcloud] fix client id extraction for non fatal requests
* [ChangeLog] Actualize
[ci skip]
* [devscripts/create-github-release] Switch to using PAT for authentication
Basic authentication will be deprecated soon
* release 2020.01.01
* [redtube] Detect private videos (#23518)
* [vice] improve extraction(closes #23631)
* [devscripts/create-github-release] Remove unused import
* [wistia] improve format extraction and extract subtitles(closes #22590)
* [nrktv:seriebase] Fix extraction (closes #23625) (#23537)
* [discovery] fix anonymous token extraction(closes #23650)
* [scrippsnetworks] add support for www.discovery.com videos
* [scrippsnetworks] correct test case URL
* [dctp] fix format extraction(closes #23656)
* [pandatv] Remove extractor (#23630)
* [naver] improve extraction
- improve geo-restriction handling
- extract automatic captions
- extract uploader metadata
- extract VLive HLS formats
* [naver] improve metadata extraction
* [cloudflarestream] improve extraction
- add support for bytehighway.net domain
- add support for signed URLs
- extract thumbnail
* [cloudflarestream] import embed URL extraction
* [lego] fix extraction and extract subtitle(closes #23687)
* [safari] Fix kaltura session extraction (closes #23679) (#23670)
* [orf:fm4] Fix extraction (#23599)
* [orf:radio] Clean description and improve extraction
* [twitter] add support for promo_video_website cards(closes #23711)
* [vodplatform] add support for embed.kwikmotion.com domain
* [ndr:base:embed] Improve thumbnails extraction (closes #23731)
* [canvas] Add support for new API endpoint and update tests (closes #17680, closes #18629)
* [travis] Add flake8 job (#23720)
* [yourporn] Fix extraction (closes #21645, closes #22255, closes #23459)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.15
* [soundcloud] Restore previews extraction (closes #23739)
* [orf:tvthek] Improve geo restricted videos detection (closes #23741)
* [zype] improve extraction
- extract subtitles(closes #21258)
- support URLs with alternative keys/tokens(#21258)
- extract more metadata
* [americastestkitchen] fix extraction
* [nbc] add support for nbc multi network URLs(closes #23049)
* [ard] improve extraction(closes #23761)
- simplify extraction
- extract age limit and series
- bypass geo-restriction
* [ivi:compilation] Fix entries extraction (closes #23770)
* [24video] Add support for 24video.vip (closes #23753)
* [businessinsider] Fix jwplatform id extraction (closes #22929) (#22954)
* [ard] add a missing condition
* [azmedien] fix extraction(closes #23783)
* [voicerepublic] fix extraction
* [stretchinternet] fix extraction(closes #4319)
* [youtube] Fix sigfunc name extraction (closes #23819)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.24
* [soundcloud] imporve private playlist/set tracks extraction
https://github.com/ytdl-org/youtube-dl/issues/3707#issuecomment-577873539
* [svt] fix article extraction(closes #22897)(closes #22919)
* [svt] fix series extraction(closes #22297)
* [viewlift] improve extraction
- fix extraction(closes #23851)
- add add support for authentication
- add support for more domains
* [vimeo] fix album extraction(closes #23864)
* [tva] Relax _VALID_URL (closes #23903)
* [tv5mondeplus] Fix extraction (closes #23907, closes #23911)
* [twitch:stream] Lowercase channel id for stream request (closes #23917)
* [sportdeutschland] Update to new sportdeutschland API
They switched to SSL, but under a different host AND path...
Remove the old test cases because these videos have become unavailable.
* [popcorntimes] Add extractor (closes #23949)
* [thisoldhouse] fix extraction(closes #23951)
* [toggle] Add support for mewatch.sg (closes #23895) (#23930)
* [compat] Introduce compat_realpath (refs #23991)
* [update] Fix updating via symlinks (closes #23991)
* [nytimes] improve format sorting(closes #24010)
* [abc:iview] Support 720p (#22907) (#22921)
* [nova:embed] Fix extraction (closes #23672)
* [nova:embed] Improve (closes #23690)
* [nova] Improve extraction (refs #23690)
* [jpopsuki] Remove extractor (closes #23858)
* [YoutubeDL] Fix playlist entry indexing with --playlist-items (closes #10591, closes #10622)
* [test_YoutubeDL] Fix get_ids
* [test_YoutubeDL] Add tests for #10591 (closes #23873)
* [24video] Add support for porn.24video.net (closes #23779, closes #23784)
* [npr] Add support for streams (closes #24042)
* [ChangeLog] Actualize
[ci skip]
* release 2020.02.16
* [tv2dk:bornholm:play] Fix extraction (#24076)
* [imdb] Fix extraction (closes #23443)
* [wistia] Add support for multiple generic embeds (closes #8347, closes #11385)
* [teachable] Add support for multiple videos per lecture (closes #24101)
* [pornhd] Fix extraction (closes #24128)
* [options] Remove duplicate short option -v for --version (#24162)
* [extractor/common] Convert ISM manifest to unicode before processing on python 2 (#24152)
* [YoutubeDL] Force redirect URL to unicode on python 2
* Remove no longer needed compat_str around geturl
* [youjizz] Fix extraction (closes #24181)
* [test_subtitles] Remove obsolete test
* [zdf:channel] Fix tests
* [zapiks] Fix test
* [xtube] Fix metadata extraction (closes #21073, closes #22455)
* [xtube:user] Fix test
* [telecinco] Fix extraction (refs #24195)
* [telecinco] Add support for article opening videos
* [franceculture] Fix extraction (closes #24204)
* [xhamster] Fix extraction (closes #24205)
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.01
* [vimeo] Fix subtitles URLs (#24209)
* [servus] Add support for new URL schema (closes #23475, closes #23583, closes #24142)
* [youtube:playlist] Fix tests (closes #23872) (#23885)
* [peertube] Improve extraction
* [peertube] Fix issues and improve extraction (closes #23657)
* [pornhub] Improve title extraction (closes #24184)
* [vimeo] fix showcase password protected video extraction(closes #24224)
* [youtube] Fix age-gated videos support without login (closes #24248)
* [youtube] Fix tests
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.06
* [nhk] update API version(closes #24270)
* [youtube] Improve extraction in 429 error conditions (closes #24283)
* [youtube] Improve age-gated videos extraction in 429 error conditions (refs #24283)
* [youtube] Remove outdated code
Additional get_video_info requests don't seem to provide any extra itags any longer
* [README.md] Clarify 429 error
* [pornhub] Add support for pornhubpremium.com (#24288)
* [utils] Add support for cookies with spaces used instead of tabs
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.08
* Revert "[utils] Add support for cookies with spaces used instead of tabs"
According to [1] TABs must be used as separators between fields.
Files produces by some tools with spaces as separators are considered
malformed.
1. https://curl.haxx.se/docs/http-cookies.html
This reverts commit cff99c91d150df2a4e21962a3ca8d4ae94533b8c.
* [utils] Add reference to cookie file format
* Revert "[vimeo] fix showcase password protected video extraction(closes #24224)"
This reverts commit 12ee431676bb655f04c7dd416a73c1f142ed368d.
* [nhk] Relax _VALID_URL (#24329)
* [nhk] Remove obsolete rtmp formats (closes #24329)
* [nhk] Update m3u8 URL and use native hls (#24329)
* [ndr] Fix extraction (closes #24326)
* [xtube] Fix formats extraction (closes #24348)
* [xtube] Fix typo
* [hellporno] Fix extraction (closes #24399)
* [cbc:watch] Add support for authentication
* [cbc:watch] Fix authenticated device token caching (closes #19160)
* [soundcloud] fix download url extraction(closes #24394)
* [limelight] remove disabled API requests(closes #24255)
* [bilibili] Add support for new URL schema with BV ids (closes #24439, closes #24442)
* [bilibili] Add support for player.bilibili.com (closes #24402)
* [teachable] Extract chapter metadata (closes #24421)
* [generic] Look for teachable embeds before wistia
* [teachable] Update upskillcourses domain
New version does not use teachable platform any longer
* [teachable] Update gns3 domain
* [teachable] Update test
* [ChangeLog] Actualize
[ci skip]
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.24
* [spankwire] Fix extraction (closes #18924, closes #20648)
* [spankwire] Add support for generic embeds (refs #24633)
* [youporn] Add support form generic embeds
* [mofosex] Add support for generic embeds (closes #24633)
* [tele5] Fix extraction (closes #24553)
* [extractor/common] Skip malformed ISM manifest XMLs while extracting ISM formats (#24667)
* [tv4] Fix ISM formats extraction (closes #24667)
* [twitch:clips] Extend _VALID_URL (closes #24290) (#24642)
* [motherless] Fix extraction (closes #24699)
* [nova:embed] Fix extraction (closes #24700)
* [youtube] Skip broken multifeed videos (closes #24711)
* [soundcloud] Extract AAC format
* [soundcloud] Improve AAC format extraction (closes #19173, closes #24708)
* [thisoldhouse] Fix video id extraction (closes #24548)
Added support for:
with of without "www."
and either ".chorus.build" or ".com"
It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
* [thisoldhouse] Improve video id extraction (closes #24549)
* [youtube] Fix DRM videos detection (refs #24736)
* [options] Clarify doc on --exec command (closes #19087) (#24883)
* [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
* [prosiebensat1] Extract series metadata
* [tenplay] Relax _VALID_URL (closes #25001)
* [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789)
* [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778)
* [youtube] Use redirected video id if any (closes #25063)
* [youtube] Improve player id extraction and add tests
* [extractor/common] Extract multiple JSON-LD entries
* [crunchyroll] Fix and improve extraction (closes #25096, closes #25060)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.03
* [puhutv] Remove no longer available HTTP formats (closes #25124)
* [utils] Improve cookie files support
+ Add support for UTF-8 in cookie files
* Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
* [dailymotion] Fix typo
* [compat] Introduce compat_cookiejar_Cookie
* [extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes #23256, closes #24776)
To always ensure cookie name and value are bytestrings on python 2.
* [orf] Add support for more radio stations (closes #24938) (#24968)
* [uol] fix extraction(closes #22007)
* [downloader/http] Finish downloading once received data length matches expected
Always do this if possible, i.e. if Content-Length or expected length is known, not only in test.
This will save unnecessary last extra loop trying to read 0 bytes.
* [downloader/http] Request last data block of exact remaining size
Always request last data block of exact size remaining to download if possible not the current block size.
* [iprima] Improve extraction (closes #25138)
* [youtube] Improve signature cipher extraction (closes #25188)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.08
* [spike] fix Bellator mgid extraction(closes #25195)
* [bbccouk] PEP8
* [mailru] Fix extraction (closes #24530) (#25239)
* [README.md] flake8 HTTPS URL (#25230)
* [youtube] Add support for yewtu.be (#25226)
* [soundcloud] reduce API playlist page limit(closes #25274)
* [vimeo] improve format extraction and sorting(closes #25285)
* [redtube] Improve title extraction (#25208)
* [indavideo] Switch to HTTPS for API request (#25191)
* [utils] Fix file permissions in write_json_file (closes #12471) (#25122)
* [redtube] Improve formats extraction and extract m3u8 formats (closes #25311, closes #25321)
* [ard] Improve _VALID_URL (closes #25134) (#25198)
* [giantbomb] Extend _VALID_URL (#25222)
* [postprocessor/ffmpeg] Embed series metadata with --add-metadata
* [youtube] Add support for more invidious instances (#25417)
* [ard:beta] Extend _VALID_URL (closes #25405)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.29
* [jwplatform] Improve embeds extraction (closes #25467)
* [periscope] Fix untitled broadcasts (#25482)
* [twitter:broadcast] Add untitled periscope broadcast test
* [malltv] Add support for sk.mall.tv (#25445)
* [brightcove] Fix subtitles extraction (closes #25540)
* [brightcove] Sort imports
* [twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531)
* [twitch:stream] Fix extraction (closes #25528)
* [twitch:stream] Expect 400 and 410 HTTP errors from API
* [tele5] Prefer jwplatform over nexx (closes #25533)
* [jwplatform] Add support for bypass geo restriction
* [tele5] Bypass geo restriction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.06
* [kaltura] Add support for multiple embeds on a webpage (closes #25523)
* [youtube] Extract chapters from JSON (closes #24819)
* [facebook] Support single-video ID links
I stumbled upon this at https://www.facebook.com/bwfbadminton/posts/10157127020046316 . No idea how prevalent it is yet.
* [youtube] Fix playlist and feed extraction (closes #25675)
* [youtube] Fix thumbnails extraction and remove uploader id extraction warning (closes #25676)
* [youtube] Fix upload date extraction
* [youtube] Improve view count extraction
* [youtube] Fix uploader id and uploader URL extraction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16
* [youtube] Fix categories and improve tags extraction
* [youtube] Force old layout (closes #25682, closes #25683, closes #25680, closes #25686)
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16.1
* [brightcove] Improve embed detection (closes #25674)
* [bellmedia] add support for cp24.com clip URLs(closes #25764)
* [youtube:playlists] Extend _VALID_URL (closes #25810)
* [youtube] Prevent excess HTTP 301 (#25786)
* [wistia] Restrict embed regex (closes #25969)
* [youtube] Improve description extraction (closes #25937) (#25980)
* [youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes #26136, closes #26137)
* [ChangeLog] Actualize
[ci skip]
* release 2020.07.28
* [xhamster] Extend _VALID_URL (closes #25789) (#25804)
* [xhamster] Fix extraction (closes #26157) (#26254)
* [xhamster] Extend _VALID_URL (closes #25927)
Co-authored-by: Remita Amine <remitamine@gmail.com>
Co-authored-by: Sergey M․ <dstftw@gmail.com>
Co-authored-by: nmeum <soeren+github@soeren-tempel.net>
Co-authored-by: Roxedus <me@roxedus.dev>
Co-authored-by: Singwai Chan <c.singwai@gmail.com>
Co-authored-by: cdarlint <cdarlint@users.noreply.github.com>
Co-authored-by: Johannes N <31795504+jonolt@users.noreply.github.com>
Co-authored-by: jnozsc <jnozsc@gmail.com>
Co-authored-by: Moritz Patelscheck <moritz.patelscheck@campus.tu-berlin.de>
Co-authored-by: PB <3854688+uno20001@users.noreply.github.com>
Co-authored-by: Philipp Hagemeister <phihag@phihag.de>
Co-authored-by: Xaver Hellauer <software@hellauer.bayern>
Co-authored-by: d2au <d2au.dev@gmail.com>
Co-authored-by: Jan 'Yenda' Trmal <jtrmal@gmail.com>
Co-authored-by: jxu <7989982+jxu@users.noreply.github.com>
Co-authored-by: Martin Ström <name@my-domain.se>
Co-authored-by: The Hatsune Daishi <nao20010128@gmail.com>
Co-authored-by: tsia <github@tsia.de>
Co-authored-by: 3risian <59593325+3risian@users.noreply.github.com>
Co-authored-by: Tristan Waddington <tristan.waddington@gmail.com>
Co-authored-by: Devon Meunier <devon.meunier@gmail.com>
Co-authored-by: Felix Stupp <felix.stupp@outlook.com>
Co-authored-by: tom <tomster954@gmail.com>
Co-authored-by: AndrewMBL <62922222+AndrewMBL@users.noreply.github.com>
Co-authored-by: willbeaufoy <will@willbeaufoy.net>
Co-authored-by: Philipp Stehle <anderschwiedu@googlemail.com>
Co-authored-by: hh0rva1h <61889859+hh0rva1h@users.noreply.github.com>
Co-authored-by: comsomisha <shmelev1996@mail.ru>
Co-authored-by: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com>
Co-authored-by: Juan Francisco Cantero Hurtado <iam@juanfra.info>
Co-authored-by: Dave Loyall <dave@the-good-guys.net>
Co-authored-by: tlsssl <63866177+tlsssl@users.noreply.github.com>
Co-authored-by: Rob <ankenyr@gmail.com>
Co-authored-by: Michael Klein <github@a98shuttle.de>
Co-authored-by: JordanWeatherby <47519158+JordanWeatherby@users.noreply.github.com>
Co-authored-by: striker.sh <19488257+strikersh@users.noreply.github.com>
Co-authored-by: Matej Dujava <mdujava@gmail.com>
Co-authored-by: Glenn Slayden <5589855+glenn-slayden@users.noreply.github.com>
Co-authored-by: MRWITEK <mrvvitek@gmail.com>
Co-authored-by: JChris246 <43832407+JChris246@users.noreply.github.com>
Co-authored-by: TheRealDude2 <the.real.dude@gmx.de>
2020-08-25 16:53:34 +02:00
|
|
|
from .mofosex import (
|
|
|
|
MofosexIE,
|
|
|
|
MofosexEmbedIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .mojvideo import MojvideoIE
|
|
|
|
from .morningstar import MorningstarIE
|
2018-01-06 17:33:40 +01:00
|
|
|
from .motherless import (
|
|
|
|
MotherlessIE,
|
|
|
|
MotherlessGroupIE
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .motorsport import MotorsportIE
|
|
|
|
from .movieclips import MovieClipsIE
|
|
|
|
from .moviezine import MoviezineIE
|
2016-09-01 10:58:16 +02:00
|
|
|
from .movingimage import MovingImageIE
|
2016-05-19 20:59:59 +02:00
|
|
|
from .msn import MSNIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .mtv import (
|
|
|
|
MTVIE,
|
2016-09-24 11:41:38 +02:00
|
|
|
MTVVideoIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
MTVServicesEmbeddedIE,
|
|
|
|
MTVDEIE,
|
2019-10-28 23:34:31 +01:00
|
|
|
MTVJapanIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .muenchentv import MuenchenTVIE
|
2016-04-27 08:57:17 +02:00
|
|
|
from .mwave import MwaveIE, MwaveMeetGreetIE
|
2018-05-16 20:11:48 +02:00
|
|
|
from .mychannels import MyChannelsIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .myspace import MySpaceIE, MySpaceAlbumIE
|
|
|
|
from .myspass import MySpassIE
|
2018-02-08 17:05:13 +01:00
|
|
|
from .myvi import (
|
|
|
|
MyviIE,
|
|
|
|
MyviEmbedIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .myvidster import MyVidsterIE
|
2019-01-29 00:31:49 +01:00
|
|
|
from .nationalgeographic import (
|
|
|
|
NationalGeographicVideoIE,
|
|
|
|
NationalGeographicTVIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .naver import NaverIE
|
|
|
|
from .nba import NBAIE
|
|
|
|
from .nbc import (
|
|
|
|
CSNNEIE,
|
|
|
|
NBCIE,
|
|
|
|
NBCNewsIE,
|
2016-09-11 20:55:15 +02:00
|
|
|
NBCOlympicsIE,
|
2018-02-09 02:05:12 +01:00
|
|
|
NBCOlympicsStreamIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
NBCSportsIE,
|
2018-05-24 03:51:47 +02:00
|
|
|
NBCSportsStreamIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
NBCSportsVPlayerIE,
|
|
|
|
)
|
|
|
|
from .ndr import (
|
|
|
|
NDRIE,
|
|
|
|
NJoyIE,
|
|
|
|
NDREmbedBaseIE,
|
|
|
|
NDREmbedIE,
|
|
|
|
NJoyEmbedIE,
|
|
|
|
)
|
|
|
|
from .ndtv import NDTVIE
|
|
|
|
from .netzkino import NetzkinoIE
|
|
|
|
from .nerdcubed import NerdCubedFeedIE
|
|
|
|
from .neteasemusic import (
|
|
|
|
NetEaseMusicIE,
|
|
|
|
NetEaseMusicAlbumIE,
|
|
|
|
NetEaseMusicSingerIE,
|
|
|
|
NetEaseMusicListIE,
|
|
|
|
NetEaseMusicMvIE,
|
|
|
|
NetEaseMusicProgramIE,
|
|
|
|
NetEaseMusicDjRadioIE,
|
|
|
|
)
|
2017-06-11 15:50:33 +02:00
|
|
|
from .newgrounds import (
|
|
|
|
NewgroundsIE,
|
|
|
|
NewgroundsPlaylistIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .newstube import NewstubeIE
|
|
|
|
from .nextmedia import (
|
|
|
|
NextMediaIE,
|
|
|
|
NextMediaActionNewsIE,
|
|
|
|
AppleDailyIE,
|
2017-01-23 16:33:30 +01:00
|
|
|
NextTVIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
2017-07-15 23:32:37 +02:00
|
|
|
from .nexx import (
|
|
|
|
NexxIE,
|
|
|
|
NexxEmbedIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .nfl import NFLIE
|
2016-08-25 20:21:06 +02:00
|
|
|
from .nhk import NhkVodIE
|
2018-05-31 03:49:35 +02:00
|
|
|
from .nhl import NHLIE
|
2016-06-17 23:40:48 +02:00
|
|
|
from .nick import (
|
|
|
|
NickIE,
|
2017-12-11 17:21:31 +01:00
|
|
|
NickBrIE,
|
2016-06-17 23:40:48 +02:00
|
|
|
NickDeIE,
|
2016-11-01 19:35:53 +01:00
|
|
|
NickNightIE,
|
2017-07-23 16:00:56 +02:00
|
|
|
NickRuIE,
|
2016-06-17 23:40:48 +02:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .niconico import NiconicoIE, NiconicoPlaylistIE
|
2018-05-27 13:10:12 +02:00
|
|
|
from .ninecninemedia import NineCNineMediaIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .ninegag import NineGagIE
|
2016-07-14 15:16:11 +02:00
|
|
|
from .ninenow import NineNowIE
|
2016-07-03 00:39:35 +02:00
|
|
|
from .nintendo import NintendoIE
|
2017-02-25 11:44:39 +01:00
|
|
|
from .njpwworld import NJPWWorldIE
|
2016-10-26 19:14:24 +02:00
|
|
|
from .nobelprize import NobelPrizeIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .noco import NocoIE
|
2017-05-08 15:08:58 +02:00
|
|
|
from .nonktube import NonkTubeIE
|
2017-04-19 23:43:32 +02:00
|
|
|
from .noovo import NoovoIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .normalboots import NormalbootsIE
|
|
|
|
from .nosvideo import NosVideoIE
|
2018-08-22 18:18:07 +02:00
|
|
|
from .nova import (
|
|
|
|
NovaEmbedIE,
|
|
|
|
NovaIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .nowness import (
|
|
|
|
NownessIE,
|
|
|
|
NownessPlaylistIE,
|
|
|
|
NownessSeriesIE,
|
|
|
|
)
|
|
|
|
from .noz import NozIE
|
|
|
|
from .npo import (
|
2016-09-25 18:30:57 +02:00
|
|
|
AndereTijdenIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
NPOIE,
|
|
|
|
NPOLiveIE,
|
|
|
|
NPORadioIE,
|
|
|
|
NPORadioFragmentIE,
|
|
|
|
SchoolTVIE,
|
2017-02-27 16:43:19 +01:00
|
|
|
HetKlokhuisIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
VPROIE,
|
2016-09-25 18:30:57 +02:00
|
|
|
WNLIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .npr import NprIE
|
|
|
|
from .nrk import (
|
|
|
|
NRKIE,
|
|
|
|
NRKPlaylistIE,
|
|
|
|
NRKSkoleIE,
|
|
|
|
NRKTVIE,
|
2016-12-19 17:47:45 +01:00
|
|
|
NRKTVDirekteIE,
|
2018-07-09 18:44:05 +02:00
|
|
|
NRKTVEpisodeIE,
|
2017-01-01 15:25:25 +01:00
|
|
|
NRKTVEpisodesIE,
|
2018-07-09 19:21:14 +02:00
|
|
|
NRKTVSeasonIE,
|
2017-01-14 02:36:04 +01:00
|
|
|
NRKTVSeriesIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
2019-04-22 11:04:00 +02:00
|
|
|
from .nrl import NRLTVIE
|
2019-04-21 15:51:26 +02:00
|
|
|
from .ntvcojp import NTVCoJpCUIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .ntvde import NTVDeIE
|
|
|
|
from .ntvru import NTVRuIE
|
|
|
|
from .nytimes import (
|
|
|
|
NYTimesIE,
|
|
|
|
NYTimesArticleIE,
|
|
|
|
)
|
|
|
|
from .nuvid import NuvidIE
|
2016-10-06 11:45:57 +02:00
|
|
|
from .nzz import NZZIE
|
2016-04-23 03:20:04 +02:00
|
|
|
from .odatv import OdaTVIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .odnoklassniki import OdnoklassnikiIE
|
|
|
|
from .oktoberfesttv import OktoberfestTVIE
|
2016-09-27 07:29:21 +02:00
|
|
|
from .ondemandkorea import OnDemandKoreaIE
|
2016-07-06 14:09:05 +02:00
|
|
|
from .onet import (
|
|
|
|
OnetIE,
|
|
|
|
OnetChannelIE,
|
2017-02-14 18:58:18 +01:00
|
|
|
OnetMVPIE,
|
2017-02-14 19:14:06 +01:00
|
|
|
OnetPlIE,
|
2016-07-06 14:09:05 +02:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .onionstudios import OnionStudiosIE
|
|
|
|
from .ooyala import (
|
|
|
|
OoyalaIE,
|
|
|
|
OoyalaExternalIE,
|
|
|
|
)
|
|
|
|
from .ora import OraTVIE
|
|
|
|
from .orf import (
|
|
|
|
ORFTVthekIE,
|
|
|
|
ORFFM4IE,
|
2017-09-14 20:37:46 +02:00
|
|
|
ORFFM4StoryIE,
|
2017-01-08 15:49:54 +01:00
|
|
|
ORFOE1IE,
|
pull changes from remote master (#190)
* [scrippsnetworks] Add new extractor(closes #19857)(closes #22981)
* [teachable] Improve locked lessons detection (#23528)
* [teachable] Fail with error message if no video URL found
* [extractors] add missing import for ScrippsNetworksIE
* [brightcove] cache brightcove player policy keys
* [prosiebensat1] improve geo restriction handling(closes #23571)
* [soundcloud] automatically update client id on failing requests
* [spankbang] Fix extraction (closes #23307, closes #23423, closes #23444)
* [spankbang] Improve removed video detection (#23423)
* [brightcove] update policy key on failing requests
* [pornhub] Fix extraction and add support for m3u8 formats (closes #22749, closes #23082)
* [pornhub] Improve locked videos detection (closes #22449, closes #22780)
* [brightcove] invalidate policy key cache on failing requests
* [soundcloud] fix client id extraction for non fatal requests
* [ChangeLog] Actualize
[ci skip]
* [devscripts/create-github-release] Switch to using PAT for authentication
Basic authentication will be deprecated soon
* release 2020.01.01
* [redtube] Detect private videos (#23518)
* [vice] improve extraction(closes #23631)
* [devscripts/create-github-release] Remove unused import
* [wistia] improve format extraction and extract subtitles(closes #22590)
* [nrktv:seriebase] Fix extraction (closes #23625) (#23537)
* [discovery] fix anonymous token extraction(closes #23650)
* [scrippsnetworks] add support for www.discovery.com videos
* [scrippsnetworks] correct test case URL
* [dctp] fix format extraction(closes #23656)
* [pandatv] Remove extractor (#23630)
* [naver] improve extraction
- improve geo-restriction handling
- extract automatic captions
- extract uploader metadata
- extract VLive HLS formats
* [naver] improve metadata extraction
* [cloudflarestream] improve extraction
- add support for bytehighway.net domain
- add support for signed URLs
- extract thumbnail
* [cloudflarestream] import embed URL extraction
* [lego] fix extraction and extract subtitle(closes #23687)
* [safari] Fix kaltura session extraction (closes #23679) (#23670)
* [orf:fm4] Fix extraction (#23599)
* [orf:radio] Clean description and improve extraction
* [twitter] add support for promo_video_website cards(closes #23711)
* [vodplatform] add support for embed.kwikmotion.com domain
* [ndr:base:embed] Improve thumbnails extraction (closes #23731)
* [canvas] Add support for new API endpoint and update tests (closes #17680, closes #18629)
* [travis] Add flake8 job (#23720)
* [yourporn] Fix extraction (closes #21645, closes #22255, closes #23459)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.15
* [soundcloud] Restore previews extraction (closes #23739)
* [orf:tvthek] Improve geo restricted videos detection (closes #23741)
* [zype] improve extraction
- extract subtitles(closes #21258)
- support URLs with alternative keys/tokens(#21258)
- extract more metadata
* [americastestkitchen] fix extraction
* [nbc] add support for nbc multi network URLs(closes #23049)
* [ard] improve extraction(closes #23761)
- simplify extraction
- extract age limit and series
- bypass geo-restriction
* [ivi:compilation] Fix entries extraction (closes #23770)
* [24video] Add support for 24video.vip (closes #23753)
* [businessinsider] Fix jwplatform id extraction (closes #22929) (#22954)
* [ard] add a missing condition
* [azmedien] fix extraction(closes #23783)
* [voicerepublic] fix extraction
* [stretchinternet] fix extraction(closes #4319)
* [youtube] Fix sigfunc name extraction (closes #23819)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.24
* [soundcloud] imporve private playlist/set tracks extraction
https://github.com/ytdl-org/youtube-dl/issues/3707#issuecomment-577873539
* [svt] fix article extraction(closes #22897)(closes #22919)
* [svt] fix series extraction(closes #22297)
* [viewlift] improve extraction
- fix extraction(closes #23851)
- add add support for authentication
- add support for more domains
* [vimeo] fix album extraction(closes #23864)
* [tva] Relax _VALID_URL (closes #23903)
* [tv5mondeplus] Fix extraction (closes #23907, closes #23911)
* [twitch:stream] Lowercase channel id for stream request (closes #23917)
* [sportdeutschland] Update to new sportdeutschland API
They switched to SSL, but under a different host AND path...
Remove the old test cases because these videos have become unavailable.
* [popcorntimes] Add extractor (closes #23949)
* [thisoldhouse] fix extraction(closes #23951)
* [toggle] Add support for mewatch.sg (closes #23895) (#23930)
* [compat] Introduce compat_realpath (refs #23991)
* [update] Fix updating via symlinks (closes #23991)
* [nytimes] improve format sorting(closes #24010)
* [abc:iview] Support 720p (#22907) (#22921)
* [nova:embed] Fix extraction (closes #23672)
* [nova:embed] Improve (closes #23690)
* [nova] Improve extraction (refs #23690)
* [jpopsuki] Remove extractor (closes #23858)
* [YoutubeDL] Fix playlist entry indexing with --playlist-items (closes #10591, closes #10622)
* [test_YoutubeDL] Fix get_ids
* [test_YoutubeDL] Add tests for #10591 (closes #23873)
* [24video] Add support for porn.24video.net (closes #23779, closes #23784)
* [npr] Add support for streams (closes #24042)
* [ChangeLog] Actualize
[ci skip]
* release 2020.02.16
* [tv2dk:bornholm:play] Fix extraction (#24076)
* [imdb] Fix extraction (closes #23443)
* [wistia] Add support for multiple generic embeds (closes #8347, closes #11385)
* [teachable] Add support for multiple videos per lecture (closes #24101)
* [pornhd] Fix extraction (closes #24128)
* [options] Remove duplicate short option -v for --version (#24162)
* [extractor/common] Convert ISM manifest to unicode before processing on python 2 (#24152)
* [YoutubeDL] Force redirect URL to unicode on python 2
* Remove no longer needed compat_str around geturl
* [youjizz] Fix extraction (closes #24181)
* [test_subtitles] Remove obsolete test
* [zdf:channel] Fix tests
* [zapiks] Fix test
* [xtube] Fix metadata extraction (closes #21073, closes #22455)
* [xtube:user] Fix test
* [telecinco] Fix extraction (refs #24195)
* [telecinco] Add support for article opening videos
* [franceculture] Fix extraction (closes #24204)
* [xhamster] Fix extraction (closes #24205)
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.01
* [vimeo] Fix subtitles URLs (#24209)
* [servus] Add support for new URL schema (closes #23475, closes #23583, closes #24142)
* [youtube:playlist] Fix tests (closes #23872) (#23885)
* [peertube] Improve extraction
* [peertube] Fix issues and improve extraction (closes #23657)
* [pornhub] Improve title extraction (closes #24184)
* [vimeo] fix showcase password protected video extraction(closes #24224)
* [youtube] Fix age-gated videos support without login (closes #24248)
* [youtube] Fix tests
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.06
* [nhk] update API version(closes #24270)
* [youtube] Improve extraction in 429 error conditions (closes #24283)
* [youtube] Improve age-gated videos extraction in 429 error conditions (refs #24283)
* [youtube] Remove outdated code
Additional get_video_info requests don't seem to provide any extra itags any longer
* [README.md] Clarify 429 error
* [pornhub] Add support for pornhubpremium.com (#24288)
* [utils] Add support for cookies with spaces used instead of tabs
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.08
* Revert "[utils] Add support for cookies with spaces used instead of tabs"
According to [1] TABs must be used as separators between fields.
Files produces by some tools with spaces as separators are considered
malformed.
1. https://curl.haxx.se/docs/http-cookies.html
This reverts commit cff99c91d150df2a4e21962a3ca8d4ae94533b8c.
* [utils] Add reference to cookie file format
* Revert "[vimeo] fix showcase password protected video extraction(closes #24224)"
This reverts commit 12ee431676bb655f04c7dd416a73c1f142ed368d.
* [nhk] Relax _VALID_URL (#24329)
* [nhk] Remove obsolete rtmp formats (closes #24329)
* [nhk] Update m3u8 URL and use native hls (#24329)
* [ndr] Fix extraction (closes #24326)
* [xtube] Fix formats extraction (closes #24348)
* [xtube] Fix typo
* [hellporno] Fix extraction (closes #24399)
* [cbc:watch] Add support for authentication
* [cbc:watch] Fix authenticated device token caching (closes #19160)
* [soundcloud] fix download url extraction(closes #24394)
* [limelight] remove disabled API requests(closes #24255)
* [bilibili] Add support for new URL schema with BV ids (closes #24439, closes #24442)
* [bilibili] Add support for player.bilibili.com (closes #24402)
* [teachable] Extract chapter metadata (closes #24421)
* [generic] Look for teachable embeds before wistia
* [teachable] Update upskillcourses domain
New version does not use teachable platform any longer
* [teachable] Update gns3 domain
* [teachable] Update test
* [ChangeLog] Actualize
[ci skip]
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.24
* [spankwire] Fix extraction (closes #18924, closes #20648)
* [spankwire] Add support for generic embeds (refs #24633)
* [youporn] Add support form generic embeds
* [mofosex] Add support for generic embeds (closes #24633)
* [tele5] Fix extraction (closes #24553)
* [extractor/common] Skip malformed ISM manifest XMLs while extracting ISM formats (#24667)
* [tv4] Fix ISM formats extraction (closes #24667)
* [twitch:clips] Extend _VALID_URL (closes #24290) (#24642)
* [motherless] Fix extraction (closes #24699)
* [nova:embed] Fix extraction (closes #24700)
* [youtube] Skip broken multifeed videos (closes #24711)
* [soundcloud] Extract AAC format
* [soundcloud] Improve AAC format extraction (closes #19173, closes #24708)
* [thisoldhouse] Fix video id extraction (closes #24548)
Added support for:
with of without "www."
and either ".chorus.build" or ".com"
It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
* [thisoldhouse] Improve video id extraction (closes #24549)
* [youtube] Fix DRM videos detection (refs #24736)
* [options] Clarify doc on --exec command (closes #19087) (#24883)
* [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
* [prosiebensat1] Extract series metadata
* [tenplay] Relax _VALID_URL (closes #25001)
* [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789)
* [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778)
* [youtube] Use redirected video id if any (closes #25063)
* [youtube] Improve player id extraction and add tests
* [extractor/common] Extract multiple JSON-LD entries
* [crunchyroll] Fix and improve extraction (closes #25096, closes #25060)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.03
* [puhutv] Remove no longer available HTTP formats (closes #25124)
* [utils] Improve cookie files support
+ Add support for UTF-8 in cookie files
* Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
* [dailymotion] Fix typo
* [compat] Introduce compat_cookiejar_Cookie
* [extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes #23256, closes #24776)
To always ensure cookie name and value are bytestrings on python 2.
* [orf] Add support for more radio stations (closes #24938) (#24968)
* [uol] fix extraction(closes #22007)
* [downloader/http] Finish downloading once received data length matches expected
Always do this if possible, i.e. if Content-Length or expected length is known, not only in test.
This will save unnecessary last extra loop trying to read 0 bytes.
* [downloader/http] Request last data block of exact remaining size
Always request last data block of exact size remaining to download if possible not the current block size.
* [iprima] Improve extraction (closes #25138)
* [youtube] Improve signature cipher extraction (closes #25188)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.08
* [spike] fix Bellator mgid extraction(closes #25195)
* [bbccouk] PEP8
* [mailru] Fix extraction (closes #24530) (#25239)
* [README.md] flake8 HTTPS URL (#25230)
* [youtube] Add support for yewtu.be (#25226)
* [soundcloud] reduce API playlist page limit(closes #25274)
* [vimeo] improve format extraction and sorting(closes #25285)
* [redtube] Improve title extraction (#25208)
* [indavideo] Switch to HTTPS for API request (#25191)
* [utils] Fix file permissions in write_json_file (closes #12471) (#25122)
* [redtube] Improve formats extraction and extract m3u8 formats (closes #25311, closes #25321)
* [ard] Improve _VALID_URL (closes #25134) (#25198)
* [giantbomb] Extend _VALID_URL (#25222)
* [postprocessor/ffmpeg] Embed series metadata with --add-metadata
* [youtube] Add support for more invidious instances (#25417)
* [ard:beta] Extend _VALID_URL (closes #25405)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.29
* [jwplatform] Improve embeds extraction (closes #25467)
* [periscope] Fix untitled broadcasts (#25482)
* [twitter:broadcast] Add untitled periscope broadcast test
* [malltv] Add support for sk.mall.tv (#25445)
* [brightcove] Fix subtitles extraction (closes #25540)
* [brightcove] Sort imports
* [twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531)
* [twitch:stream] Fix extraction (closes #25528)
* [twitch:stream] Expect 400 and 410 HTTP errors from API
* [tele5] Prefer jwplatform over nexx (closes #25533)
* [jwplatform] Add support for bypass geo restriction
* [tele5] Bypass geo restriction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.06
* [kaltura] Add support for multiple embeds on a webpage (closes #25523)
* [youtube] Extract chapters from JSON (closes #24819)
* [facebook] Support single-video ID links
I stumbled upon this at https://www.facebook.com/bwfbadminton/posts/10157127020046316 . No idea how prevalent it is yet.
* [youtube] Fix playlist and feed extraction (closes #25675)
* [youtube] Fix thumbnails extraction and remove uploader id extraction warning (closes #25676)
* [youtube] Fix upload date extraction
* [youtube] Improve view count extraction
* [youtube] Fix uploader id and uploader URL extraction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16
* [youtube] Fix categories and improve tags extraction
* [youtube] Force old layout (closes #25682, closes #25683, closes #25680, closes #25686)
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16.1
* [brightcove] Improve embed detection (closes #25674)
* [bellmedia] add support for cp24.com clip URLs(closes #25764)
* [youtube:playlists] Extend _VALID_URL (closes #25810)
* [youtube] Prevent excess HTTP 301 (#25786)
* [wistia] Restrict embed regex (closes #25969)
* [youtube] Improve description extraction (closes #25937) (#25980)
* [youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes #26136, closes #26137)
* [ChangeLog] Actualize
[ci skip]
* release 2020.07.28
* [xhamster] Extend _VALID_URL (closes #25789) (#25804)
* [xhamster] Fix extraction (closes #26157) (#26254)
* [xhamster] Extend _VALID_URL (closes #25927)
Co-authored-by: Remita Amine <remitamine@gmail.com>
Co-authored-by: Sergey M․ <dstftw@gmail.com>
Co-authored-by: nmeum <soeren+github@soeren-tempel.net>
Co-authored-by: Roxedus <me@roxedus.dev>
Co-authored-by: Singwai Chan <c.singwai@gmail.com>
Co-authored-by: cdarlint <cdarlint@users.noreply.github.com>
Co-authored-by: Johannes N <31795504+jonolt@users.noreply.github.com>
Co-authored-by: jnozsc <jnozsc@gmail.com>
Co-authored-by: Moritz Patelscheck <moritz.patelscheck@campus.tu-berlin.de>
Co-authored-by: PB <3854688+uno20001@users.noreply.github.com>
Co-authored-by: Philipp Hagemeister <phihag@phihag.de>
Co-authored-by: Xaver Hellauer <software@hellauer.bayern>
Co-authored-by: d2au <d2au.dev@gmail.com>
Co-authored-by: Jan 'Yenda' Trmal <jtrmal@gmail.com>
Co-authored-by: jxu <7989982+jxu@users.noreply.github.com>
Co-authored-by: Martin Ström <name@my-domain.se>
Co-authored-by: The Hatsune Daishi <nao20010128@gmail.com>
Co-authored-by: tsia <github@tsia.de>
Co-authored-by: 3risian <59593325+3risian@users.noreply.github.com>
Co-authored-by: Tristan Waddington <tristan.waddington@gmail.com>
Co-authored-by: Devon Meunier <devon.meunier@gmail.com>
Co-authored-by: Felix Stupp <felix.stupp@outlook.com>
Co-authored-by: tom <tomster954@gmail.com>
Co-authored-by: AndrewMBL <62922222+AndrewMBL@users.noreply.github.com>
Co-authored-by: willbeaufoy <will@willbeaufoy.net>
Co-authored-by: Philipp Stehle <anderschwiedu@googlemail.com>
Co-authored-by: hh0rva1h <61889859+hh0rva1h@users.noreply.github.com>
Co-authored-by: comsomisha <shmelev1996@mail.ru>
Co-authored-by: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com>
Co-authored-by: Juan Francisco Cantero Hurtado <iam@juanfra.info>
Co-authored-by: Dave Loyall <dave@the-good-guys.net>
Co-authored-by: tlsssl <63866177+tlsssl@users.noreply.github.com>
Co-authored-by: Rob <ankenyr@gmail.com>
Co-authored-by: Michael Klein <github@a98shuttle.de>
Co-authored-by: JordanWeatherby <47519158+JordanWeatherby@users.noreply.github.com>
Co-authored-by: striker.sh <19488257+strikersh@users.noreply.github.com>
Co-authored-by: Matej Dujava <mdujava@gmail.com>
Co-authored-by: Glenn Slayden <5589855+glenn-slayden@users.noreply.github.com>
Co-authored-by: MRWITEK <mrvvitek@gmail.com>
Co-authored-by: JChris246 <43832407+JChris246@users.noreply.github.com>
Co-authored-by: TheRealDude2 <the.real.dude@gmx.de>
2020-08-25 16:53:34 +02:00
|
|
|
ORFOE3IE,
|
|
|
|
ORFNOEIE,
|
|
|
|
ORFWIEIE,
|
|
|
|
ORFBGLIE,
|
|
|
|
ORFOOEIE,
|
|
|
|
ORFSTMIE,
|
|
|
|
ORFKTNIE,
|
|
|
|
ORFSBGIE,
|
|
|
|
ORFTIRIE,
|
|
|
|
ORFVBGIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
ORFIPTVIE,
|
|
|
|
)
|
2019-01-10 10:54:46 +01:00
|
|
|
from .outsidetv import OutsideTVIE
|
2017-03-31 19:25:27 +02:00
|
|
|
from .packtpub import (
|
|
|
|
PacktPubIE,
|
|
|
|
PacktPubCourseIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .pandoratv import PandoraTVIE
|
|
|
|
from .parliamentliveuk import ParliamentLiveUKIE
|
|
|
|
from .patreon import PatreonIE
|
|
|
|
from .pbs import PBSIE
|
2017-07-15 22:06:04 +02:00
|
|
|
from .pearvideo import PearVideoIE
|
2018-05-25 19:09:15 +02:00
|
|
|
from .peertube import PeerTubeIE
|
2016-04-19 23:37:23 +02:00
|
|
|
from .people import PeopleIE
|
2017-11-24 18:42:41 +01:00
|
|
|
from .performgroup import PerformGroupIE
|
2016-05-05 20:14:39 +02:00
|
|
|
from .periscope import (
|
|
|
|
PeriscopeIE,
|
|
|
|
PeriscopeUserIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .philharmoniedeparis import PhilharmonieDeParisIE
|
|
|
|
from .phoenix import PhoenixIE
|
|
|
|
from .photobucket import PhotobucketIE
|
2017-03-20 23:49:31 +01:00
|
|
|
from .picarto import (
|
|
|
|
PicartoIE,
|
2018-04-15 19:31:25 +02:00
|
|
|
PicartoVodIE,
|
2017-03-20 23:49:31 +01:00
|
|
|
)
|
2016-12-20 12:34:46 +01:00
|
|
|
from .piksel import PikselIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .pinkbike import PinkbikeIE
|
|
|
|
from .pladform import PladformIE
|
2019-04-06 21:15:25 +02:00
|
|
|
from .platzi import (
|
|
|
|
PlatziIE,
|
|
|
|
PlatziCourseIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .playfm import PlayFMIE
|
2019-01-09 20:39:48 +01:00
|
|
|
from .playplustv import PlayPlusTVIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .plays import PlaysTVIE
|
|
|
|
from .playtvak import PlaytvakIE
|
|
|
|
from .playvid import PlayvidIE
|
|
|
|
from .playwire import PlaywireIE
|
|
|
|
from .pluralsight import (
|
|
|
|
PluralsightIE,
|
|
|
|
PluralsightCourseIE,
|
|
|
|
)
|
|
|
|
from .podomatic import PodomaticIE
|
2016-08-06 12:18:14 +02:00
|
|
|
from .pokemon import PokemonIE
|
2016-09-10 17:01:49 +02:00
|
|
|
from .polskieradio import (
|
|
|
|
PolskieRadioIE,
|
|
|
|
PolskieRadioCategoryIE,
|
|
|
|
)
|
pull changes from remote master (#190)
* [scrippsnetworks] Add new extractor(closes #19857)(closes #22981)
* [teachable] Improve locked lessons detection (#23528)
* [teachable] Fail with error message if no video URL found
* [extractors] add missing import for ScrippsNetworksIE
* [brightcove] cache brightcove player policy keys
* [prosiebensat1] improve geo restriction handling(closes #23571)
* [soundcloud] automatically update client id on failing requests
* [spankbang] Fix extraction (closes #23307, closes #23423, closes #23444)
* [spankbang] Improve removed video detection (#23423)
* [brightcove] update policy key on failing requests
* [pornhub] Fix extraction and add support for m3u8 formats (closes #22749, closes #23082)
* [pornhub] Improve locked videos detection (closes #22449, closes #22780)
* [brightcove] invalidate policy key cache on failing requests
* [soundcloud] fix client id extraction for non fatal requests
* [ChangeLog] Actualize
[ci skip]
* [devscripts/create-github-release] Switch to using PAT for authentication
Basic authentication will be deprecated soon
* release 2020.01.01
* [redtube] Detect private videos (#23518)
* [vice] improve extraction(closes #23631)
* [devscripts/create-github-release] Remove unused import
* [wistia] improve format extraction and extract subtitles(closes #22590)
* [nrktv:seriebase] Fix extraction (closes #23625) (#23537)
* [discovery] fix anonymous token extraction(closes #23650)
* [scrippsnetworks] add support for www.discovery.com videos
* [scrippsnetworks] correct test case URL
* [dctp] fix format extraction(closes #23656)
* [pandatv] Remove extractor (#23630)
* [naver] improve extraction
- improve geo-restriction handling
- extract automatic captions
- extract uploader metadata
- extract VLive HLS formats
* [naver] improve metadata extraction
* [cloudflarestream] improve extraction
- add support for bytehighway.net domain
- add support for signed URLs
- extract thumbnail
* [cloudflarestream] import embed URL extraction
* [lego] fix extraction and extract subtitle(closes #23687)
* [safari] Fix kaltura session extraction (closes #23679) (#23670)
* [orf:fm4] Fix extraction (#23599)
* [orf:radio] Clean description and improve extraction
* [twitter] add support for promo_video_website cards(closes #23711)
* [vodplatform] add support for embed.kwikmotion.com domain
* [ndr:base:embed] Improve thumbnails extraction (closes #23731)
* [canvas] Add support for new API endpoint and update tests (closes #17680, closes #18629)
* [travis] Add flake8 job (#23720)
* [yourporn] Fix extraction (closes #21645, closes #22255, closes #23459)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.15
* [soundcloud] Restore previews extraction (closes #23739)
* [orf:tvthek] Improve geo restricted videos detection (closes #23741)
* [zype] improve extraction
- extract subtitles(closes #21258)
- support URLs with alternative keys/tokens(#21258)
- extract more metadata
* [americastestkitchen] fix extraction
* [nbc] add support for nbc multi network URLs(closes #23049)
* [ard] improve extraction(closes #23761)
- simplify extraction
- extract age limit and series
- bypass geo-restriction
* [ivi:compilation] Fix entries extraction (closes #23770)
* [24video] Add support for 24video.vip (closes #23753)
* [businessinsider] Fix jwplatform id extraction (closes #22929) (#22954)
* [ard] add a missing condition
* [azmedien] fix extraction(closes #23783)
* [voicerepublic] fix extraction
* [stretchinternet] fix extraction(closes #4319)
* [youtube] Fix sigfunc name extraction (closes #23819)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.24
* [soundcloud] imporve private playlist/set tracks extraction
https://github.com/ytdl-org/youtube-dl/issues/3707#issuecomment-577873539
* [svt] fix article extraction(closes #22897)(closes #22919)
* [svt] fix series extraction(closes #22297)
* [viewlift] improve extraction
- fix extraction(closes #23851)
- add add support for authentication
- add support for more domains
* [vimeo] fix album extraction(closes #23864)
* [tva] Relax _VALID_URL (closes #23903)
* [tv5mondeplus] Fix extraction (closes #23907, closes #23911)
* [twitch:stream] Lowercase channel id for stream request (closes #23917)
* [sportdeutschland] Update to new sportdeutschland API
They switched to SSL, but under a different host AND path...
Remove the old test cases because these videos have become unavailable.
* [popcorntimes] Add extractor (closes #23949)
* [thisoldhouse] fix extraction(closes #23951)
* [toggle] Add support for mewatch.sg (closes #23895) (#23930)
* [compat] Introduce compat_realpath (refs #23991)
* [update] Fix updating via symlinks (closes #23991)
* [nytimes] improve format sorting(closes #24010)
* [abc:iview] Support 720p (#22907) (#22921)
* [nova:embed] Fix extraction (closes #23672)
* [nova:embed] Improve (closes #23690)
* [nova] Improve extraction (refs #23690)
* [jpopsuki] Remove extractor (closes #23858)
* [YoutubeDL] Fix playlist entry indexing with --playlist-items (closes #10591, closes #10622)
* [test_YoutubeDL] Fix get_ids
* [test_YoutubeDL] Add tests for #10591 (closes #23873)
* [24video] Add support for porn.24video.net (closes #23779, closes #23784)
* [npr] Add support for streams (closes #24042)
* [ChangeLog] Actualize
[ci skip]
* release 2020.02.16
* [tv2dk:bornholm:play] Fix extraction (#24076)
* [imdb] Fix extraction (closes #23443)
* [wistia] Add support for multiple generic embeds (closes #8347, closes #11385)
* [teachable] Add support for multiple videos per lecture (closes #24101)
* [pornhd] Fix extraction (closes #24128)
* [options] Remove duplicate short option -v for --version (#24162)
* [extractor/common] Convert ISM manifest to unicode before processing on python 2 (#24152)
* [YoutubeDL] Force redirect URL to unicode on python 2
* Remove no longer needed compat_str around geturl
* [youjizz] Fix extraction (closes #24181)
* [test_subtitles] Remove obsolete test
* [zdf:channel] Fix tests
* [zapiks] Fix test
* [xtube] Fix metadata extraction (closes #21073, closes #22455)
* [xtube:user] Fix test
* [telecinco] Fix extraction (refs #24195)
* [telecinco] Add support for article opening videos
* [franceculture] Fix extraction (closes #24204)
* [xhamster] Fix extraction (closes #24205)
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.01
* [vimeo] Fix subtitles URLs (#24209)
* [servus] Add support for new URL schema (closes #23475, closes #23583, closes #24142)
* [youtube:playlist] Fix tests (closes #23872) (#23885)
* [peertube] Improve extraction
* [peertube] Fix issues and improve extraction (closes #23657)
* [pornhub] Improve title extraction (closes #24184)
* [vimeo] fix showcase password protected video extraction(closes #24224)
* [youtube] Fix age-gated videos support without login (closes #24248)
* [youtube] Fix tests
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.06
* [nhk] update API version(closes #24270)
* [youtube] Improve extraction in 429 error conditions (closes #24283)
* [youtube] Improve age-gated videos extraction in 429 error conditions (refs #24283)
* [youtube] Remove outdated code
Additional get_video_info requests don't seem to provide any extra itags any longer
* [README.md] Clarify 429 error
* [pornhub] Add support for pornhubpremium.com (#24288)
* [utils] Add support for cookies with spaces used instead of tabs
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.08
* Revert "[utils] Add support for cookies with spaces used instead of tabs"
According to [1] TABs must be used as separators between fields.
Files produces by some tools with spaces as separators are considered
malformed.
1. https://curl.haxx.se/docs/http-cookies.html
This reverts commit cff99c91d150df2a4e21962a3ca8d4ae94533b8c.
* [utils] Add reference to cookie file format
* Revert "[vimeo] fix showcase password protected video extraction(closes #24224)"
This reverts commit 12ee431676bb655f04c7dd416a73c1f142ed368d.
* [nhk] Relax _VALID_URL (#24329)
* [nhk] Remove obsolete rtmp formats (closes #24329)
* [nhk] Update m3u8 URL and use native hls (#24329)
* [ndr] Fix extraction (closes #24326)
* [xtube] Fix formats extraction (closes #24348)
* [xtube] Fix typo
* [hellporno] Fix extraction (closes #24399)
* [cbc:watch] Add support for authentication
* [cbc:watch] Fix authenticated device token caching (closes #19160)
* [soundcloud] fix download url extraction(closes #24394)
* [limelight] remove disabled API requests(closes #24255)
* [bilibili] Add support for new URL schema with BV ids (closes #24439, closes #24442)
* [bilibili] Add support for player.bilibili.com (closes #24402)
* [teachable] Extract chapter metadata (closes #24421)
* [generic] Look for teachable embeds before wistia
* [teachable] Update upskillcourses domain
New version does not use teachable platform any longer
* [teachable] Update gns3 domain
* [teachable] Update test
* [ChangeLog] Actualize
[ci skip]
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.24
* [spankwire] Fix extraction (closes #18924, closes #20648)
* [spankwire] Add support for generic embeds (refs #24633)
* [youporn] Add support form generic embeds
* [mofosex] Add support for generic embeds (closes #24633)
* [tele5] Fix extraction (closes #24553)
* [extractor/common] Skip malformed ISM manifest XMLs while extracting ISM formats (#24667)
* [tv4] Fix ISM formats extraction (closes #24667)
* [twitch:clips] Extend _VALID_URL (closes #24290) (#24642)
* [motherless] Fix extraction (closes #24699)
* [nova:embed] Fix extraction (closes #24700)
* [youtube] Skip broken multifeed videos (closes #24711)
* [soundcloud] Extract AAC format
* [soundcloud] Improve AAC format extraction (closes #19173, closes #24708)
* [thisoldhouse] Fix video id extraction (closes #24548)
Added support for:
with of without "www."
and either ".chorus.build" or ".com"
It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
* [thisoldhouse] Improve video id extraction (closes #24549)
* [youtube] Fix DRM videos detection (refs #24736)
* [options] Clarify doc on --exec command (closes #19087) (#24883)
* [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
* [prosiebensat1] Extract series metadata
* [tenplay] Relax _VALID_URL (closes #25001)
* [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789)
* [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778)
* [youtube] Use redirected video id if any (closes #25063)
* [youtube] Improve player id extraction and add tests
* [extractor/common] Extract multiple JSON-LD entries
* [crunchyroll] Fix and improve extraction (closes #25096, closes #25060)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.03
* [puhutv] Remove no longer available HTTP formats (closes #25124)
* [utils] Improve cookie files support
+ Add support for UTF-8 in cookie files
* Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
* [dailymotion] Fix typo
* [compat] Introduce compat_cookiejar_Cookie
* [extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes #23256, closes #24776)
To always ensure cookie name and value are bytestrings on python 2.
* [orf] Add support for more radio stations (closes #24938) (#24968)
* [uol] fix extraction(closes #22007)
* [downloader/http] Finish downloading once received data length matches expected
Always do this if possible, i.e. if Content-Length or expected length is known, not only in test.
This will save unnecessary last extra loop trying to read 0 bytes.
* [downloader/http] Request last data block of exact remaining size
Always request last data block of exact size remaining to download if possible not the current block size.
* [iprima] Improve extraction (closes #25138)
* [youtube] Improve signature cipher extraction (closes #25188)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.08
* [spike] fix Bellator mgid extraction(closes #25195)
* [bbccouk] PEP8
* [mailru] Fix extraction (closes #24530) (#25239)
* [README.md] flake8 HTTPS URL (#25230)
* [youtube] Add support for yewtu.be (#25226)
* [soundcloud] reduce API playlist page limit(closes #25274)
* [vimeo] improve format extraction and sorting(closes #25285)
* [redtube] Improve title extraction (#25208)
* [indavideo] Switch to HTTPS for API request (#25191)
* [utils] Fix file permissions in write_json_file (closes #12471) (#25122)
* [redtube] Improve formats extraction and extract m3u8 formats (closes #25311, closes #25321)
* [ard] Improve _VALID_URL (closes #25134) (#25198)
* [giantbomb] Extend _VALID_URL (#25222)
* [postprocessor/ffmpeg] Embed series metadata with --add-metadata
* [youtube] Add support for more invidious instances (#25417)
* [ard:beta] Extend _VALID_URL (closes #25405)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.29
* [jwplatform] Improve embeds extraction (closes #25467)
* [periscope] Fix untitled broadcasts (#25482)
* [twitter:broadcast] Add untitled periscope broadcast test
* [malltv] Add support for sk.mall.tv (#25445)
* [brightcove] Fix subtitles extraction (closes #25540)
* [brightcove] Sort imports
* [twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531)
* [twitch:stream] Fix extraction (closes #25528)
* [twitch:stream] Expect 400 and 410 HTTP errors from API
* [tele5] Prefer jwplatform over nexx (closes #25533)
* [jwplatform] Add support for bypass geo restriction
* [tele5] Bypass geo restriction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.06
* [kaltura] Add support for multiple embeds on a webpage (closes #25523)
* [youtube] Extract chapters from JSON (closes #24819)
* [facebook] Support single-video ID links
I stumbled upon this at https://www.facebook.com/bwfbadminton/posts/10157127020046316 . No idea how prevalent it is yet.
* [youtube] Fix playlist and feed extraction (closes #25675)
* [youtube] Fix thumbnails extraction and remove uploader id extraction warning (closes #25676)
* [youtube] Fix upload date extraction
* [youtube] Improve view count extraction
* [youtube] Fix uploader id and uploader URL extraction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16
* [youtube] Fix categories and improve tags extraction
* [youtube] Force old layout (closes #25682, closes #25683, closes #25680, closes #25686)
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16.1
* [brightcove] Improve embed detection (closes #25674)
* [bellmedia] add support for cp24.com clip URLs(closes #25764)
* [youtube:playlists] Extend _VALID_URL (closes #25810)
* [youtube] Prevent excess HTTP 301 (#25786)
* [wistia] Restrict embed regex (closes #25969)
* [youtube] Improve description extraction (closes #25937) (#25980)
* [youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes #26136, closes #26137)
* [ChangeLog] Actualize
[ci skip]
* release 2020.07.28
* [xhamster] Extend _VALID_URL (closes #25789) (#25804)
* [xhamster] Fix extraction (closes #26157) (#26254)
* [xhamster] Extend _VALID_URL (closes #25927)
Co-authored-by: Remita Amine <remitamine@gmail.com>
Co-authored-by: Sergey M․ <dstftw@gmail.com>
Co-authored-by: nmeum <soeren+github@soeren-tempel.net>
Co-authored-by: Roxedus <me@roxedus.dev>
Co-authored-by: Singwai Chan <c.singwai@gmail.com>
Co-authored-by: cdarlint <cdarlint@users.noreply.github.com>
Co-authored-by: Johannes N <31795504+jonolt@users.noreply.github.com>
Co-authored-by: jnozsc <jnozsc@gmail.com>
Co-authored-by: Moritz Patelscheck <moritz.patelscheck@campus.tu-berlin.de>
Co-authored-by: PB <3854688+uno20001@users.noreply.github.com>
Co-authored-by: Philipp Hagemeister <phihag@phihag.de>
Co-authored-by: Xaver Hellauer <software@hellauer.bayern>
Co-authored-by: d2au <d2au.dev@gmail.com>
Co-authored-by: Jan 'Yenda' Trmal <jtrmal@gmail.com>
Co-authored-by: jxu <7989982+jxu@users.noreply.github.com>
Co-authored-by: Martin Ström <name@my-domain.se>
Co-authored-by: The Hatsune Daishi <nao20010128@gmail.com>
Co-authored-by: tsia <github@tsia.de>
Co-authored-by: 3risian <59593325+3risian@users.noreply.github.com>
Co-authored-by: Tristan Waddington <tristan.waddington@gmail.com>
Co-authored-by: Devon Meunier <devon.meunier@gmail.com>
Co-authored-by: Felix Stupp <felix.stupp@outlook.com>
Co-authored-by: tom <tomster954@gmail.com>
Co-authored-by: AndrewMBL <62922222+AndrewMBL@users.noreply.github.com>
Co-authored-by: willbeaufoy <will@willbeaufoy.net>
Co-authored-by: Philipp Stehle <anderschwiedu@googlemail.com>
Co-authored-by: hh0rva1h <61889859+hh0rva1h@users.noreply.github.com>
Co-authored-by: comsomisha <shmelev1996@mail.ru>
Co-authored-by: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com>
Co-authored-by: Juan Francisco Cantero Hurtado <iam@juanfra.info>
Co-authored-by: Dave Loyall <dave@the-good-guys.net>
Co-authored-by: tlsssl <63866177+tlsssl@users.noreply.github.com>
Co-authored-by: Rob <ankenyr@gmail.com>
Co-authored-by: Michael Klein <github@a98shuttle.de>
Co-authored-by: JordanWeatherby <47519158+JordanWeatherby@users.noreply.github.com>
Co-authored-by: striker.sh <19488257+strikersh@users.noreply.github.com>
Co-authored-by: Matej Dujava <mdujava@gmail.com>
Co-authored-by: Glenn Slayden <5589855+glenn-slayden@users.noreply.github.com>
Co-authored-by: MRWITEK <mrvvitek@gmail.com>
Co-authored-by: JChris246 <43832407+JChris246@users.noreply.github.com>
Co-authored-by: TheRealDude2 <the.real.dude@gmx.de>
2020-08-25 16:53:34 +02:00
|
|
|
from .popcorntimes import PopcorntimesIE
|
2017-09-17 17:19:57 +02:00
|
|
|
from .popcorntv import PopcornTVIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .porn91 import Porn91IE
|
2016-08-18 18:52:41 +02:00
|
|
|
from .porncom import PornComIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .pornhd import PornHdIE
|
|
|
|
from .pornhub import (
|
|
|
|
PornHubIE,
|
2019-06-22 03:37:07 +02:00
|
|
|
PornHubUserIE,
|
|
|
|
PornHubPagedVideoListIE,
|
|
|
|
PornHubUserVideosUploadIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .pornotube import PornotubeIE
|
|
|
|
from .pornovoisines import PornoVoisinesIE
|
|
|
|
from .pornoxo import PornoXOIE
|
2018-04-24 18:02:38 +02:00
|
|
|
from .puhutv import (
|
|
|
|
PuhuTVIE,
|
|
|
|
PuhuTVSerieIE,
|
|
|
|
)
|
2015-10-09 18:38:11 +02:00
|
|
|
from .presstv import PressTVIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .prosiebensat1 import ProSiebenSat1IE
|
|
|
|
from .puls4 import Puls4IE
|
|
|
|
from .pyvideo import PyvideoIE
|
|
|
|
from .qqmusic import (
|
|
|
|
QQMusicIE,
|
|
|
|
QQMusicSingerIE,
|
|
|
|
QQMusicAlbumIE,
|
|
|
|
QQMusicToplistIE,
|
|
|
|
QQMusicPlaylistIE,
|
|
|
|
)
|
2016-06-18 21:25:34 +02:00
|
|
|
from .r7 import (
|
|
|
|
R7IE,
|
|
|
|
R7ArticleIE,
|
|
|
|
)
|
2016-05-24 16:58:27 +02:00
|
|
|
from .radiocanada import (
|
|
|
|
RadioCanadaIE,
|
|
|
|
RadioCanadaAudioVideoIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .radiode import RadioDeIE
|
|
|
|
from .radiojavan import RadioJavanIE
|
|
|
|
from .radiobremen import RadioBremenIE
|
|
|
|
from .radiofrance import RadioFranceIE
|
|
|
|
from .rai import (
|
2017-03-14 16:11:09 +01:00
|
|
|
RaiPlayIE,
|
2017-06-17 17:15:41 +02:00
|
|
|
RaiPlayLiveIE,
|
2017-12-08 18:46:28 +01:00
|
|
|
RaiPlayPlaylistIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
RaiIE,
|
|
|
|
)
|
2018-08-12 19:15:59 +02:00
|
|
|
from .raywenderlich import (
|
|
|
|
RayWenderlichIE,
|
|
|
|
RayWenderlichCourseIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .rbmaradio import RBMARadioIE
|
|
|
|
from .rds import RDSIE
|
2019-06-07 18:48:57 +02:00
|
|
|
from .redbulltv import (
|
|
|
|
RedBullTVIE,
|
|
|
|
RedBullTVRrnContentIE,
|
|
|
|
)
|
2017-08-12 18:24:46 +02:00
|
|
|
from .reddit import (
|
|
|
|
RedditIE,
|
|
|
|
RedditRIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .redtube import RedTubeIE
|
|
|
|
from .regiotv import RegioTVIE
|
2016-10-26 11:07:35 +02:00
|
|
|
from .rentv import (
|
|
|
|
RENTVIE,
|
|
|
|
RENTVArticleIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .restudy import RestudyIE
|
2016-05-23 03:27:31 +02:00
|
|
|
from .reuters import ReutersIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .reverbnation import ReverbNationIE
|
|
|
|
from .rice import RICEIE
|
2016-09-07 18:32:35 +02:00
|
|
|
from .rmcdecouverte import RMCDecouverteIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .ro220 import Ro220IE
|
2016-06-09 13:31:22 +02:00
|
|
|
from .rockstargames import RockstarGamesIE
|
2016-06-22 09:58:42 +02:00
|
|
|
from .roosterteeth import RoosterTeethIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .rottentomatoes import RottenTomatoesIE
|
|
|
|
from .roxwel import RoxwelIE
|
2016-08-07 17:35:54 +02:00
|
|
|
from .rozhlas import RozhlasIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .rtbf import RTBFIE
|
|
|
|
from .rte import RteIE, RteRadioIE
|
|
|
|
from .rtlnl import RtlNlIE
|
2017-04-03 22:35:54 +02:00
|
|
|
from .rtl2 import (
|
|
|
|
RTL2IE,
|
|
|
|
RTL2YouIE,
|
|
|
|
RTL2YouSeriesIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .rtp import RTPIE
|
|
|
|
from .rts import RTSIE
|
2016-07-13 21:02:34 +02:00
|
|
|
from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .rtvnh import RTVNHIE
|
2018-01-21 11:40:00 +01:00
|
|
|
from .rtvs import RTVSIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .ruhd import RUHDIE
|
|
|
|
from .rutube import (
|
|
|
|
RutubeIE,
|
|
|
|
RutubeChannelIE,
|
|
|
|
RutubeEmbedIE,
|
|
|
|
RutubeMovieIE,
|
|
|
|
RutubePersonIE,
|
2017-07-04 11:26:02 +02:00
|
|
|
RutubePlaylistIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .rutv import RUTVIE
|
|
|
|
from .ruutu import RuutuIE
|
2017-06-16 00:29:27 +02:00
|
|
|
from .ruv import RuvIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .safari import (
|
|
|
|
SafariIE,
|
|
|
|
SafariApiIE,
|
|
|
|
SafariCourseIE,
|
|
|
|
)
|
|
|
|
from .sapo import SapoIE
|
|
|
|
from .savefrom import SaveFromIE
|
|
|
|
from .sbs import SBSIE
|
|
|
|
from .screencast import ScreencastIE
|
|
|
|
from .screencastomatic import ScreencastOMaticIE
|
pull changes from remote master (#190)
* [scrippsnetworks] Add new extractor(closes #19857)(closes #22981)
* [teachable] Improve locked lessons detection (#23528)
* [teachable] Fail with error message if no video URL found
* [extractors] add missing import for ScrippsNetworksIE
* [brightcove] cache brightcove player policy keys
* [prosiebensat1] improve geo restriction handling(closes #23571)
* [soundcloud] automatically update client id on failing requests
* [spankbang] Fix extraction (closes #23307, closes #23423, closes #23444)
* [spankbang] Improve removed video detection (#23423)
* [brightcove] update policy key on failing requests
* [pornhub] Fix extraction and add support for m3u8 formats (closes #22749, closes #23082)
* [pornhub] Improve locked videos detection (closes #22449, closes #22780)
* [brightcove] invalidate policy key cache on failing requests
* [soundcloud] fix client id extraction for non fatal requests
* [ChangeLog] Actualize
[ci skip]
* [devscripts/create-github-release] Switch to using PAT for authentication
Basic authentication will be deprecated soon
* release 2020.01.01
* [redtube] Detect private videos (#23518)
* [vice] improve extraction(closes #23631)
* [devscripts/create-github-release] Remove unused import
* [wistia] improve format extraction and extract subtitles(closes #22590)
* [nrktv:seriebase] Fix extraction (closes #23625) (#23537)
* [discovery] fix anonymous token extraction(closes #23650)
* [scrippsnetworks] add support for www.discovery.com videos
* [scrippsnetworks] correct test case URL
* [dctp] fix format extraction(closes #23656)
* [pandatv] Remove extractor (#23630)
* [naver] improve extraction
- improve geo-restriction handling
- extract automatic captions
- extract uploader metadata
- extract VLive HLS formats
* [naver] improve metadata extraction
* [cloudflarestream] improve extraction
- add support for bytehighway.net domain
- add support for signed URLs
- extract thumbnail
* [cloudflarestream] import embed URL extraction
* [lego] fix extraction and extract subtitle(closes #23687)
* [safari] Fix kaltura session extraction (closes #23679) (#23670)
* [orf:fm4] Fix extraction (#23599)
* [orf:radio] Clean description and improve extraction
* [twitter] add support for promo_video_website cards(closes #23711)
* [vodplatform] add support for embed.kwikmotion.com domain
* [ndr:base:embed] Improve thumbnails extraction (closes #23731)
* [canvas] Add support for new API endpoint and update tests (closes #17680, closes #18629)
* [travis] Add flake8 job (#23720)
* [yourporn] Fix extraction (closes #21645, closes #22255, closes #23459)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.15
* [soundcloud] Restore previews extraction (closes #23739)
* [orf:tvthek] Improve geo restricted videos detection (closes #23741)
* [zype] improve extraction
- extract subtitles(closes #21258)
- support URLs with alternative keys/tokens(#21258)
- extract more metadata
* [americastestkitchen] fix extraction
* [nbc] add support for nbc multi network URLs(closes #23049)
* [ard] improve extraction(closes #23761)
- simplify extraction
- extract age limit and series
- bypass geo-restriction
* [ivi:compilation] Fix entries extraction (closes #23770)
* [24video] Add support for 24video.vip (closes #23753)
* [businessinsider] Fix jwplatform id extraction (closes #22929) (#22954)
* [ard] add a missing condition
* [azmedien] fix extraction(closes #23783)
* [voicerepublic] fix extraction
* [stretchinternet] fix extraction(closes #4319)
* [youtube] Fix sigfunc name extraction (closes #23819)
* [ChangeLog] Actualize
[ci skip]
* release 2020.01.24
* [soundcloud] imporve private playlist/set tracks extraction
https://github.com/ytdl-org/youtube-dl/issues/3707#issuecomment-577873539
* [svt] fix article extraction(closes #22897)(closes #22919)
* [svt] fix series extraction(closes #22297)
* [viewlift] improve extraction
- fix extraction(closes #23851)
- add add support for authentication
- add support for more domains
* [vimeo] fix album extraction(closes #23864)
* [tva] Relax _VALID_URL (closes #23903)
* [tv5mondeplus] Fix extraction (closes #23907, closes #23911)
* [twitch:stream] Lowercase channel id for stream request (closes #23917)
* [sportdeutschland] Update to new sportdeutschland API
They switched to SSL, but under a different host AND path...
Remove the old test cases because these videos have become unavailable.
* [popcorntimes] Add extractor (closes #23949)
* [thisoldhouse] fix extraction(closes #23951)
* [toggle] Add support for mewatch.sg (closes #23895) (#23930)
* [compat] Introduce compat_realpath (refs #23991)
* [update] Fix updating via symlinks (closes #23991)
* [nytimes] improve format sorting(closes #24010)
* [abc:iview] Support 720p (#22907) (#22921)
* [nova:embed] Fix extraction (closes #23672)
* [nova:embed] Improve (closes #23690)
* [nova] Improve extraction (refs #23690)
* [jpopsuki] Remove extractor (closes #23858)
* [YoutubeDL] Fix playlist entry indexing with --playlist-items (closes #10591, closes #10622)
* [test_YoutubeDL] Fix get_ids
* [test_YoutubeDL] Add tests for #10591 (closes #23873)
* [24video] Add support for porn.24video.net (closes #23779, closes #23784)
* [npr] Add support for streams (closes #24042)
* [ChangeLog] Actualize
[ci skip]
* release 2020.02.16
* [tv2dk:bornholm:play] Fix extraction (#24076)
* [imdb] Fix extraction (closes #23443)
* [wistia] Add support for multiple generic embeds (closes #8347, closes #11385)
* [teachable] Add support for multiple videos per lecture (closes #24101)
* [pornhd] Fix extraction (closes #24128)
* [options] Remove duplicate short option -v for --version (#24162)
* [extractor/common] Convert ISM manifest to unicode before processing on python 2 (#24152)
* [YoutubeDL] Force redirect URL to unicode on python 2
* Remove no longer needed compat_str around geturl
* [youjizz] Fix extraction (closes #24181)
* [test_subtitles] Remove obsolete test
* [zdf:channel] Fix tests
* [zapiks] Fix test
* [xtube] Fix metadata extraction (closes #21073, closes #22455)
* [xtube:user] Fix test
* [telecinco] Fix extraction (refs #24195)
* [telecinco] Add support for article opening videos
* [franceculture] Fix extraction (closes #24204)
* [xhamster] Fix extraction (closes #24205)
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.01
* [vimeo] Fix subtitles URLs (#24209)
* [servus] Add support for new URL schema (closes #23475, closes #23583, closes #24142)
* [youtube:playlist] Fix tests (closes #23872) (#23885)
* [peertube] Improve extraction
* [peertube] Fix issues and improve extraction (closes #23657)
* [pornhub] Improve title extraction (closes #24184)
* [vimeo] fix showcase password protected video extraction(closes #24224)
* [youtube] Fix age-gated videos support without login (closes #24248)
* [youtube] Fix tests
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.06
* [nhk] update API version(closes #24270)
* [youtube] Improve extraction in 429 error conditions (closes #24283)
* [youtube] Improve age-gated videos extraction in 429 error conditions (refs #24283)
* [youtube] Remove outdated code
Additional get_video_info requests don't seem to provide any extra itags any longer
* [README.md] Clarify 429 error
* [pornhub] Add support for pornhubpremium.com (#24288)
* [utils] Add support for cookies with spaces used instead of tabs
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.08
* Revert "[utils] Add support for cookies with spaces used instead of tabs"
According to [1] TABs must be used as separators between fields.
Files produces by some tools with spaces as separators are considered
malformed.
1. https://curl.haxx.se/docs/http-cookies.html
This reverts commit cff99c91d150df2a4e21962a3ca8d4ae94533b8c.
* [utils] Add reference to cookie file format
* Revert "[vimeo] fix showcase password protected video extraction(closes #24224)"
This reverts commit 12ee431676bb655f04c7dd416a73c1f142ed368d.
* [nhk] Relax _VALID_URL (#24329)
* [nhk] Remove obsolete rtmp formats (closes #24329)
* [nhk] Update m3u8 URL and use native hls (#24329)
* [ndr] Fix extraction (closes #24326)
* [xtube] Fix formats extraction (closes #24348)
* [xtube] Fix typo
* [hellporno] Fix extraction (closes #24399)
* [cbc:watch] Add support for authentication
* [cbc:watch] Fix authenticated device token caching (closes #19160)
* [soundcloud] fix download url extraction(closes #24394)
* [limelight] remove disabled API requests(closes #24255)
* [bilibili] Add support for new URL schema with BV ids (closes #24439, closes #24442)
* [bilibili] Add support for player.bilibili.com (closes #24402)
* [teachable] Extract chapter metadata (closes #24421)
* [generic] Look for teachable embeds before wistia
* [teachable] Update upskillcourses domain
New version does not use teachable platform any longer
* [teachable] Update gns3 domain
* [teachable] Update test
* [ChangeLog] Actualize
[ci skip]
* [ChangeLog] Actualize
[ci skip]
* release 2020.03.24
* [spankwire] Fix extraction (closes #18924, closes #20648)
* [spankwire] Add support for generic embeds (refs #24633)
* [youporn] Add support form generic embeds
* [mofosex] Add support for generic embeds (closes #24633)
* [tele5] Fix extraction (closes #24553)
* [extractor/common] Skip malformed ISM manifest XMLs while extracting ISM formats (#24667)
* [tv4] Fix ISM formats extraction (closes #24667)
* [twitch:clips] Extend _VALID_URL (closes #24290) (#24642)
* [motherless] Fix extraction (closes #24699)
* [nova:embed] Fix extraction (closes #24700)
* [youtube] Skip broken multifeed videos (closes #24711)
* [soundcloud] Extract AAC format
* [soundcloud] Improve AAC format extraction (closes #19173, closes #24708)
* [thisoldhouse] Fix video id extraction (closes #24548)
Added support for:
with of without "www."
and either ".chorus.build" or ".com"
It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
* [thisoldhouse] Improve video id extraction (closes #24549)
* [youtube] Fix DRM videos detection (refs #24736)
* [options] Clarify doc on --exec command (closes #19087) (#24883)
* [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
* [prosiebensat1] Extract series metadata
* [tenplay] Relax _VALID_URL (closes #25001)
* [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789)
* [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778)
* [youtube] Use redirected video id if any (closes #25063)
* [youtube] Improve player id extraction and add tests
* [extractor/common] Extract multiple JSON-LD entries
* [crunchyroll] Fix and improve extraction (closes #25096, closes #25060)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.03
* [puhutv] Remove no longer available HTTP formats (closes #25124)
* [utils] Improve cookie files support
+ Add support for UTF-8 in cookie files
* Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
* [dailymotion] Fix typo
* [compat] Introduce compat_cookiejar_Cookie
* [extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes #23256, closes #24776)
To always ensure cookie name and value are bytestrings on python 2.
* [orf] Add support for more radio stations (closes #24938) (#24968)
* [uol] fix extraction(closes #22007)
* [downloader/http] Finish downloading once received data length matches expected
Always do this if possible, i.e. if Content-Length or expected length is known, not only in test.
This will save unnecessary last extra loop trying to read 0 bytes.
* [downloader/http] Request last data block of exact remaining size
Always request last data block of exact size remaining to download if possible not the current block size.
* [iprima] Improve extraction (closes #25138)
* [youtube] Improve signature cipher extraction (closes #25188)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.08
* [spike] fix Bellator mgid extraction(closes #25195)
* [bbccouk] PEP8
* [mailru] Fix extraction (closes #24530) (#25239)
* [README.md] flake8 HTTPS URL (#25230)
* [youtube] Add support for yewtu.be (#25226)
* [soundcloud] reduce API playlist page limit(closes #25274)
* [vimeo] improve format extraction and sorting(closes #25285)
* [redtube] Improve title extraction (#25208)
* [indavideo] Switch to HTTPS for API request (#25191)
* [utils] Fix file permissions in write_json_file (closes #12471) (#25122)
* [redtube] Improve formats extraction and extract m3u8 formats (closes #25311, closes #25321)
* [ard] Improve _VALID_URL (closes #25134) (#25198)
* [giantbomb] Extend _VALID_URL (#25222)
* [postprocessor/ffmpeg] Embed series metadata with --add-metadata
* [youtube] Add support for more invidious instances (#25417)
* [ard:beta] Extend _VALID_URL (closes #25405)
* [ChangeLog] Actualize
[ci skip]
* release 2020.05.29
* [jwplatform] Improve embeds extraction (closes #25467)
* [periscope] Fix untitled broadcasts (#25482)
* [twitter:broadcast] Add untitled periscope broadcast test
* [malltv] Add support for sk.mall.tv (#25445)
* [brightcove] Fix subtitles extraction (closes #25540)
* [brightcove] Sort imports
* [twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531)
* [twitch:stream] Fix extraction (closes #25528)
* [twitch:stream] Expect 400 and 410 HTTP errors from API
* [tele5] Prefer jwplatform over nexx (closes #25533)
* [jwplatform] Add support for bypass geo restriction
* [tele5] Bypass geo restriction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.06
* [kaltura] Add support for multiple embeds on a webpage (closes #25523)
* [youtube] Extract chapters from JSON (closes #24819)
* [facebook] Support single-video ID links
I stumbled upon this at https://www.facebook.com/bwfbadminton/posts/10157127020046316 . No idea how prevalent it is yet.
* [youtube] Fix playlist and feed extraction (closes #25675)
* [youtube] Fix thumbnails extraction and remove uploader id extraction warning (closes #25676)
* [youtube] Fix upload date extraction
* [youtube] Improve view count extraction
* [youtube] Fix uploader id and uploader URL extraction
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16
* [youtube] Fix categories and improve tags extraction
* [youtube] Force old layout (closes #25682, closes #25683, closes #25680, closes #25686)
* [ChangeLog] Actualize
[ci skip]
* release 2020.06.16.1
* [brightcove] Improve embed detection (closes #25674)
* [bellmedia] add support for cp24.com clip URLs(closes #25764)
* [youtube:playlists] Extend _VALID_URL (closes #25810)
* [youtube] Prevent excess HTTP 301 (#25786)
* [wistia] Restrict embed regex (closes #25969)
* [youtube] Improve description extraction (closes #25937) (#25980)
* [youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes #26136, closes #26137)
* [ChangeLog] Actualize
[ci skip]
* release 2020.07.28
* [xhamster] Extend _VALID_URL (closes #25789) (#25804)
* [xhamster] Fix extraction (closes #26157) (#26254)
* [xhamster] Extend _VALID_URL (closes #25927)
Co-authored-by: Remita Amine <remitamine@gmail.com>
Co-authored-by: Sergey M․ <dstftw@gmail.com>
Co-authored-by: nmeum <soeren+github@soeren-tempel.net>
Co-authored-by: Roxedus <me@roxedus.dev>
Co-authored-by: Singwai Chan <c.singwai@gmail.com>
Co-authored-by: cdarlint <cdarlint@users.noreply.github.com>
Co-authored-by: Johannes N <31795504+jonolt@users.noreply.github.com>
Co-authored-by: jnozsc <jnozsc@gmail.com>
Co-authored-by: Moritz Patelscheck <moritz.patelscheck@campus.tu-berlin.de>
Co-authored-by: PB <3854688+uno20001@users.noreply.github.com>
Co-authored-by: Philipp Hagemeister <phihag@phihag.de>
Co-authored-by: Xaver Hellauer <software@hellauer.bayern>
Co-authored-by: d2au <d2au.dev@gmail.com>
Co-authored-by: Jan 'Yenda' Trmal <jtrmal@gmail.com>
Co-authored-by: jxu <7989982+jxu@users.noreply.github.com>
Co-authored-by: Martin Ström <name@my-domain.se>
Co-authored-by: The Hatsune Daishi <nao20010128@gmail.com>
Co-authored-by: tsia <github@tsia.de>
Co-authored-by: 3risian <59593325+3risian@users.noreply.github.com>
Co-authored-by: Tristan Waddington <tristan.waddington@gmail.com>
Co-authored-by: Devon Meunier <devon.meunier@gmail.com>
Co-authored-by: Felix Stupp <felix.stupp@outlook.com>
Co-authored-by: tom <tomster954@gmail.com>
Co-authored-by: AndrewMBL <62922222+AndrewMBL@users.noreply.github.com>
Co-authored-by: willbeaufoy <will@willbeaufoy.net>
Co-authored-by: Philipp Stehle <anderschwiedu@googlemail.com>
Co-authored-by: hh0rva1h <61889859+hh0rva1h@users.noreply.github.com>
Co-authored-by: comsomisha <shmelev1996@mail.ru>
Co-authored-by: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com>
Co-authored-by: Juan Francisco Cantero Hurtado <iam@juanfra.info>
Co-authored-by: Dave Loyall <dave@the-good-guys.net>
Co-authored-by: tlsssl <63866177+tlsssl@users.noreply.github.com>
Co-authored-by: Rob <ankenyr@gmail.com>
Co-authored-by: Michael Klein <github@a98shuttle.de>
Co-authored-by: JordanWeatherby <47519158+JordanWeatherby@users.noreply.github.com>
Co-authored-by: striker.sh <19488257+strikersh@users.noreply.github.com>
Co-authored-by: Matej Dujava <mdujava@gmail.com>
Co-authored-by: Glenn Slayden <5589855+glenn-slayden@users.noreply.github.com>
Co-authored-by: MRWITEK <mrvvitek@gmail.com>
Co-authored-by: JChris246 <43832407+JChris246@users.noreply.github.com>
Co-authored-by: TheRealDude2 <the.real.dude@gmx.de>
2020-08-25 16:53:34 +02:00
|
|
|
from .scrippsnetworks import (
|
|
|
|
ScrippsNetworksWatchIE,
|
|
|
|
ScrippsNetworksIE,
|
|
|
|
)
|
2019-11-04 23:21:16 +01:00
|
|
|
from .scte import (
|
|
|
|
SCTEIE,
|
|
|
|
SCTECourseIE,
|
|
|
|
)
|
2016-06-01 22:20:02 +02:00
|
|
|
from .seeker import SeekerIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .senateisvp import SenateISVPIE
|
2016-05-21 07:39:42 +02:00
|
|
|
from .sendtonews import SendtoNewsIE
|
2017-10-19 17:17:20 +02:00
|
|
|
from .servus import ServusIE
|
2017-12-23 13:21:33 +01:00
|
|
|
from .sevenplus import SevenPlusIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .sexu import SexuIE
|
2018-01-27 17:34:31 +01:00
|
|
|
from .seznamzpravy import (
|
|
|
|
SeznamZpravyIE,
|
|
|
|
SeznamZpravyArticleIE,
|
|
|
|
)
|
2017-12-19 02:00:13 +01:00
|
|
|
from .shahid import (
|
|
|
|
ShahidIE,
|
|
|
|
ShahidShowIE,
|
|
|
|
)
|
2016-10-23 13:07:56 +02:00
|
|
|
from .shared import (
|
|
|
|
SharedIE,
|
|
|
|
VivoIE,
|
|
|
|
)
|
2016-12-29 18:32:23 +01:00
|
|
|
from .showroomlive import ShowRoomLiveIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .sina import SinaIE
|
2016-06-30 14:50:49 +02:00
|
|
|
from .sixplay import SixPlayIE
|
2017-02-23 12:44:04 +01:00
|
|
|
from .skylinewebcams import SkylineWebcamsIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .skynewsarabia import (
|
|
|
|
SkyNewsArabiaIE,
|
|
|
|
SkyNewsArabiaArticleIE,
|
|
|
|
)
|
2019-05-07 11:16:51 +02:00
|
|
|
from .sky import (
|
|
|
|
SkyNewsIE,
|
|
|
|
SkySportsIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .slideshare import SlideshareIE
|
2017-10-10 18:45:10 +02:00
|
|
|
from .slideslive import SlidesLiveIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .slutload import SlutloadIE
|
|
|
|
from .smotri import (
|
|
|
|
SmotriIE,
|
|
|
|
SmotriCommunityIE,
|
|
|
|
SmotriUserIE,
|
|
|
|
SmotriBroadcastIE,
|
|
|
|
)
|
|
|
|
from .snotr import SnotrIE
|
|
|
|
from .sohu import SohuIE
|
2016-08-08 01:11:00 +02:00
|
|
|
from .sonyliv import SonyLIVIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .soundcloud import (
|
2019-10-27 17:52:46 +01:00
|
|
|
SoundcloudEmbedIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
SoundcloudIE,
|
|
|
|
SoundcloudSetIE,
|
|
|
|
SoundcloudUserIE,
|
2017-07-29 13:41:42 +02:00
|
|
|
SoundcloudTrackStationIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
SoundcloudPlaylistIE,
|
2017-07-29 13:41:42 +02:00
|
|
|
SoundcloudSearchIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .soundgasm import (
|
|
|
|
SoundgasmIE,
|
|
|
|
SoundgasmProfileIE
|
|
|
|
)
|
|
|
|
from .southpark import (
|
|
|
|
SouthParkIE,
|
|
|
|
SouthParkDeIE,
|
|
|
|
SouthParkDkIE,
|
|
|
|
SouthParkEsIE,
|
|
|
|
SouthParkNlIE
|
|
|
|
)
|
2019-02-07 18:09:50 +01:00
|
|
|
from .spankbang import (
|
|
|
|
SpankBangIE,
|
|
|
|
SpankBangPlaylistIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .spankwire import SpankwireIE
|
|
|
|
from .spiegel import SpiegelIE, SpiegelArticleIE
|
|
|
|
from .spiegeltv import SpiegeltvIE
|
2018-05-16 18:49:35 +02:00
|
|
|
from .spike import (
|
|
|
|
BellatorIE,
|
|
|
|
ParamountNetworkIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .stitcher import StitcherIE
|
|
|
|
from .sport5 import Sport5IE
|
2018-10-28 18:20:29 +01:00
|
|
|
from .sportbox import SportBoxIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .sportdeutschland import SportDeutschlandIE
|
2018-01-19 18:33:45 +01:00
|
|
|
from .springboardplatform import SpringboardPlatformIE
|
2017-02-09 09:13:29 +01:00
|
|
|
from .sprout import SproutIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .srgssr import (
|
|
|
|
SRGSSRIE,
|
|
|
|
SRGSSRPlayIE,
|
|
|
|
)
|
|
|
|
from .srmediathek import SRMediathekIE
|
|
|
|
from .stanfordoc import StanfordOpenClassroomIE
|
|
|
|
from .steam import SteamIE
|
2016-07-16 21:01:00 +02:00
|
|
|
from .streamable import StreamableIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .streamcloud import StreamcloudIE
|
|
|
|
from .streamcz import StreamCZIE
|
|
|
|
from .streetvoice import StreetVoiceIE
|
2017-10-24 18:50:02 +02:00
|
|
|
from .stretchinternet import StretchInternetIE
|
2019-04-07 13:39:48 +02:00
|
|
|
from .stv import STVPlayerIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .sunporno import SunPornoIE
|
2018-12-25 14:29:48 +01:00
|
|
|
from .sverigesradio import (
|
|
|
|
SverigesRadioEpisodeIE,
|
|
|
|
SverigesRadioPublicationIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .svt import (
|
|
|
|
SVTIE,
|
2018-06-27 23:29:11 +02:00
|
|
|
SVTPageIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
SVTPlayIE,
|
2018-04-04 18:52:00 +02:00
|
|
|
SVTSeriesIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .swrmediathek import SWRMediathekIE
|
|
|
|
from .syfy import SyfyIE
|
|
|
|
from .sztvhu import SztvHuIE
|
2016-05-01 02:44:59 +02:00
|
|
|
from .tagesschau import (
|
|
|
|
TagesschauPlayerIE,
|
|
|
|
TagesschauIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .tass import TassIE
|
2017-07-01 13:39:29 +02:00
|
|
|
from .tastytrade import TastyTradeIE
|
2016-08-28 17:50:32 +02:00
|
|
|
from .tbs import TBSIE
|
2016-04-14 20:41:02 +02:00
|
|
|
from .tdslifeway import TDSLifewayIE
|
2018-12-09 16:28:24 +01:00
|
|
|
from .teachable import (
|
|
|
|
TeachableIE,
|
|
|
|
TeachableCourseIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .teachertube import (
|
|
|
|
TeacherTubeIE,
|
|
|
|
TeacherTubeUserIE,
|
|
|
|
)
|
|
|
|
from .teachingchannel import TeachingChannelIE
|
|
|
|
from .teamcoco import TeamcocoIE
|
2019-03-28 16:55:57 +01:00
|
|
|
from .teamtreehouse import TeamTreeHouseIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .techtalks import TechTalksIE
|
|
|
|
from .ted import TEDIE
|
2018-09-01 19:43:34 +02:00
|
|
|
from .tele5 import Tele5IE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .tele13 import Tele13IE
|
|
|
|
from .telebruxelles import TeleBruxellesIE
|
|
|
|
from .telecinco import TelecincoIE
|
|
|
|
from .telegraaf import TelegraafIE
|
|
|
|
from .telemb import TeleMBIE
|
2018-02-24 00:16:42 +01:00
|
|
|
from .telequebec import (
|
|
|
|
TeleQuebecIE,
|
2019-10-04 15:14:45 +02:00
|
|
|
TeleQuebecSquatIE,
|
2018-02-25 10:54:12 +01:00
|
|
|
TeleQuebecEmissionIE,
|
2018-02-24 00:16:42 +01:00
|
|
|
TeleQuebecLiveIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .teletask import TeleTaskIE
|
2016-06-11 12:22:26 +02:00
|
|
|
from .telewebion import TelewebionIE
|
2018-03-14 01:28:40 +01:00
|
|
|
from .tennistv import TennisTVIE
|
2019-10-27 22:02:46 +01:00
|
|
|
from .tenplay import TenPlayIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .testurl import TestURLIE
|
|
|
|
from .tf1 import TF1IE
|
2016-09-10 20:43:09 +02:00
|
|
|
from .tfo import TFOIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .theintercept import TheInterceptIE
|
|
|
|
from .theplatform import (
|
|
|
|
ThePlatformIE,
|
|
|
|
ThePlatformFeedIE,
|
|
|
|
)
|
|
|
|
from .thescene import TheSceneIE
|
|
|
|
from .thestar import TheStarIE
|
2017-04-07 21:52:48 +02:00
|
|
|
from .thesun import TheSunIE
|
2016-10-03 19:16:55 +02:00
|
|
|
from .theweatherchannel import TheWeatherChannelIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .thisamericanlife import ThisAmericanLifeIE
|
|
|
|
from .thisav import ThisAVIE
|
2016-10-03 16:27:09 +02:00
|
|
|
from .thisoldhouse import ThisOldHouseIE
|
2016-05-14 19:35:03 +02:00
|
|
|
from .threeqsdn import ThreeQSDNIE
|
2019-10-25 10:05:54 +02:00
|
|
|
from .tiktok import TikTokIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .tinypic import TinyPicIE
|
|
|
|
from .tmz import (
|
|
|
|
TMZIE,
|
|
|
|
TMZArticleIE,
|
|
|
|
)
|
|
|
|
from .tnaflix import (
|
|
|
|
TNAFlixNetworkEmbedIE,
|
|
|
|
TNAFlixIE,
|
|
|
|
EMPFlixIE,
|
|
|
|
MovieFapIE,
|
|
|
|
)
|
|
|
|
from .toggle import ToggleIE
|
2016-10-04 08:59:53 +02:00
|
|
|
from .tonline import TOnlineIE
|
2017-03-19 00:45:04 +01:00
|
|
|
from .toongoggles import ToonGogglesIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .toutv import TouTvIE
|
|
|
|
from .toypics import ToypicsUserIE, ToypicsIE
|
|
|
|
from .traileraddict import TrailerAddictIE
|
|
|
|
from .trilulilu import TriluliluIE
|
2019-02-09 17:49:37 +01:00
|
|
|
from .trunews import TruNewsIE
|
2016-09-06 16:48:51 +02:00
|
|
|
from .trutv import TruTVIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .tube8 import Tube8IE
|
|
|
|
from .tubitv import TubiTvIE
|
|
|
|
from .tumblr import TumblrIE
|
|
|
|
from .tunein import (
|
|
|
|
TuneInClipIE,
|
|
|
|
TuneInStationIE,
|
|
|
|
TuneInProgramIE,
|
|
|
|
TuneInTopicIE,
|
|
|
|
TuneInShortenerIE,
|
|
|
|
)
|
2017-03-05 17:31:38 +01:00
|
|
|
from .tunepk import TunePkIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .turbo import TurboIE
|
|
|
|
from .tv2 import (
|
|
|
|
TV2IE,
|
|
|
|
TV2ArticleIE,
|
2019-11-30 15:26:12 +01:00
|
|
|
KatsomoIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
2019-12-15 18:08:18 +01:00
|
|
|
from .tv2dk import (
|
|
|
|
TV2DKIE,
|
|
|
|
TV2DKBornholmPlayIE,
|
|
|
|
)
|
2017-04-12 20:31:18 +02:00
|
|
|
from .tv2hu import TV2HuIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .tv4 import TV4IE
|
2017-04-02 00:47:35 +02:00
|
|
|
from .tv5mondeplus import TV5MondePlusIE
|
2017-01-26 18:36:28 +01:00
|
|
|
from .tva import TVAIE
|
2016-11-17 19:16:33 +01:00
|
|
|
from .tvanouvelles import (
|
|
|
|
TVANouvellesIE,
|
|
|
|
TVANouvellesArticleIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .tvc import (
|
|
|
|
TVCIE,
|
|
|
|
TVCArticleIE,
|
|
|
|
)
|
|
|
|
from .tvigle import TvigleIE
|
|
|
|
from .tvland import TVLandIE
|
2017-01-11 18:49:40 +01:00
|
|
|
from .tvn24 import TVN24IE
|
2018-06-11 20:35:23 +02:00
|
|
|
from .tvnet import TVNetIE
|
2016-09-01 17:31:08 +02:00
|
|
|
from .tvnoe import TVNoeIE
|
2017-12-11 21:36:12 +01:00
|
|
|
from .tvnow import (
|
|
|
|
TVNowIE,
|
2019-01-04 21:40:41 +01:00
|
|
|
TVNowNewIE,
|
|
|
|
TVNowSeasonIE,
|
|
|
|
TVNowAnnualIE,
|
2018-04-02 19:08:22 +02:00
|
|
|
TVNowShowIE,
|
2017-12-11 21:36:12 +01:00
|
|
|
)
|
2016-05-26 18:21:55 +02:00
|
|
|
from .tvp import (
|
2016-08-05 11:11:59 +02:00
|
|
|
TVPEmbedIE,
|
2016-05-26 18:21:55 +02:00
|
|
|
TVPIE,
|
2019-02-17 08:27:00 +01:00
|
|
|
TVPWebsiteIE,
|
2016-05-26 18:21:55 +02:00
|
|
|
)
|
2016-08-16 19:21:30 +02:00
|
|
|
from .tvplay import (
|
|
|
|
TVPlayIE,
|
|
|
|
ViafreeIE,
|
2018-08-26 15:07:52 +02:00
|
|
|
TVPlayHomeIE,
|
2016-08-16 19:21:30 +02:00
|
|
|
)
|
2017-02-09 23:07:43 +01:00
|
|
|
from .tvplayer import TVPlayerIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .tweakers import TweakersIE
|
|
|
|
from .twentyfourvideo import TwentyFourVideoIE
|
|
|
|
from .twentymin import TwentyMinutenIE
|
2016-08-17 16:02:59 +02:00
|
|
|
from .twentythreevideo import TwentyThreeVideoIE
|
2018-11-02 18:27:36 +01:00
|
|
|
from .twitcasting import TwitCastingIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .twitch import (
|
|
|
|
TwitchVideoIE,
|
|
|
|
TwitchChapterIE,
|
|
|
|
TwitchVodIE,
|
|
|
|
TwitchProfileIE,
|
2016-12-17 17:03:50 +01:00
|
|
|
TwitchAllVideosIE,
|
|
|
|
TwitchUploadsIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
TwitchPastBroadcastsIE,
|
2016-12-17 17:03:50 +01:00
|
|
|
TwitchHighlightsIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
TwitchStreamIE,
|
2016-06-13 19:06:31 +02:00
|
|
|
TwitchClipsIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .twitter import (
|
|
|
|
TwitterCardIE,
|
|
|
|
TwitterIE,
|
|
|
|
TwitterAmplifyIE,
|
2019-11-09 09:23:20 +01:00
|
|
|
TwitterBroadcastIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .udemy import (
|
|
|
|
UdemyIE,
|
|
|
|
UdemyCourseIE
|
|
|
|
)
|
|
|
|
from .udn import UDNEmbedIE
|
2019-12-04 17:20:53 +01:00
|
|
|
from .ufctv import (
|
|
|
|
UFCTVIE,
|
|
|
|
UFCArabiaIE,
|
|
|
|
)
|
2016-12-20 12:52:46 +01:00
|
|
|
from .uktvplay import UKTVPlayIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .digiteka import DigitekaIE
|
2019-07-13 14:08:19 +02:00
|
|
|
from .dlive import (
|
|
|
|
DLiveVODIE,
|
|
|
|
DLiveStreamIE,
|
|
|
|
)
|
2017-12-26 12:32:04 +01:00
|
|
|
from .umg import UMGDeIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .unistra import UnistraIE
|
2017-10-18 23:46:06 +02:00
|
|
|
from .unity import UnityIE
|
2016-08-09 16:09:08 +02:00
|
|
|
from .uol import UOLIE
|
2016-08-13 23:53:07 +02:00
|
|
|
from .uplynk import (
|
|
|
|
UplynkIE,
|
|
|
|
UplynkPreplayIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .urort import UrortIE
|
2016-06-29 21:19:31 +02:00
|
|
|
from .urplay import URPlayIE
|
2016-08-25 20:40:56 +02:00
|
|
|
from .usanetwork import USANetworkIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .usatoday import USATodayIE
|
|
|
|
from .ustream import UstreamIE, UstreamChannelIE
|
2016-05-13 06:25:32 +02:00
|
|
|
from .ustudio import (
|
|
|
|
UstudioIE,
|
|
|
|
UstudioEmbedIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .varzesh3 import Varzesh3IE
|
|
|
|
from .vbox7 import Vbox7IE
|
|
|
|
from .veehd import VeeHDIE
|
|
|
|
from .veoh import VeohIE
|
|
|
|
from .vesti import VestiIE
|
2016-05-01 20:48:26 +02:00
|
|
|
from .vevo import (
|
|
|
|
VevoIE,
|
|
|
|
VevoPlaylistIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .vgtv import (
|
|
|
|
BTArticleIE,
|
|
|
|
BTVestlendingenIE,
|
|
|
|
VGTVIE,
|
|
|
|
)
|
|
|
|
from .vh1 import VH1IE
|
|
|
|
from .vice import (
|
|
|
|
ViceIE,
|
2017-05-05 14:26:51 +02:00
|
|
|
ViceArticleIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
ViceShowIE,
|
|
|
|
)
|
2016-06-12 03:18:56 +02:00
|
|
|
from .vidbit import VidbitIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .viddler import ViddlerIE
|
2016-12-31 15:58:15 +01:00
|
|
|
from .videa import VideaIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .videodetective import VideoDetectiveIE
|
|
|
|
from .videofyme import VideofyMeIE
|
|
|
|
from .videomore import (
|
|
|
|
VideomoreIE,
|
|
|
|
VideomoreVideoIE,
|
|
|
|
VideomoreSeasonIE,
|
|
|
|
)
|
2017-02-05 07:37:27 +01:00
|
|
|
from .videopress import VideoPressIE
|
2016-05-21 17:48:17 +02:00
|
|
|
from .vidio import VidioIE
|
2018-02-25 14:26:50 +01:00
|
|
|
from .vidlii import VidLiiIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .vidme import (
|
|
|
|
VidmeIE,
|
|
|
|
VidmeUserIE,
|
|
|
|
VidmeUserLikesIE,
|
|
|
|
)
|
|
|
|
from .vidzi import VidziIE
|
|
|
|
from .vier import VierIE, VierVideosIE
|
2016-04-29 12:14:42 +02:00
|
|
|
from .viewlift import (
|
|
|
|
ViewLiftIE,
|
|
|
|
ViewLiftEmbedIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .viidea import ViideaIE
|
|
|
|
from .vimeo import (
|
|
|
|
VimeoIE,
|
|
|
|
VimeoAlbumIE,
|
|
|
|
VimeoChannelIE,
|
|
|
|
VimeoGroupsIE,
|
|
|
|
VimeoLikesIE,
|
|
|
|
VimeoOndemandIE,
|
|
|
|
VimeoReviewIE,
|
|
|
|
VimeoUserIE,
|
|
|
|
VimeoWatchLaterIE,
|
2018-11-28 19:53:22 +01:00
|
|
|
VHXEmbedIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
|
|
|
from .vimple import VimpleIE
|
|
|
|
from .vine import (
|
|
|
|
VineIE,
|
|
|
|
VineUserIE,
|
|
|
|
)
|
|
|
|
from .viki import (
|
|
|
|
VikiIE,
|
|
|
|
VikiChannelIE,
|
|
|
|
)
|
2018-07-29 22:05:36 +02:00
|
|
|
from .viqeo import ViqeoIE
|
2016-09-09 19:49:56 +02:00
|
|
|
from .viu import (
|
|
|
|
ViuIE,
|
|
|
|
ViuPlaylistIE,
|
2016-12-18 17:15:53 +01:00
|
|
|
ViuOTTIE,
|
2016-09-09 19:49:56 +02:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .vk import (
|
|
|
|
VKIE,
|
|
|
|
VKUserVideosIE,
|
2016-07-13 16:53:23 +02:00
|
|
|
VKWallPostIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
2017-01-24 06:52:17 +01:00
|
|
|
from .vlive import (
|
|
|
|
VLiveIE,
|
2017-07-09 23:24:04 +02:00
|
|
|
VLiveChannelIE,
|
|
|
|
VLivePlaylistIE
|
2017-01-24 06:52:17 +01:00
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .vodlocker import VodlockerIE
|
2017-02-13 21:42:26 +01:00
|
|
|
from .vodpl import VODPlIE
|
2016-08-04 10:37:27 +02:00
|
|
|
from .vodplatform import VODPlatformIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .voicerepublic import VoiceRepublicIE
|
2017-08-06 03:04:51 +02:00
|
|
|
from .voot import VootIE
|
2017-10-11 17:50:00 +02:00
|
|
|
from .voxmedia import (
|
|
|
|
VoxMediaVolumeIE,
|
|
|
|
VoxMediaIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .vrt import VRTIE
|
2016-12-16 02:14:04 +01:00
|
|
|
from .vrak import VrakIE
|
2017-04-01 19:09:36 +02:00
|
|
|
from .vrv import (
|
|
|
|
VRVIE,
|
|
|
|
VRVSeriesIE,
|
|
|
|
)
|
2017-04-03 22:05:18 +02:00
|
|
|
from .vshare import VShareIE
|
2017-03-17 23:58:54 +01:00
|
|
|
from .medialaan import MedialaanIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .vube import VubeIE
|
|
|
|
from .vuclip import VuClipIE
|
2016-12-16 09:05:02 +01:00
|
|
|
from .vvvvid import VVVVIDIE
|
2016-09-18 11:56:40 +02:00
|
|
|
from .vyborymos import VyboryMosIE
|
2016-11-03 12:50:25 +01:00
|
|
|
from .vzaar import VzaarIE
|
2019-01-26 22:14:54 +01:00
|
|
|
from .wakanim import WakanimIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .walla import WallaIE
|
2016-05-23 01:47:22 +02:00
|
|
|
from .washingtonpost import (
|
|
|
|
WashingtonPostIE,
|
|
|
|
WashingtonPostArticleIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .wat import WatIE
|
2017-07-30 14:09:44 +02:00
|
|
|
from .watchbox import WatchBoxIE
|
2016-04-29 12:17:08 +02:00
|
|
|
from .watchindianporn import WatchIndianPornIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .wdr import (
|
|
|
|
WDRIE,
|
2018-01-13 17:28:08 +01:00
|
|
|
WDRPageIE,
|
2017-10-25 14:59:57 +02:00
|
|
|
WDRElefantIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
WDRMobileIE,
|
|
|
|
)
|
2016-11-27 13:54:59 +01:00
|
|
|
from .webcaster import (
|
|
|
|
WebcasterIE,
|
|
|
|
WebcasterFeedIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .webofstories import (
|
|
|
|
WebOfStoriesIE,
|
|
|
|
WebOfStoriesPlaylistIE,
|
|
|
|
)
|
2017-12-26 09:18:35 +01:00
|
|
|
from .weibo import (
|
2019-03-17 03:41:16 +01:00
|
|
|
WeiboIE,
|
2017-12-26 09:18:35 +01:00
|
|
|
WeiboMobileIE
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .weiqitv import WeiqiTVIE
|
|
|
|
from .wistia import WistiaIE
|
|
|
|
from .worldstarhiphop import WorldStarHipHopIE
|
2017-03-26 00:47:48 +01:00
|
|
|
from .wsj import (
|
|
|
|
WSJIE,
|
|
|
|
WSJArticleIE,
|
|
|
|
)
|
2018-09-06 15:41:07 +02:00
|
|
|
from .wwe import WWEIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .xbef import XBefIE
|
|
|
|
from .xboxclips import XboxClipsIE
|
|
|
|
from .xfileshare import XFileShareIE
|
|
|
|
from .xhamster import (
|
|
|
|
XHamsterIE,
|
|
|
|
XHamsterEmbedIE,
|
2019-08-31 22:12:56 +02:00
|
|
|
XHamsterUserIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
2016-04-30 15:32:54 +02:00
|
|
|
from .xiami import (
|
2016-04-30 17:50:23 +02:00
|
|
|
XiamiSongIE,
|
2016-04-30 15:32:54 +02:00
|
|
|
XiamiAlbumIE,
|
|
|
|
XiamiArtistIE,
|
|
|
|
XiamiCollectionIE
|
|
|
|
)
|
2018-01-11 13:35:09 +01:00
|
|
|
from .ximalaya import (
|
|
|
|
XimalayaIE,
|
|
|
|
XimalayaAlbumIE
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .xminus import XMinusIE
|
|
|
|
from .xnxx import XNXXIE
|
|
|
|
from .xstream import XstreamIE
|
|
|
|
from .xtube import XTubeUserIE, XTubeIE
|
|
|
|
from .xuite import XuiteIE
|
|
|
|
from .xvideos import XVideosIE
|
|
|
|
from .xxxymovies import XXXYMoviesIE
|
|
|
|
from .yahoo import (
|
|
|
|
YahooIE,
|
|
|
|
YahooSearchIE,
|
2019-04-14 15:29:04 +02:00
|
|
|
YahooGyaOPlayerIE,
|
|
|
|
YahooGyaOIE,
|
2019-07-21 19:59:36 +02:00
|
|
|
YahooJapanNewsIE,
|
2016-02-10 13:24:49 +01:00
|
|
|
)
|
2019-03-17 11:33:07 +01:00
|
|
|
from .yandexdisk import YandexDiskIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .yandexmusic import (
|
|
|
|
YandexMusicTrackIE,
|
|
|
|
YandexMusicAlbumIE,
|
|
|
|
YandexMusicPlaylistIE,
|
|
|
|
)
|
2019-03-17 11:33:07 +01:00
|
|
|
from .yandexvideo import YandexVideoIE
|
2018-03-02 19:24:36 +01:00
|
|
|
from .yapfiles import YapFilesIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .yesjapan import YesJapanIE
|
|
|
|
from .yinyuetai import YinYueTaiIE
|
|
|
|
from .ynet import YnetIE
|
|
|
|
from .youjizz import YouJizzIE
|
2016-06-08 17:45:46 +02:00
|
|
|
from .youku import (
|
|
|
|
YoukuIE,
|
|
|
|
YoukuShowIE,
|
|
|
|
)
|
2017-03-12 23:19:32 +01:00
|
|
|
from .younow import (
|
2017-10-28 23:16:07 +02:00
|
|
|
YouNowLiveIE,
|
2017-03-12 23:19:32 +01:00
|
|
|
YouNowChannelIE,
|
|
|
|
YouNowMomentIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .youporn import YouPornIE
|
2018-08-21 20:44:22 +02:00
|
|
|
from .yourporn import YourPornIE
|
2016-02-10 13:24:49 +01:00
|
|
|
from .yourupload import YourUploadIE
|
|
|
|
from .youtube import (
|
|
|
|
YoutubeIE,
|
|
|
|
YoutubeChannelIE,
|
|
|
|
YoutubeFavouritesIE,
|
|
|
|
YoutubeHistoryIE,
|
|
|
|
YoutubeLiveIE,
|
|
|
|
YoutubePlaylistIE,
|
|
|
|
YoutubePlaylistsIE,
|
|
|
|
YoutubeRecommendedIE,
|
|
|
|
YoutubeSearchDateIE,
|
|
|
|
YoutubeSearchIE,
|
|
|
|
YoutubeSearchURLIE,
|
|
|
|
YoutubeShowIE,
|
|
|
|
YoutubeSubscriptionsIE,
|
|
|
|
YoutubeTruncatedIDIE,
|
|
|
|
YoutubeTruncatedURLIE,
|
|
|
|
YoutubeUserIE,
|
|
|
|
YoutubeWatchLaterIE,
|
|
|
|
)
|
|
|
|
from .zapiks import ZapiksIE
|
2017-04-09 12:02:44 +02:00
|
|
|
from .zaq1 import Zaq1IE
|
2017-11-05 18:07:35 +01:00
|
|
|
from .zattoo import (
|
2018-09-23 18:30:18 +02:00
|
|
|
BBVTVIE,
|
|
|
|
EinsUndEinsTVIE,
|
|
|
|
EWETVIE,
|
|
|
|
GlattvisionTVIE,
|
|
|
|
MNetTVIE,
|
|
|
|
MyVisionTVIE,
|
|
|
|
NetPlusIE,
|
|
|
|
OsnatelTVIE,
|
|
|
|
QuantumTVIE,
|
2017-11-05 18:07:35 +01:00
|
|
|
QuicklineIE,
|
|
|
|
QuicklineLiveIE,
|
2019-01-28 20:20:46 +01:00
|
|
|
SaltTVIE,
|
2018-09-23 18:30:18 +02:00
|
|
|
SAKTVIE,
|
|
|
|
VTXTVIE,
|
|
|
|
WalyTVIE,
|
2017-11-05 18:07:35 +01:00
|
|
|
ZattooIE,
|
|
|
|
ZattooLiveIE,
|
|
|
|
)
|
2016-02-10 13:24:49 +01:00
|
|
|
from .zdf import ZDFIE, ZDFChannelIE
|
2016-08-21 15:09:18 +02:00
|
|
|
from .zingmp3 import ZingMp3IE
|
2018-11-10 18:44:49 +01:00
|
|
|
from .zype import ZypeIE
|