Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-16 | [spotify] Add new extractor for Spotify Podcasts(closes #27443) | Remita Amine | |
2021-01-16 | release 2021.01.162021.01.16 | Sergey M․ | |
2021-01-16 | [ChangeLog] Actualize | Sergey M․ | |
[ci skip] | |||
2021-01-16 | [mixcloud:playlist:base] Fix video id extraction in flat playlist mode (refs ↵ | Sergey M․ | |
#27787) | |||
2021-01-16 | [animeondemand] Add support for lazy playlist extraction (closes #27829) | Sergey M․ | |
2021-01-16 | [YoutubeDL] Protect from infinite recursion due to recursively nested ↵ | Sergey M․ | |
playlists (closes #27833) | |||
2021-01-15 | [twitter] Add tests for more cards | Remita Amine | |
2021-01-15 | [youporn] Restrict fallback download URL (refs #27822) | Sergey M․ | |
2021-01-15 | [youporn] Improve height and tbr extraction (refs #23659, refs #20425) | Sergey M․ | |
2021-01-15 | [youporn] Fix extraction (closes #27822) | Sergey M․ | |
2021-01-15 | [twitter] Add support for unified cards (closes #27826) | Sergey M․ | |
2021-01-14 | [twitch] Set OAuth token for GraphQL requests using auth-token cookie (#27790) | main() | |
Co-authored-by: remitamine <remitamine@gmail.com> | |||
2021-01-14 | [YoutubeDL] Ignore failure to create existing directory (#27811) | Aaron Zeng | |
2021-01-14 | [workflows/ci.yml] Run CI on PRs | Sergey M․ | |
2021-01-14 | [YoutubeDL] Raise syntax error for format selection expressions with ↵ | Sergey M․ | |
multiple + operators (closes #27803) | |||
2021-01-13 | [Mixcloud] Harmonize ID generation from lists with full ID generation (#27787) | Aarni Koskela | |
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. | |||
2021-01-13 | [cspan] improve info extraction(closes #27791) | Remita Amine | |
2021-01-12 | [adn] improve info extraction | Remita Amine | |
2021-01-12 | [ADN] Fix extraction (#27732) | Adrian Heine né Lang | |
Closes #26963. | |||
2021-01-11 | [youtube:search] fix view_count and try to extract all video sections(closes ↵ | Remita Amine | |
#27588)(closes #27604) | |||
2021-01-11 | [workflows/ci.yml] Change ubuntu-latest to ubuntu-18.04 | Sergey M․ | |
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 | |||
2021-01-10 | [twitch] Improve login error extraction | Sergey M․ | |
2021-01-10 | [twitch] Fix authentication (refs #27743) | Sergey M․ | |
2021-01-09 | [threeqsdn] Improve extraction(closes #21058) | Remita Amine | |
2021-01-08 | [peertube] Extract files also from streamingPlaylists (#27728) | 0l-l0 | |
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 | |||
2021-01-08 | [khanacademy] fix extraction(closes #2887)(closes #26803) | Remita Amine | |
2021-01-08 | [spike] Update Paramount Network feed URL(closes #27715) | Remita Amine | |
2021-01-08 | release 2021.01.082021.01.08 | Sergey M․ | |
2021-01-08 | [ChangeLog] Actualize | Sergey M․ | |
[ci skip] | |||
2021-01-07 | [rai] improve subtitles extraction (#27705) | nixxo | |
closes #27698 | |||
2021-01-07 | [canvas] Match only supported VRT NU URLs(#27707) | Remita Amine | |
2021-01-06 | [extractors] add BibelTVIE import | Remita Amine | |
2021-01-06 | [bibeltv] Add new extractor(closes #14361) | Remita Amine | |
2021-01-06 | [bfmtv] Add new extractor(closes #16053)(closes #26615) | Remita Amine | |
2021-01-06 | [sbs] Add support for ondemand play and news embed URLs(closes ↵ | Remita Amine | |
#17650)(closes #27629) | |||
2021-01-06 | [twitch] Refactor | Sergey M․ | |
2021-01-06 | [twitch] Drop legacy kraken API v5 code altogether | Sergey M․ | |
2021-01-06 | [twitch:vod] Switch to GraphQL for video metadata | Sergey M․ | |
2021-01-05 | [canvas] Fix VRT NU extraction(closes #26957)(closes #27053) | Remita Amine | |
2021-01-06 | [twitch] Improve access token extraction and remove unused code (closes #27646) | Sergey M․ | |
2021-01-06 | [twitch] Switch access token to GraphQL and refactor. | 23rd | |
2021-01-06 | [rai] Detect ContentItem in iframe (closes #12652) (#27673) | nixxo | |
Co-authored-by: Sergey M. <dstftw@gmail.com> | |||
2021-01-05 | [ketnet] fix extraction(closes #27662) | Remita Amine | |
2021-01-05 | [dplay] Add suport Discovery+ domains(closes #27680) | Remita Amine | |
2021-01-05 | [motherless] Fix review issues and improve extraction (closes #26495, closes ↵ | Sergey M․ | |
#27450) | |||
2021-01-05 | [motherless] Fix recent videos upload date extraction (closes #27661) | cladmi | |
Less than a week old videos use a '20h ago' or '1d ago' format. I kept the support for 'Ago' with uppercase start at is was already in the code. | |||
2021-01-05 | [travis] Drop Travis CI (closes #7193, closes #12366) | Sergey M․ | |
2021-01-05 | [workflows/ci.yml] Add support for jython | Sergey M․ | |
2021-01-05 | [downloader/hls] Disable decryption in tests (#27660) | Kevin O'Connor | |
Tests truncate the download to 10241 bytes, which is not divisible by 16 and cannot be decrypted. Tests don't really care about the decrypted content, just that the data they retrieved is the expected data. Therefore, it's fine to just return the encrypted data to tests. See: #27621 and #27620 | |||
2021-01-04 | [iheart] Update test description value (#27037) | Yurii H | |
the description has no HTML tags now. |