aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/youtube:tab] Improvements to tab handling (#5487)pukkandan2022-11-111-137/+146
| | | | | | * Better handling of direct channel URLs - See https://github.com/yt-dlp/yt-dlp/pull/5439#issuecomment-1309322019 * Prioritize tab id from URL slug - Closes #5486 * Add metadata for the wrapping playlist * Simplify redirect for music playlists
* [extractor] Fix `fatal=False` for `_search_nuxt_data`pukkandan2022-11-111-1/+4
| | | | Closes #5423
* [extractor/nzherald] Support new video embed (#5493)Matthew2022-11-101-10/+38
| | | Authored by: coletdjnz
* [extractor/youtube] Ignore incomplete data error for comment replies (#5490)Matthew2022-11-101-5/+15
| | | | | When --ignore-errors is used. Closes https://github.com/yt-dlp/yt-dlp/issues/4669 Authored by: coletdjnz
* [extractor/youtube] Differentiate between no and disabled comments (#5491)Matthew2022-11-102-0/+6
| | | | | | | | `comments` and `comment_count` will be set to None, as opposed to an empty list and 0, respectively. Fixes https://github.com/yt-dlp/yt-dlp/issues/5068 Authored by: coletdjnz, pukkandan
* [extractor/youtube:tab] Fix video metadata from tabs (#5489)Matthew2022-11-101-12/+84
| | | | Closes #5488 Authored by: coletdjnz
* [extractor/doodstream] Remove extractorpukkandan2022-11-093-89/+51
| | | | | | It was added in youtube-dlc, likely without sufficient scrutiny Closes #3808, Closes #5251, Closes #5403
* [extractor/rumble] Add HLS formats and extract more metadata (#5280)MMM2022-11-092-59/+154
| | | | Closes #5177, #5277 Authored by: flashdagger
* [extractor/unsupported] Raise error on known DRM-only sites (#5483)Matthew2022-11-092-0/+94
| | | Authored by: coletdjnz
* [extractor/bitchute] Better error for geo-restricted videos (#5474)MMM2022-11-091-0/+19
| | | Authored by: flashdagger
* [extractor/youtube:tab] Update tab handling for redesign (#5439)Matthew2022-11-091-90/+238
| | | | Closes #5432, #5430, #5419 Authored by: coletdjnz, pukkandan
* [extractor/bitchute] Improve `BitChuteChannelIE` (#5066)MMM2022-11-091-41/+97
| | | Authored by: flashdagger, pukkandan
* [extractor/camsoda] Add extractor (#5465)zulaport2022-11-092-0/+60
| | | Authored by: zulaport
* [extractor/hotstar] Refactor v1 API callspukkandan2022-11-091-52/+29
|
* [extractor/hotstar] Add season support (#5479)m4tu4g2022-11-092-11/+53
| | | | Closes #5473 Authored by: m4tu4g
* [extractor/stripchat] Improve error message (#5475)Anant Murmu2022-11-081-0/+3
| | | Authored by: freezboltz
* [extractor/uktvplay] Fix `_VALID_URL`pukkandan2022-11-071-1/+4
| | | | Closes #5472
* [extractor/odnoklassniki] Support boosty.to embeds (#5105)megapro172022-11-071-19/+75
| | | | Closes #4212 Authored by: megapro17, Lesmiscore, pukkandan
* [extractor/mxplayer] Improve extractor (#5303)m4tu4g2022-11-071-9/+24
| | | | Closes #5276 Authored by: m4tu4g
* [extractor/niconico] Always use HTTPS for requestsLesmiscore2022-11-071-3/+3
| | | | | | This prevents MITM attacks from malicious parties like insane ISPs Closes #5469
* [extractor/foxnews] Add `FoxNewsVideo` extractorpukkandan2022-11-072-0/+24
| | | | Closes #5133
* [extractor/vlive] Extract `release_timestamp`pukkandan2022-11-071-0/+16
| | | | Closes #5424
* [cleanup] Lint and misc cleanuppukkandan2022-11-076-8/+9
|
* Update to ytdl-commit-de39d128pukkandan2022-11-078-197/+369
| | | | | | | [extractor/ceskatelevize] Back-port extractor from yt-dlp https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe Closes #5361, Closes #4634, Closes #5210
* [extractor/stripchat] Fix hostname for HLS stream (#5445)zulaport2022-11-071-19/+16
| | | | Closes #5227 Authored by: zulaport
* [extractor/telegram] Add playlist support and more metadata (#5358)bashonly2022-11-061-25/+121
| | | Authored by: bashonly, bsun0000
* [extractor/crunchyroll] Beta is now the only layout (#5294)Jeff Huffman2022-11-072-689/+25
| | | | Closes #5292 Authored by: tejing1
* [extractor/listennotes] Add extractor (#5310)Alex Karabanov2022-11-072-0/+87
| | | | Closes #5262 Authored by: lksj, pukkandan
* [extractor/qingting] Add extractor (#5329)changren-wcr2022-11-062-0/+48
| | | | Closes #5323 Authored by: changren-wcr, bashonly
* [extractor/tvp] Update extractors (#5346)lauren2022-11-062-71/+156
| | | | Closes #5328 Authored by: selfisekai
* [extractor/redgifs] Refresh auth token for 401 (#5352)Kevin Wood2022-11-061-8/+15
| | | | Closes #5351 Authored by: endotronic, pukkandan
* [extractor/youtube] Update piped instances (#5441)Bruno Guerreiro2022-11-061-5/+15
| | | | Closes #5286 Authored by: Generator
* [extractor/epoch] Support videos without data-trailer (#5387)Richard Gibson2022-11-061-1/+10
| | | | Closes #5359 Authored by: gibson042, pukkandan
* [extractor/swearnet] Add extractor (#5371)HobbyistDev2022-11-062-0/+74
| | | Authored by: HobbyistDev
* [extractor/deuxm] Add extractors (#5388)CrankDatSouljaBoy2022-11-062-0/+80
| | | Authored by: CrankDatSouljaBoy
* [extractor/skyit] Fix extractors (#5442)nixxo2022-11-062-45/+39
| | | | Closes #5392 Authored by: nixxo
* [extractor/youtube] Update playlist metadata extraction for new layout (#5376)Matthew2022-11-061-71/+82
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/5373 Authored by: coletdjnz
* [extractor/lbry] Authenticate with cookies (#5435)MMM2022-11-051-5/+34
| | | | Closes #5431 Authored by: flashdagger
* [extractor/twitcasting] Fix `data-movie-playlist` extraction (#5453)Lesmiscore2022-11-051-1/+12
| | | Authored by: Lesmiscore
* [extractor/oftv] Add extractors (#5134)sam2022-11-052-0/+58
| | | | Closes #5017 Authored by: DoubleCouponDay
* [extractor/youtube] Improve chapter parsing from descriptionpukkandan2022-11-051-1/+6
| | | | Closes #5448
* [extractor/genius] Add extractors (#5221)bashonly2022-11-042-0/+131
| | | | Closes #5209 Authored by: bashonly
* [extractor/bbc] Support onion domains (#5211)sam2022-11-041-1/+12
| | | Authored by: DoubleCouponDay
* [extractor/agora] Add extractors (#5101)lauren2022-11-042-0/+259
| | | Authored by: selfisekai
* [extractor/bitchute] Simplify extractor (#5066)pukkandan2022-11-041-52/+61
| | | | | | | | | | * Check alternate domains when a URL does not work * Obey `--no-check-formats` * Remove webseeds (doesnt seem to exist anymore) Authored by: flashdagger, pukkandan Co-authored-by: Marcel <flashdagger@googlemail.com>
* [kaltura] Support playlists (#4986)James Woglom2022-11-041-15/+181
| | | Authored by: jwoglom, pukkandan
* [extractor] Improve `_generic_title`pukkandan2022-10-3116-34/+21
|
* [extractor/japandiet] Add extractors (#5368)Lesmiscore2022-10-312-0/+284
| | | Authored by: Lesmiscore
* [extractor/youtube] Fix `duration` for premieres (#5382)nosoop2022-10-291-4/+3
| | | | Closes #5378 Authored by: nosoop
* [extractor/youtube] Fix `live_status` extraction for playlist videoscoletdjnz2022-10-271-0/+1
| | | | | | Regression in https://github.com/yt-dlp/yt-dlp/commit/867c66ff97b0639485a2b6ebc28f2e0df0bf8187 Authored by: coletdjnz