Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-19 | [infoq] Avoid crash if the page has no `mp3Form` | gudata | |
* proposed fix for issue #31131, aligns with yt-dlp Co-authored-by: dirkf <fieldhouse@gmx.net> | |||
2022-08-19 | [uktvplay] Support domain without .uktv | dirkf | |
2022-08-19 | [jsinterp] Clean up and pull yt-dlp style | dirkf | |
* add compat_re_Pattern * improve compat_collections_chain_map * use class JS_Undefined * remove unused code | |||
2022-08-19 | [jsinterp] Handle regexp literals and throw/catch execution (#31182) | dirkf | |
* based on https://github.com/yt-dlp/yt-dlp/commit/f6ca640b122239d5ab215f8c2564efb7ac3e8c65, thanks pukkandan * adds parse support for regexp flags | |||
2022-08-17 | [jsinterp] Improve JS language support (#31175) | dirkf | |
* operator ?? * operator ?. * operator ** * accurate operator functions * `undefined` handling * object literals {a: 1, "b": expr} * more tests for weird JS comparisons: see https://github.com/ytdl-org/youtube-dl/issues/31173#issuecomment-1217854397. | |||
2022-08-15 | [postprocessor] Don't replace existing value with null metadata parsed from ↵ | dirkf | |
title | |||
2022-08-14 | [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 ↵ | dirkf | |
(#31170) * back-port from yt-dlp 8f53dc44a0cc1c2d98c35740b9293462c080f5d0, thanks pukkandan * also support void, improve <</>> precedence, improve expressions in comma-list * add more tests | |||
2022-08-10 | [core] Make `--max-downloads ...` stop immediately on reaching the limit | dirkf | |
Based on and closes #26638. | |||
2022-08-09 | [test, etc] Improve download test logs; also clean up some new flake8 issues ↵ | dirkf | |
(#31153) * [test] Identify testcase errors better * [test] Identify download errors better * [extractor/minds] Linter * [extractor/aes] Linter | |||
2022-07-30 | [aenetworks] Update _THEPLATFORM_KEY and _THEPLATFORM_SECRET (#29749) | Wes | |
Fixes ytdl-org/youtube-dl#29300 | |||
2022-07-12 | [VVVVID] Support video/dash types (#31060) | Kyraminol Endyeran | |
Resolves #31030. | |||
2022-07-03 | [options] Improve be35e53 (--match-/reject-title parameter value) | dirkf | |
Resolves #31064. | |||
2022-06-26 | [Mediaset] Support player version number in URL pattern | dirkf | |
Ref: https://github.com/yt-dlp/yt-dlp/issues/4141 | |||
2022-06-15 | [NHK] Use new API URL | dirkf | |
2022-06-12 | [XHamster] Support xhday.com alias, extract `uploader_id` | dirkf | |
* support xhday.com alias for xhamster.com (resolves #31023) Authored by: dirkf * extract `uploader_id`: from https://github.com/yt-dlp/yt-dlp/commit/908b56eaf7872149706dbd7fa071f838d0c786b7 (PR https://github.com/yt-dlp/yt-dlp/pull/844) Authored by: octotherp | |||
2022-06-10 | [utils, etc] Kill child processes when yt-dl is killed | pukkandan | |
* derived from PR #26592, closes #26592 Authored by: Unrud | |||
2022-06-09 | [YouTube] Support JSON3 subtitle format | dirkf | |
* subtitle tests updated to match | |||
2022-06-06 | [HRFernsehen] Back-port new extractor from yt-dlp | dirkf | |
Closes #26445, where this was originally proposed. | |||
2022-06-06 | [utils] Escape URL while sanitizing | pukkandan | |
Closes #31008, #yt-dlp/263 While this fixes the issue in question, it does not try to address the root-cause of the problem Refer: 915f911e365736227e134ad654601443dbfd7ccb, f5fa042c82300218a2d07b95dd6b9c0756745db3 | |||
2022-05-28 | [YouPorn] Improve `upload_date` extraction | dirkf | |
See https://github.com/yt-dlp/yt-dlp/issues/2701#issuecomment-1034341883 | |||
2022-05-28 | [utils] Enable ALPN in HTTPS to satisfy broken servers | dirkf | |
See https://github.com/yt-dlp/yt-dlp/issues/3878 | |||
2022-05-24 | [YouTube] Handle player c5a4daa1 with indirect n-function definition | dirkf | |
* resolves #30976 | |||
2022-05-20 | Update options.py | Jacob Chapman | |
2022-05-19 | [wat.tv] Add version `pver` to metadata API call | dirkf | |
Resolves #30959. | |||
2022-05-09 | [NHK] Support alphabetic characters in 7-char NhkVod IDs (#29682) | dirkf | |
2022-04-29 | [streamcz] Remove empty `'{}'.format()` for Py2.6 | dirkf | |
Use `'-join()'` here, or `{0}`, ..., in general. | |||
2022-04-28 | [KTH] Add new extractor for KTH play (#30885) | Árni Dagur | |
* Implement extractor for KTH play * Make KTH Play url regex more relaxed | |||
2022-04-15 | [Youtube] Fix "n" descrambling for player fae06c11 | dirkf | |
Resolves #30856. | |||
2022-04-05 | [RAI] Fix extraction of http formats | nixxo | |
From https://github.com/yt-dlp/yt-dlp/pull/3272 Closes https://github.com/yt-dlp/yt-dlp/issues/3270 Authored by: nixxo | |||
2022-04-05 | [RAI] Extend formats with direct http mp4 link (PR #27990) | nixxo | |
* initial support for creating direct mp4 link * improved regexes and info extraction * added "connection: close" to request headers * updated to https://github.com/yt-dlp/yt-dlp/pull/208 | |||
2022-04-05 | [RAI] Added checks for DRM protected content (PR #27657) | nixxo | |
reviewed by pukkandan (https://github.com/yt-dlp/yt-dlp/pull/150) | |||
2022-04-01 | [extractor/bilibili] Fix path "/audio/auxxxxx" download return 403 | lihan7 | |
2022-03-25 | Ignore --external-downloader-args if --external-downloader was rejected | dirkf | |
... and generate warning | |||
2022-02-26 | Make default upload_/release_date a compat_str | df | |
Ensures download tests pass in Python 2 as well as 3; also add YoutubeDL tests for timestamp -> upload_date etc. | |||
2022-02-26 | Avoid skipping ID when unlisted_hash is numeric | dirkf | |
Pattern needed a non-greedy match; also replaced a redundant test with one for this, issue 29690 | |||
2022-02-24 | [Alsace20TV] Add new extractors Alsace20TVIE, Alsace20TVEmbedIE | dirkf | |
2022-02-24 | [CPAC] Add extractor for Canadian Parliament | dirkf | |
CPACIE: single episode CPACPlaylistIE: playlists and searches | |||
2022-02-24 | Fixed groups() call on potentially empty regex search object (#30676) | dirkf | |
* Fixed groups() call on potentially empty regex search object. - https://github.com/ytdl-org/youtube-dl/issues/30521 * minimising lines changed Co-authored-by: yayorbitgum <50963144+yayorbitgum@users.noreply.github.com> | |||
2022-02-24 | [aliexpress] Fix test case | marieell | |
2022-02-24 | [bigo] add support for bigo.tv (#30635) | Lesmiscore (Naoya Ozaki) | |
* [bigo] add support for bigo.tv * [bigo] prepend "Bigo says" * title fallback * add error for invalid json data | |||
2022-02-14 | [rutv] fix vbr for empty string value (#30623) | Vladimir Stavrinov | |
* [rutv] use str_to_int() (thx dirkf) | |||
2022-02-14 | add missing __future__ import unicode_literals | Petr Vaněk | |
2022-02-14 | resolve problem with unpacking operator for <py3.5 | Petr Vaněk | |
2022-02-14 | [streamcz] test fixes and one additional test | Petr Vaněk | |
2022-02-14 | do not use f-strings | Petr Vaněk | |
2022-02-14 | avoid traverse_obj function | Petr Vaněk | |
2022-02-14 | revert: use _match_valid_url function | Petr Vaněk | |
2022-02-14 | [streamcz] cherry-pick from yt-dlp | Petr Vaněk | |
Cherry-picked-from: 7d449fff5346 ("[streamcz] Fix extractor (#1616)") | |||
2022-02-11 | [extractor/videa] Back-port from yt-dlp PRs 463+1028 | dirkf | |
Authored by: nyuszika7h | |||
2022-02-11 | [extractor/videa] fix extraction in Py2 | kikuyan | |
Fixes #30416 |