summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2021.01.24 2021.01.24Sergey M․2021-01-249-380/+422
|
* [ChangeLog] ActualizeSergey M․2021-01-241-0/+24
| | | | [ci skip]
* [franceculture] Make thumbnail optional (closes #18807)Sergey M․2021-01-231-3/+7
|
* [franceculture] Fix extraction (closes #27891) (#27903)Aurélien Grosdidier2021-01-231-5/+5
| | | Co-authored-by: Sergey M. <dstftw@gmail.com>
* [options] Clarify --extract-audio help string (closes #27878)Sergey M․2021-01-231-1/+1
|
* Introduce --output-na-placeholder (closes #27896)Sergey M․2021-01-225-8/+21
|
* [njpwworld] fix extraction (#27890)aarubui2021-01-221-26/+28
|
* [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-168-15/+16
|
* [ChangeLog] ActualizeSergey M․2021-01-161-0/+31
| | | | [ci skip]
* [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
|
* [workflows/ci.yml] Run CI on PRsSergey M․2021-01-141-1/+1
|
* [YoutubeDL] Raise syntax error for format selection expressions with ↵Sergey M․2021-01-142-0/+3
| | | | 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)
* [workflows/ci.yml] Change ubuntu-latest to ubuntu-18.04Sergey M․2021-01-111-3/+3
| | | | | | | ubuntu-latest alias will be switched to ubuntu-20.04 soon (see [1]) which lacks python 3.3 and 3.4 (see [2]). 1. https://github.blog/changelog/2020-10-29-github-actions-ubuntu-latest-workflows-will-use-ubuntu-20-04/ 2. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
* [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
|