about summary refs log tree commit diff
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
* [comedycentral] fix extraction(closes #27905)Remita Amine2021-01-214-146/+38
|
* [wat] remove unused variableRemita Amine2021-01-211-9/+0
|
* [wat] fix format extraction(closes #27901)Remita Amine2021-01-211-42/+13
|
* [americastestkitchen] improve season extractionRemita Amine2021-01-211-31/+31
|
* [americastestkitchen] Add support for downloading entire seasons (#27861)Brian Marks2021-01-212-1/+71
|
* [trovo] Add new extractor(closes #26125)Remita Amine2021-01-192-0/+197
|
* [aol] add support for yahoo videos(closes #26650)Remita Amine2021-01-191-3/+9
|
* [yahoo] fix single video extractionRemita Amine2021-01-191-40/+40
|
* [lbry] unescape lbry uri(closes #27872)Remita Amine2021-01-191-1/+8
|
* [ninegag] improve extractionRemita Amine2021-01-191-106/+83
|
* [9gag] Fix Extraction (#23022)DrWursterich2021-01-191-78/+122
|
* [americastestkitchen] Improve metadata extraction for ATK episodes (#27860)Brian Marks2021-01-181-2/+28
|
* [aljazeera] fix extraction(closes #20911)(closes #27779)Remita Amine2021-01-171-9/+32
|
* [minds] improve extractionRemita Amine2021-01-172-133/+165
|
* [Minds] Add new extractor (#17934)Tatsh2021-01-172-0/+169
|
* [ard] Fix title and description extraction and update tests (#27761)Adrian Heine né Lang2021-01-171-18/+18
|
* [aenetworks] Fix test (#27847)Adrian Heine né Lang2021-01-171-1/+1
|
* [spotify] Add new extractor for Spotify Podcasts(closes #27443)Remita Amine2021-01-162-0/+160
|
* release 2021.01.16 2021.01.16Sergey M․2021-01-161-1/+1
|
* [mixcloud:playlist:base] Fix video id extraction in flat playlist mode (refs ↵Sergey M․2021-01-161-5/+3
| | | | #27787)
* [animeondemand] Add support for lazy playlist extraction (closes #27829)Sergey M․2021-01-161-10/+16
|
* [YoutubeDL] Protect from infinite recursion due to recursively nested ↵Sergey M․2021-01-161-107/+129
| | | | playlists (closes #27833)
* [twitter] Add tests for more cardsRemita Amine2021-01-151-1/+19
|
* [youporn] Restrict fallback download URL (refs #27822)Sergey M․2021-01-151-1/+1
|
* [youporn] Improve height and tbr extraction (refs #23659, refs #20425)Sergey M․2021-01-151-1/+5
|
* [youporn] Fix extraction (closes #27822)Sergey M․2021-01-151-1/+1
|
* [twitter] Add support for unified cards (closes #27826)Sergey M․2021-01-151-2/+26
|
* [twitch] Set OAuth token for GraphQL requests using auth-token cookie (#27790)main()2021-01-141-4/+8
| | | Co-authored-by: remitamine <remitamine@gmail.com>
* [YoutubeDL] Ignore failure to create existing directory (#27811)Aaron Zeng2021-01-141-0/+2
|
* [YoutubeDL] Raise syntax error for format selection expressions with ↵Sergey M․2021-01-141-0/+2
| | | | multiple + operators (closes #27803)
* [Mixcloud] Harmonize ID generation from lists with full ID generation (#27787)Aarni Koskela2021-01-131-2/+9
| | | | | | | | | Mixcloud IDs are generated as `username_slug` when the full ID dict has been downloaded. When downloading a list (e.g. uploads, favorites, ...), the temporary ID is just the `slug`. This made e.g. archive file usage require the download of stream metadata before the download can be rejected as already downloaded. This commit attempts to get the uploader username during the GraphQL query, so the temporary IDs are generated similarly.
* [cspan] improve info extraction(closes #27791)Remita Amine2021-01-131-1/+26
|
* [adn] improve info extractionRemita Amine2021-01-121-35/+44
|
* [ADN] Fix extraction (#27732)Adrian Heine né Lang2021-01-121-59/+86
| | | Closes #26963.
* [youtube:search] fix view_count and try to extract all video sections(closes ↵Remita Amine2021-01-111-67/+50
| | | | #27588)(closes #27604)
* [twitch] Improve login error extractionSergey M․2021-01-101-1/+2
|
* [twitch] Fix authentication (refs #27743)Sergey M․2021-01-101-1/+1
|
* [threeqsdn] Improve extraction(closes #21058)Remita Amine2021-01-091-68/+90
|
* [peertube] Extract files also from streamingPlaylists (#27728)0l-l02021-01-081-1/+21
| | | | | | | JSON objects with an empty "files" tag seem to be a valid PeerTube API response. In those cases the "files" arrays contained in the "streamingPlaylists" members can be used instead. closes #26002 closes #27586
* [khanacademy] fix extraction(closes #2887)(closes #26803)Remita Amine2021-01-082-57/+85
|
* [spike] Update Paramount Network feed URL(closes #27715)Remita Amine2021-01-081-1/+7
|
* release 2021.01.08 2021.01.08Sergey M․2021-01-081-1/+1
|
* [rai] improve subtitles extraction (#27705)nixxo2021-01-071-17/+33
| | | closes #27698
* [canvas] Match only supported VRT NU URLs(#27707)Remita Amine2021-01-071-1/+1
|
* [extractors] add BibelTVIE importRemita Amine2021-01-061-0/+1
|
* [bibeltv] Add new extractor(closes #14361)Remita Amine2021-01-061-0/+30
|
* [bfmtv] Add new extractor(closes #16053)(closes #26615)Remita Amine2021-01-062-0/+108
|
* [sbs] Add support for ondemand play and news embed URLs(closes ↵Remita Amine2021-01-061-2/+11
| | | | #17650)(closes #27629)
* [twitch] RefactorSergey M․2021-01-061-25/+23
|
* [twitch] Drop legacy kraken API v5 code altogetherSergey M․2021-01-061-83/+0
|