aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [patreon] Support vimeo embeds (#349)rhsmachine2021-05-271-0/+31
| | | Authored by: rhsmachine
* [extractor] Always prefer native hls downloader by defaultpukkandan2021-05-264-10/+6
| | | | When the manifest is not downloadable by native downloader, it already is able to detect it and switch to `ffmpeg`. So there doesn't seem to be a reason anymore to use ffmpeg as the preferred downloader
* [ard] Allow URLs without `-` before idOliver Freyermuth2021-05-231-1/+4
| | | | | | https://github.com/ytdl-org/youtube-dl/pull/29091 Authored by: olifre
* [extractor] Skip subtitles without URI in m3u8 manifestspukkandan2021-05-231-1/+7
| | | | | | Closes #339 Authored by: hheimbuerger
* [Sonyliv] Add subtitle support (#342)Ashish2021-05-231-1/+9
| | | Authored by: Ashish0804
* [ShemarooMe] Add extractor (#332)Ashish2021-05-232-0/+77
| | | | Closes #307 Co-authored-by: Ashish0804, pukkandan
* [youtube] Fix bug where not all hls formats were extractedpukkandan2021-05-231-1/+1
| | | | Bug introduced in 9297939ec358f24678b566b2bd2211c51f9f99ed
* [SonyLIV] Add SonyLIVSeriesIE (#331)Ashish2021-05-222-2/+50
| | | Authored by: Ashish0804
* [telemundo] add extractor (#327)king-millez2021-05-222-0/+59
| | | | Closes #284 Authored by: king-millez
* [youtube] `/live` URLs should raise error if channel is not livepukkandan2021-05-211-18/+26
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29090
* Update to ytdl-commit-dfbbe29pukkandan2021-05-2010-44/+145
| | | | | [redbulltv] fix embed data extraction https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b
* [parlview] Add extractor (#322)king-millez2021-05-202-0/+69
| | | Authored by: king-millez
* [youtube] Add `html5=1` param to `get_video_info` page requests (#329)coletdjnz2021-05-201-1/+3
| | | | | Workaround for #319, https://github.com/ytdl-org/youtube-dl/issues/29086 Authored by: colethedj
* [youtube] Better message when login requiredpukkandan2021-05-202-10/+24
|
* [audius:artist] Add extractor (#323)king-millez2021-05-202-1/+30
| | | | Authored by: king-millez
* [youtube] Sort audio-only formats correctlypukkandan2021-05-191-4/+6
| | | | Closes #317
* [cleanup] linter, code formatting and readmepukkandan2021-05-192-1/+3
|
* [tenplay] Fix extractor (#314)king-millez2021-05-191-34/+53
| | | Authored by: king-millez
* [youtube] Always extract `maxresdefault` thumbnailpukkandan2021-05-181-7/+15
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29049
* [youtube:tab] Support youtube music `MP` pagespukkandan2021-05-181-0/+15
|
* [youtube:tab] Redirect `UC` channels that doesn't have a `videos` tabpukkandan2021-05-181-0/+53
| | | | | Many topic URLs don't have a videos tab, but has an equivalent `UU` playlist. If there is no playlist, fallback to using channel page
* [youtube:tab] Support youtube music `VL` and `browse` pagespukkandan2021-05-181-14/+50
|
* [youtube:tab] Support channel searchpukkandan2021-05-181-2/+15
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29071
* [cleanup] youtube testspukkandan2021-05-181-31/+27
|
* [youtube:tab] Show alerts only from the final webpagepukkandan2021-05-181-20/+25
|
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-1750-122/+125
|
* [Youtube] Extract more formats for `music.youtube` URLs (#311)coletdjnz2021-05-151-49/+112
| | | | | Based on: https://github.com/ytdl-org/youtube-dl/pull/28778, https://github.com/ytdl-org/youtube-dl/pull/26160 Co-authored-by: craftingmod, colethedj, pukkandan
* [youtube] Add language namespukkandan2021-05-151-2/+6
| | | | | | Co-authored by: nixxo, tpikonen Based on: https://github.com/ytdl-org/youtube-dl/pull/26112 Closes: #310
* Add field `name` for subtitlespukkandan2021-05-151-0/+2
| | | | | | Co-authored by: pukkandan, tpikonen Based on: #310, https://github.com/ytdl-org/youtube-dl/pull/26112
* [youtube] multiple subtitles in same languagepukkandan2021-05-151-3/+9
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/21164 Related: #310, https://github.com/ytdl-org/youtube-dl/pull/26112
* [youtube] Extract audio languagepukkandan2021-05-141-1/+7
|
* Standardize `write_debug`pukkandan2021-05-142-14/+10
|
* [cleanup] Fix typospukkandan2021-05-111-1/+1
|
* [common] bugfix for when `compat_opts` is not givenpukkandan2021-05-111-1/+1
|
* [rmcdecouverte] Generalize `_VALID_URL`pukkandan2021-05-111-2/+9
| | | | Closes #291
* Release 2021.05.11pukkandan2021-05-111-1/+1
| | | | * and some documentation improvements
* [generic] Respect the encoding in manifestpukkandan2021-05-111-1/+4
|
* Option `--compat-options` to revert some of yt-dlp's changespukkandan2021-05-112-3/+12
| | | | * Deprecates `--list-formats-as-table`, `--list-formats-old`
* [Plugins] Prioritize plugins over standard extractorspukkandan2021-05-091-3/+3
| | | | | | and prevent plugins from overwriting the standard extractor classes Closes #304
* Update to ytdl-commit-a726009pukkandan2021-05-0614-101/+222
| | | | | [blinkx] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0
* [plutotv] Fix format extraction for some urlspukkandan2021-05-061-6/+17
| | | | | * And fallback to the first urls if ad-free urls can't be found Closes #299
* [plutotv] Extract subtitles from manifestspukkandan2021-05-061-15/+19
|
* [SonyLiv] Fix `title` and `series` extraction (#301)Ashish2021-05-061-7/+4
| | | Authored by: Ashish0804
* [utils] Add `network_exceptions`pukkandan2021-05-042-10/+4
|
* [blinkx] Minor fixpukkandan2021-05-041-2/+2
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/28941
* [zee5] Fix py2 compatibilitypukkandan2021-05-031-4/+4
|
* [whowatch] Add extractor #292The Hatsune Daishi2021-05-023-1/+103
| | | | | | closes #223 Authored by: nao20010128nao Modified from: https://github.com/nao20010128nao/ytdl-patched/blob/9e4a0e061a558cdb05a618e27f47ca0ac56ece94/youtube_dl/extractor/whowatch.py
* [ukcolumn] Add Extractorpukkandan2021-05-022-0/+73
| | | | Closes #287
* [CBS] Improve `_VALID_URL` to support moviespukkandan2021-05-011-1/+10
| | | | | Closes #290 Tested by: BeeMuffins
* [youtube] Add `oembed` to reserved namespukkandan2021-05-011-1/+1
|