2024-03-12 11:44 | [Vimeo] Improve `config` extraction (#32742) | Zizheng Guo | 1 | +2 | -2 |
2023-09-16 14:02 | [Videa] Fix extraction * update API URL * from https://github.com/yt-dlp/yt-dlp/pull/8003 * thanks to the authors! | hatsomatt | 1 | +4 | -1 |
2024-02-29 14:12 | [Videa] Align with yt-dlp | dirkf | 1 | +26 | -13 |
2024-02-21 00:18 | [XFileShare] Update extractor for 2024 * simplify aa_decode() * review and update supported sites and tests * in above, include FileMoon.sx, and remove separate module * incorporate changes from yt-dlp * allow for decoding multiple scripts (eg, FileMoon) * use new JWPlayer extraction | dirkf | 3 | +193 | -147 |
2024-02-21 00:09 | [InfoExtractor] Rework and improve JWPlayer extraction * use traverse_obj() and _search_json() * support playlist `.load({**video1},{**video2}, ...)` * support transform_source=... for _extract_jwplayer_data() | dirkf | 1 | +22 | -33 |
2024-02-21 00:03 | [InfoExtractor] Add `_search_json()` * uses the error diagnostic to truncate the JSON string * may be confused by non-C-Pythons | dirkf | 1 | +55 | -0 |
2024-03-04 20:52 | [utils] Let int_or_none() accept a base, like int() | dirkf | 2 | +6 | -2 |
2024-03-04 01:27 | [utils] Handle user:pass in URLs (#28801) | Hubert Hirtz | 2 | +34 | -1 |
2024-02-22 12:54 | [caffeine.tv] Add new extractor (#32514) | Aaron Tan | 2 | +80 | -0 |
2024-02-22 12:44 | [GBNews]Add new extractor for GB News TV channel (#29432) | dirkf | 2 | +140 | -0 |
2024-02-21 16:29 | [downloader/external] Fix WgetFD proxy (rev 2) | dirkf | 1 | +4 | -1 |
2024-02-18 20:55 | [Vbox7] Improve extraction, adding features from yt-dlp PR #9100 | dirkf | 1 | +53 | -27 |
2024-01-27 18:17 | [Vbox7IE] Sanitise ld+json containing unexpected characters * based on PR #29680 * added hack to force invoking `transform_source` * fixes #26218 | dirkf | 1 | +22 | -0 |
2024-01-27 15:57 | [Vbox7IE] Improve extraction * DASH extraction no longer fails with new range support * but always find combined formats if available * suppress ineffective XFF geo-bypass (causes time-outs) * adapted from https://github.com/ytdl-org/youtube-dl/pull/29680 * thx former GH user kikuyan | dirkf | 1 | +90 | -39 |
2024-01-27 15:45 | [InfoExtractor] Correctly resolve BaseURL in DASH manifest Specs: * ISO/IEC 23009-1:2012 section 5.6 * RFC 3986 section 5. | dirkf | 1 | +19 | -2 |
2024-01-27 15:37 | [InfoExtractor] Support byte range for DASH * adapted from https://github.com/ytdl-org/youtube-dl/pull/30279 * thx former GH user kikuyan | dirkf | 5 | +562 | -36 |
2024-01-27 00:07 | [downloader/dash] Support `range` in fragment (format f'{start}-{end}') * adapted from https://github.com/ytdl-org/youtube-dl/pull/30279 * thx former GH user kikuyan | dirkf | 1 | +7 | -2 |
2024-01-27 15:29 | [InfoExtractor] Support DASH subtitle extraction (yt-dlp back-port) | dirkf | 2 | +307 | -132 |
2024-01-15 18:38 | [YouTube] Fix `like_count` extraction using `likeButtonViewModel` * also fix various tests * TODO: check against yt-dlp tests | dirkf | 2 | +15 | -4 |
2024-01-15 18:34 | [YouTube] Rework n-sig processing, realigning with yt-dlp * apply n-sig before chunked fragments, fixes #32692 | dirkf | 1 | +289 | -185 |
2024-01-15 18:32 | [InfoExtractor] Support some warning and `._downloader` shortcut methods from yt-dlp | dirkf | 1 | +53 | -3 |
2024-01-20 18:28 | [compat] Rework compat for `method` parameter of `compat_urllib_request.Request` constructor * fixes #32573 * does not break `utils.HEADrequest` (eg) | dirkf | 2 | +31 | -10 |
2023-09-13 18:57 | [core] Fix format string injection for metadata JSON filename message. | mk-pmb | 1 | +2 | -2 |
2023-12-06 01:17 | [Epidemic Sound] Add new extractor (#32628) | Robotix | 2 | +102 | -0 |
2023-12-05 20:02 | [Imgur] Overhaul extractor module (#32612) | dirkf | 1 | +279 | -69 |
2023-12-02 15:25 | [telewebion] Fix extraction (#32634) | mimvahedi | 1 | +23 | -24 |
2023-11-28 17:26 | [utils] Make restricted filenames ignore characters in Unicode categories Mark, Other | dirkf | 1 | +2 | -1 |
2023-11-28 18:06 | [workflows/ci.yml] Use setup-python for now released Python 3.12 | dirkf | 1 | +19 | -15 |
2023-11-28 16:17 | [workflows/ci.yml] Actually use default values for push and pull_request | dirkf | 1 | +20 | -0 |
2023-10-18 13:28 | [workflows/ci.yml] Run apt-get update before installing | dirkf | 1 | +7 | -0 |
2023-11-15 23:54 | [Youtube] Update consent cookie handling to match site | ReenigneArcher | 1 | +4 | -10 |
2023-09-24 21:00 | [downloader] Fix baa6c5e: show ETA of http download as ETA instead of total d/l time | dirkf | 2 | +2 | -2 |
2023-09-03 22:15 | [utils] Revert bbd3e7e, updating docstring, test instead | dirkf | 2 | +24 | -25 |
2023-09-03 00:18 | [utils] Properly handle list values in update_url() | dirkf | 1 | +1 | -1 |
2023-09-03 00:13 | [test] Remove redundancy from lambda expected value regex | dirkf | 1 | +1 | -1 |
2023-08-27 18:08 | [S4C] Add thumbnail extraction, extract series as playlist | dirkf | 2 | +59 | -8 |
2023-08-31 16:16 | [ci.yml] Improve conditions for nosetest installations | dirkf | 1 | +2 | -2 |
2023-08-04 21:54 | [S4C] Add extractor for Sianel Pedwar Cymru | dirkf | 2 | +77 | -0 |
2023-07-30 20:50 | [utils] Advertise optional supported `Content-Encoding`s | dirkf | 1 | +7 | -2 |
2023-07-30 20:49 | [utils] Add and use `filter_dict()` from yt-dlp | dirkf | 1 | +7 | -4 |
2023-07-30 20:47 | [utils] Revise `isinstance()` tests (especially for str/unicode/bytes) to complete Linter fix | dirkf | 2 | +70 | -79 |
2023-07-30 20:45 | [utils] Avoid comparing `type(var)`, etc, to pass new Linter rules | dirkf | 2 | +7 | -5 |
2023-07-28 05:19 | [utils] Rework URL path munging for ., .. components | dirkf | 4 | +95 | -41 |
2023-07-28 05:03 | [utils] Rework decoding of `Content-Encoding`s | dirkf | 3 | +107 | -43 |
2023-07-28 09:52 | [workflows/ci.yml] Update to setup-java@v3 | dirkf | 1 | +1 | -1 |
2023-07-25 14:11 | [build] Fix typo in `devscripts/fish-completion.py` (fix 2285605) | dirkf | 1 | +1 | -1 |
2023-07-24 23:22 | [build] Extend use of `devscripts/utils` | dirkf | 15 | +99 | -74 |
2023-07-24 23:17 | [compat] Use `compat_open()` | dirkf | 16 | +68 | -55 |
2023-07-24 22:43 | [build] Add and use `devscripts/utils` | dirkf | 4 | +81 | -16 |
2023-07-24 02:30 | [utils] Fix update_Request() with empty data (not None) | dirkf | 2 | +16 | -4 |
2023-07-20 18:32 | [test/test_execution.py] Use `compat_subprocess_get_DEVNULL()` | dirkf | 1 | +2 | -5 |
2023-07-20 17:49 | [build] Fix various Jython CI and test issues | dirkf | 4 | +45 | -19 |
2023-07-20 15:36 | [workflows/ci.yml] Build 3.12 with pyenv | dirkf | 1 | +38 | -2 |
2023-07-20 14:49 | [doc] Update developer guidance * mention pynose * mention traverse_obj and add/revise examples | dirkf | 1 | +101 | -12 |
2023-07-20 11:42 | [workflows/ci.yml] Extend Python versions * add 3.10 - 3.12 * use https://pypi.org/project/pynose/ for Py >= 3.9 * test Windows with 3.4 * set defaults (main, both) except push: (all, core) | dirkf | 1 | +30 | -18 |
2023-07-20 04:29 | [utils] Remove stray undocumented Host header in redirect (fix 46fde7c) | dirkf | 1 | +2 | -1 |
2023-07-19 13:14 | [InfoExtractor] Add `_match_valid_url()` class method and refactor | dirkf | 3 | +49 | -22 |
2023-07-19 12:01 | [utils] Fix broken Py 3.11+ compat in `traverse_obj()` | dirkf | 1 | +32 | -4 |
2023-05-05 18:25 | [InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlp * add _search_nextjs_data(), from https://github.com/yt-dlp/yt-dlp/pull/1386 thanks selfisekai * add _search_nuxt_data(), from https://github.com/yt-dlp/yt-dlp/pull/1921, thanks Lesmiscore, pukkandan * add tests for the above * also fix HTML5 type recognition and tests, from https://github.com/yt-dlp/yt-dlp/commit/222a230871fe4fe63f35c49590379c9a77116819, thanks Lesmiscore * update extractors in PR using above, fix tests. | dirkf | 5 | +168 | -58 |
2023-05-03 23:08 | [Clipchamp] Add new extractor back-ported from yt-dlp | dirkf | 2 | +77 | -0 |
2023-05-03 09:07 | [DLF] Add site extractors back-ported from yt-dlp | dirkf | 2 | +208 | -0 |
2023-05-03 09:04 | [Whyp] Add extractor back-ported from yt-dlp | dirkf | 2 | +79 | -0 |
2023-05-03 09:02 | [GlobalPlayer] Add site extractors back-ported from yt-dlp | dirkf | 2 | +296 | -4 |
2023-05-03 12:08 | [InfoExtractor] Support groups in _`search_regex()`, etc | dirkf | 1 | +5 | -4 |
2023-05-03 09:54 | [utils] Minor updates (merge_dicts, T) | dirkf | 1 | +30 | -7 |
2023-05-03 11:06 | [utils] Improve js_to_json, align with yt-dlp * support variable substitution, from https://github.com/yt-dlp/yt-dlp/pull/#521 etc, thanks ChillingPepper, Grub4k, pukkandan * improve escape handling, from https://github.com/yt-dlp/yt-dlp/pull/#521 thanks Grub4k * support template strings from https://github.com/yt-dlp/yt-dlp/pull/6623 thanks Grub4k * add limited `!` evaluation (eg, !!0 -> false, see tests) | dirkf | 2 | +187 | -30 |
2023-05-03 11:40 | [utils] Align traverse_obj() with yt-dlp | dirkf | 2 | +23 | -23 |
2023-07-17 19:39 | [compat] Fix old Pythons broken loading of valueless cookie attributes | dirkf | 1 | +16 | -4 |
2023-07-13 19:14 | [test] Fixes for old Pythons | dirkf | 6 | +30 | -15 |
2023-07-11 20:51 | [doc] Warn against setting cookies with --add-header | dirkf | 1 | +4 | -2 |
2023-07-04 21:40 | [downloader/external] Fix cookie support | bashonly | 3 | +255 | -29 |
2023-07-04 19:41 | [core] Process header cookies on loading | Simon Sawicki | 4 | +357 | -33 |
2023-07-04 19:03 | [utils] `YoutubeDLCookieJar`: Add `get_cookie_header` and `get_cookies_for_url` methods | bashonly | 1 | +13 | -0 |
2023-06-07 18:38 | [core] Remove `Cookie` header on redirect to prevent leaks | dirkf | 2 | +36 | -4 |
2023-06-07 13:51 | [core] Update redirect handling from yt-dlp | dirkf | 2 | +484 | -79 |
2023-07-07 17:51 | [compat] Add Request and HTTPClient compat for redirect | dirkf | 1 | +28 | -0 |
2023-07-17 19:47 | [test] Make skipped tests in test_execution work with Py 2.6 | dirkf | 1 | +7 | -4 |
2023-07-07 17:45 | [core] Align error reporting methods with yt-dlp | dirkf | 3 | +36 | -16 |
2023-07-06 14:46 | [utils] Add {expected_type} and Iterable support to traverse_obj() | dirkf | 2 | +266 | -100 |
2023-07-07 17:41 | [core] Revert version display from b8a86dc | dirkf | 1 | +5 | -3 |
2023-07-04 15:06 | [Misc] Fixes for 2.6 compatibility | dirkf | 6 | +38 | -8 |
2023-06-30 02:52 | [workflows/ci.yml] Fix test support for Py 2.6 | dirkf | 3 | +83 | -56 |
2023-06-29 14:27 | [workflows/ci.yml] Restore test support for Py 3.2 | dirkf | 6 | +328 | -30 |
2023-06-22 23:15 | [workflows/ci.yml] Restore test support for Py 3.3, 3.4, and add 2.6 | dirkf | 1 | +1 | -3 |
2023-06-22 22:10 | [YouTube] Avoid crash in author extraction | dirkf | 1 | +1 | -1 |
2023-06-22 16:24 | [workflows/ci.yml] Replace actions/setup-python for legacy Pythons | dirkf | 1 | +4 | -2 |
2023-06-22 07:53 | [YouTube] Improve nsig function name extraction | pukkandan | 2 | +16 | -14 |
2023-06-17 23:52 | [YouTube] Improve fix for ae8ba2c Thx: https://github.com/yt-dlp/yt-dlp/commit/01aba25 | dirkf | 2 | +13 | -12 |
2023-06-17 14:36 | [YouTube] Fix `KeyError QV` in signature extraction failed * temporarily force missing global definition into sig JS * improve test: thanks https://github.com/yt-dlp/yt-dlp/issues/7327#issuecomment-1595274615 * resolves #32314 | dirkf | 2 | +11 | -2 |
2023-06-17 14:43 | [jsinterp] Don't find unrelated objects | dirkf | 1 | +7 | -7 |
2023-06-17 14:34 | [jsinterp] Fix test for failed match in extract_object() | dirkf | 1 | +1 | -1 |
2023-06-11 12:33 | [jsinterp] Fix div bug breaking player 8c7583ff | dirkf | 3 | +54 | -1 |
2023-05-26 19:25 | [core] Revise 1f7c6f8 to help downstream merger (possibly) | dirkf | 1 | +3 | -4 |
2023-05-23 16:11 | [compat] Fix casefold import __all__ syntax in a19855f | dirkf | 1 | +1 | -1 |
2023-05-23 15:19 | [ITV] Fix UA capitalisation in 384f632 | dirkf | 1 | +2 | -2 |
2023-05-19 12:12 | [core] Further improve platform debug log * see d1c6c5c | dirkf | 1 | +13 | -8 |
2023-05-19 12:09 | [jsinterp] Small updates for a85a875 * update signature tests * clarify NaN handling | dirkf | 3 | +16 | -7 |
2023-05-11 20:17 | [core] Improve platform debug log, based on yt-dlp | dirkf | 1 | +16 | -3 |
2023-05-11 20:02 | [jsinterp] Add short-cut evaluation for common expression * special handling for (d%e.length+e.length)%e.length speeds up ~6% | dirkf | 1 | +20 | -2 |
2023-05-11 19:59 | [jsinterp] Handle NaN in bitwise operators * also add _NaN * also pull function naming from yt-dlp | dirkf | 2 | +43 | -9 |
2023-05-11 19:53 | [utils] Fix `compiled_regex_type` in 249f2b6 | dirkf | 1 | +2 | -1 |
2023-04-23 21:58 | [YouTube] Support Releases tab | dirkf | 2 | +74 | -49 |
2023-04-21 13:04 | [jsinterp] Minimally handle arithmetic operator precedence | dirkf | 2 | +48 | -3 |
2023-04-12 23:15 | [DashSegmentsFD] Correctly detect errors when `fragment_retries` == 0 | dirkf | 1 | +7 | -7 |
2023-04-11 16:36 | [YouTube] Simplify signature patterns | dirkf | 1 | +3 | -5 |
2023-04-12 22:40 | [core] Sanitize info dict before dumping JSON (fixes fe7e130) (#32032) | Gabriel Nagy | 1 | +3 | -2 |
2023-04-10 16:12 | [core] Add and use sanitize_info() method from yt-dlp | dirkf | 1 | +34 | -4 |
2023-04-06 18:49 | [core] No longer importing copy | dirkf | 1 | +0 | -1 |
2023-04-06 18:42 | [core] Avoid deepcopy of ctx dict (fix f35b757) (Pt 2) | dirkf | 1 | +2 | -3 |
2023-04-06 13:11 | [core] Avoid deepcopy of ctx dict (fix f35b757) | dirkf | 1 | +1 | -1 |
2023-04-05 17:50 | [options] Add --mtime option, unsets default --no-mtime | dirkf | 1 | +5 | -1 |
2023-04-05 17:47 | [devscripts] Improve hack to convert command-line options to API options | dirkf | 2 | +26 | -3 |
2023-04-05 17:39 | [compat] Add and use `compat_open()` like Py3 `open()` | dirkf | 2 | +13 | -4 |
2023-04-05 17:29 | [FragmentFD] Fix iteration with infinite limit | dirkf | 1 | +11 | -11 |
2023-04-03 20:07 | [test] Update tests for Ubuntu 20.04 * 18.04 test runner was withdrawn * for now, disable Py 3.3/3.4 tests | dirkf | 1 | +13 | -11 |
2023-03-09 16:39 | [extractor/youtube] Bypass throttling for `-f17` | pukkandan | 1 | +4 | -9 |
2023-03-12 09:16 | [extractor/youtube] Construct fragment list lazily | pukkandan | 1 | +12 | -6 |
2023-03-19 02:27 | [utils] Ensure `allow_types` for `variadic()` is a tuple | dirkf | 2 | +3 | -0 |
2023-03-19 00:51 | [downloader/http] Only check for resumability when actually resuming | dirkf | 2 | +3 | -2 |
2023-03-14 13:01 | [AENetworksBaseIE] Report missing show data instead of crash | dirkf | 1 | +18 | -5 |
2023-03-14 00:58 | [devscripts] Add a hack to convert command-line options to API options | dirkf | 1 | +64 | -0 |
2023-03-13 19:45 | [core] Handle `/../` sequences in HTTP URLs | dirkf | 1 | +24 | -0 |
2023-03-11 12:17 | [FragmentFD] Respect `--no-continue` | dirkf | 4 | +58 | -37 |
2023-03-11 12:09 | [downloader] Let _ffmpeg_ handle DASH segments | dirkf | 1 | +1 | -1 |
2023-03-09 16:40 | [doc] Improve "guidance" on bug reporting | dirkf | 1 | +13 | -9 |
2023-03-07 15:49 | [doc] Recommend "Get cookies.txt LOCALLY" extension in README.md (#31763) | Sophira | 1 | +1 | -1 |
2023-03-05 23:07 | [jsinterp] Fix regexp parsing and .replace[All] method | dirkf | 2 | +93 | -37 |
2023-03-03 11:18 | [jsinterp] Handle `Date` at epoch 0 | pukkandan | 2 | +5 | -1 |
2023-02-28 17:33 | [Youtube] Construct dash formats with `range` query | pukkandan | 1 | +16 | -6 |
2023-02-24 02:48 | [YouTube] Support @owner format in uploader_id etc | dirkf | 1 | +194 | -125 |
2023-02-24 02:32 | [test] Support test-case with volatile ID (eg live show) | dirkf | 1 | +9 | -0 |
2021-06-01 12:35 | Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896eed5427b7dcdb3ab7b5a added escaping of URLs while sanitizing. However, `sanitize_url` may not always receive an actual URL. Eg: When using `youtube-dl "search query" --default-search ytsearch`, `search query` gets escaped to `search%20query` before being prefixed with `ytsearch:` which is not the intended behavior. So the escaping is moved to `sanitized_Request` instead. | pukkandan | 3 | +22 | -2 |
2023-02-20 01:41 | [Vimeo] Fix e19ec52 for tween-age Pythons | df | 1 | +1 | -1 |
2023-02-19 13:47 | [jsinterp] Fix dict comprehension for Py2.6 | dirkf | 1 | +1 | -1 |
2023-02-17 11:16 | [YouTube] Avoid crash if uploader_id extraction fails | dirkf | 1 | +3 | -1 |
2023-02-14 16:33 | [test] Avoid name TestIE which causes a pytest warning | dirkf | 1 | +2 | -2 |
2023-02-14 02:47 | [InfoExtractor] Handle unquoted values in OpenGraph searches | dirkf | 2 | +3 | -1 |
2023-02-11 02:54 | [StreamsbIE] Add extractor for streamsb.com (viewsb.com) (#31517) | fonkap | 2 | +62 | -0 |
2023-02-11 02:47 | [KommunetvIE] Add extractor for kommunetv.no (#31516) | fonkap | 2 | +36 | -0 |
2023-02-11 02:37 | [FileMoonIE] Add extractor for filemoon.sx (#31515) | fonkap | 2 | +44 | -0 |
2023-02-09 20:19 | [feat]: Add support to external downloader aria2p (#31500) | teddy171 | 5 | +193 | -24 |
2023-02-09 11:25 | [rbgtum] Add new extractor (#31305) | Valentin Metz | 2 | +101 | -0 |
2023-02-08 18:16 | [YouTube] Fix tests | dirkf | 1 | +48 | -7 |
2023-02-06 16:19 | [YouTube] Refresh compat/utils usage * import parse_qs() * import parse_qs in lazy_extractors (clears old TODO) * clean up old compiled lazy_extractors for Py2 * use update_url() | dirkf | 3 | +39 | -44 |
2023-02-06 15:50 | [compat] Update test_compat | dirkf | 1 | +2 | -2 |
2023-02-05 13:46 | [utils] Add parse_qs, update_url | dirkf | 1 | +32 | -32 |
2023-02-05 15:43 | [compat] Systematise compat_ naming | dirkf | 2 | +139 | -85 |
2023-02-04 23:18 | [test] Fix TestAgeRestriction | dirkf | 1 | +8 | -4 |
2022-06-20 22:15 | [YouTube] Add `signatureTimestamp` for age-gate bypass | dirkf | 1 | +32 | -2 |
2022-01-31 04:28 | [YouTube] Bypass age-gating for certain restricted videos | dirkf | 2 | +168 | -45 |
2023-02-11 03:25 | [Vimeo] Support /user{video_id}/{slug} URL format | dirkf | 1 | +33 | -22 |
2023-02-04 00:21 | [Vimeo] Fix `Unable to extract info section` redux * as reported in yt-dlp/yt-dlp#6149 * also allow newline in target JSON object | dirkf | 1 | +1 | -1 |
2023-02-04 01:53 | [jsinterp] Nits | dirkf | 1 | +2 | -2 |
2023-02-04 00:19 | [IGN] Overhaul extractor to avoid URL redirection loop | dirkf | 1 | +247 | -90 |
2023-02-03 21:10 | [ITV] Overhaul ITV extractor (#30266) | dirkf | 1 | +298 | -82 |
2023-02-02 23:25 | [myvideoge] Add new extractor (#31360) | dirkf | 2 | +88 | -0 |
2023-02-02 23:20 | [xhamster] add support for new domain xhvid.com (#31370) | afterdelight | 1 | +7 | -1 |
2023-02-02 23:19 | [FIFA] Back-port extractor from yt-dlp (#31385) | dirkf | 2 | +102 | -0 |
2023-02-02 17:33 | [Blerp] Add new extractor (#31398) | Epsilonator | 2 | +174 | -0 |
2023-02-02 17:26 | [YouTube] Fix not finding videos listed under a channel's "shorts" subpage. (#31409) | zhangeric-15 | 1 | +25 | -2 |
2023-02-02 17:21 | [Callin] Add new extractor (#31414) | Ruowang Sun | 2 | +75 | -0 |
2023-02-02 17:13 | [pr0gramm] implement InfoExtractor, Resolves #31433 (#31434) | Leon Etienne | 2 | +109 | -0 |
2023-02-02 17:12 | [cammodels] fix and improve extractor (#31453) | JChris246 | 1 | +10 | -24 |
2023-02-02 17:10 | [doc] Fixed typo appearing to promise an example (#31489) | Rodrigo Dias | 1 | +1 | -1 |
2023-02-02 16:58 | [americastestkitchen] Add support for downloading entire series (#31493) | Brian Marks | 1 | +88 | -27 |
2023-02-02 14:28 | [jsinterp] Improve parsing * support subset `... else if ...` * support `while` * add `RegExp` class * generalise `new` support * limited more debug strings * matching test changes | dirkf | 2 | +154 | -55 |
2023-02-01 04:09 | Support `if` statements | pukkandan | 3 | +54 | -3 |
2022-11-13 15:09 | [generic] Improve KVS (etc) extraction | dirkf | 1 | +2 | -2 |
2022-11-13 14:59 | [generic] Improve KVS (etc) extraction | dirkf | 1 | +22 | -7 |
2022-11-13 13:22 | Added ThisVid.com support (#29187) | FraFraFra-LongD | 3 | +249 | -28 |
2022-11-12 11:55 | [generic] Add KVS player extraction | dirkf | 1 | +183 | -0 |
2022-11-11 00:49 | [common:jwplayer] Improve jwplayer extraction and parsing (#31000) | dirkf | 1 | +29 | -11 |
2022-11-09 20:26 | [PeekVids, PlayVids] Add new extractor (#29765) | Moises Lima | 2 | +197 | -0 |
2022-11-04 10:13 | [extractor/ceskatelevize] Back-port extractor from yt-dlp, etc (#30713) | dirkf | 2 | +92 | -83 |
2022-11-03 10:09 | [utils] Backport traverse_obj (etc) from yt-dlp (#31156) | Andrei Lebedev | 2 | +662 | -0 |
2022-11-02 11:56 | [compat] Work around in case folding for narrow Python build | dirkf | 1 | +9 | -1 |
2022-11-01 22:47 | [compat] Add test for compat_casefold() | dirkf | 1 | +1 | -0 |
2022-11-01 21:33 | [compat] Add test for compat_casefold() | dirkf | 1 | +13 | -1 |
2022-11-01 19:25 | [compat] Reformat casefold.py for easier updating | dirkf | 1 | +20 | -4 |
2022-11-01 12:40 | [compat] Unify unicode/str compat and move up | dirkf | 1 | +13 | -18 |
2022-10-31 21:27 | [compat] Add compat_casefold and compat_re_Match, for traverse_obj() port | dirkf | 1 | +7 | -0 |
2022-10-31 21:18 | [compat] Add Python 2 Unicode casefold using a trivial wrapper around icu/CaseFolding.txt | dirkf | 1 | +1643 | -0 |
2022-10-30 11:48 | [netease] Support urls shared from mobile app (#31304) | Xie Yanbo | 1 | +13 | -1 |
2022-10-30 11:46 | [netease] Impove error handling (#31303) | Xie Yanbo | 1 | +25 | -3 |
2022-10-27 14:33 | [Vimeo] Update variable name in hydration JSON pattern | dirkf | 1 | +1 | -1 |
2022-10-20 11:06 | [BongaCams] Support new .net domain | dirkf | 1 | +17 | -1 |
2022-10-18 15:06 | Fix ADN extractor (#31275) | ache | 1 | +32 | -25 |
2022-10-13 02:42 | [ManyVids] Support new single-page app structure | dirkf | 1 | +1 | -1 |
2022-10-13 01:59 | [ManyVids] Support new single-page app structure | dirkf | 1 | +8 | -2 |
2022-10-12 00:09 | [Motherless] Pull from yt-dlp, etc | dirkf | 1 | +26 | -7 |
2022-10-11 12:55 | [netease] Get netease music download url through player api (#31235) | Xie Yanbo | 3 | +129 | -40 |
2022-10-11 12:36 | [Common:JWPlayer] Fix x1000 scaling error | dirkf | 1 | +1 | -1 |
2022-10-11 12:18 | [utils] Sanitize look-alike Unicode glyphs in non-ID filename fields when --restrict-filenames | dirkf | 1 | +4 | -0 |
2022-10-11 04:58 | [JSInterp] Improve separation logic | dirkf | 1 | +3 | -3 |
2022-08-09 18:37 | [ZDF] Overhaul ZDF extractors * pull some yt-dlp changes into ZDFBaseIE._extract_format() * add test cases from yt-dlp to ZDFIE * fix crash in ZDFIE._extract_mobile() when object had no `formitaeten` * improve title extraction in ZDFChannelIE (remove trailing station ident) * avoid extracting non-video playlist items (fixes #31149) | dirkf | 1 | +100 | -75 |
2022-08-09 18:34 | [test] Implement string "lambda x: condition(x)" as an expected value | dirkf | 1 | +7 | -1 |
2022-10-10 22:52 | [motherless] Fixed the broken uploader_id in the extractor (#31243) | Xiyue | 1 | +7 | -6 |
2022-10-10 18:26 | [manyvids] Improve extraction (#31172) | dirkf | 1 | +91 | -22 |
2022-10-10 17:41 | [NRK] Remove explicit Accept-Encoding header that invites Brotli | dirkf | 1 | +1 | -2 |
2022-09-23 00:10 | [Telegraaf] Use mobile GraphQL API endpoint | coletdjnz | 1 | +3 | -1 |
2022-10-03 23:42 | [test] Use windows-2019 for tests (At least for now) resolves #31249 | dirkf | 1 | +2 | -2 |
2022-09-02 15:11 | [jsinterp] Workaround operator associativity issue * temporary fix for player 5a3b6271 [1] | pukkandan | 2 | +5 | -1 |
2022-09-01 12:28 | [cache] Add cache validation by program version, based on yt-dlp | dirkf | 2 | +37 | -7 |
2022-08-31 22:22 | [jsinterp] Handle new YT players 113ca41c, c57c113c * add NaN * allow any white-space character for `after_op` * align with yt-dlp f26af78a8ac11d9d617ed31ea5282cfaa5bcbcfa (charcodeAt and bitwise overflow) * allow escaping in regex, fixing player c57c113c | dirkf | 3 | +65 | -18 |
2022-08-29 12:02 | [options] Document that postprocessing is not forced by --postprocessor-args | dirkf | 1 | +1 | -1 |
2022-08-26 11:22 | [compat] Replace deficient ChainMap class in Py3.3 and earlier * fix version check | dirkf | 1 | +1 | -1 |
2022-08-26 09:17 | [compat] Replace deficient ChainMap class in Py3.3 and earlier | dirkf | 1 | +5 | -1 |
2022-08-26 07:17 | [jsinterp] Improve try/catch/finally support | dirkf | 2 | +63 | -43 |
2022-08-25 11:16 | [jsinterp] Fix bug in operator precedence * from https://github.com/yt-dlp/yt-dlp/commit/164b03c4864b0d44cfee5e7702f7c2317164a6cf * added tests | dirkf | 3 | +35 | -1 |
2022-08-25 11:14 | [YouTube] Improve error check for n-sig processing | dirkf | 1 | +12 | -6 |
2022-08-20 23:21 | [core] Avoid processing empty format list after removing bad formats * also ensure compat encoding of error strings | dirkf | 1 | +6 | -6 |
2022-08-20 23:19 | [utils] Ensure RFC3986 encoding result is unicode | dirkf | 1 | +2 | -1 |
2022-08-19 20:00 | [infoq] Avoid crash if the page has no `mp3Form` | gudata | 1 | +8 | -1 |
2022-08-19 18:11 | [uktvplay] Support domain without .uktv | dirkf | 1 | +1 | -1 |
2022-08-19 14:34 | [jsinterp] Clean up and pull yt-dlp style * add compat_re_Pattern * improve compat_collections_chain_map * use class JS_Undefined * remove unused code | dirkf | 4 | +77 | -90 |
2022-08-19 10:45 | [jsinterp] Handle regexp literals and throw/catch execution (#31182) | dirkf | 3 | +139 | -22 |
2022-08-17 13:22 | [jsinterp] Improve JS language support (#31175) | dirkf | 3 | +267 | -40 |
2022-08-15 15:45 | [postprocessor] Don't replace existing value with null metadata parsed from title | dirkf | 1 | +2 | -0 |
2022-08-14 17:45 | [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31170) | dirkf | 6 | +504 | -251 |
2022-08-10 14:37 | [core] Make `--max-downloads ...` stop immediately on reaching the limit | dirkf | 1 | +6 | -4 |
2022-08-09 20:05 | [test, etc] Improve download test logs; also clean up some new flake8 issues (#31153) | dirkf | 3 | +7 | -4 |
2022-07-30 01:10 | [aenetworks] Update _THEPLATFORM_KEY and _THEPLATFORM_SECRET (#29749) | Wes | 1 | +2 | -2 |
2022-07-11 23:35 | [VVVVID] Support video/dash types (#31060) | Kyraminol Endyeran | 1 | +15 | -0 |
2022-07-03 19:05 | [options] Improve be35e53 (--match-/reject-title parameter value) | dirkf | 1 | +2 | -2 |
2022-06-26 13:18 | [Mediaset] Support player version number in URL pattern | dirkf | 1 | +5 | -1 |
2022-06-14 18:45 | [NHK] Use new API URL | dirkf | 1 | +1 | -1 |
2022-06-15 17:26 | [test] Fix linter for 3aa94d7945dfaa0e04acf2700ffe0e43b00db498 | dirkf | 2 | +2 | -1 |
2022-06-12 13:10 | [XHamster] Support xhday.com alias, extract `uploader_id` * 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 | dirkf | 1 | +16 | -3 |
2021-01-09 12:26 | [utils, etc] Kill child processes when yt-dl is killed | pukkandan | 8 | +42 | -21 |
2022-06-09 14:25 | [YouTube] Support JSON3 subtitle format * subtitle tests updated to match | dirkf | 2 | +55 | -21 |
2022-06-08 22:11 | [test] Fix workable subtitle tests (except YT) and mark others as skip, broken | dirkf | 1 | +15 | -7 |
2022-06-08 14:52 | [test] Skip not _WORKING IE in subtitle tests; use unittest.skipTest throughout | dirkf | 2 | +6 | -4 |
2022-06-06 18:29 | [HRFernsehen] Back-port new extractor from yt-dlp Closes #26445, where this was originally proposed. | dirkf | 2 | +102 | -0 |
2021-04-28 23:26 | [utils] Escape URL while sanitizing Closes #31008, #yt-dlp/263 | pukkandan | 1 | +1 | -1 |
2022-05-30 01:50 | [Readme] Clarified extractor naming (#29799) | LewdyCoder | 1 | +1 | -1 |
2022-05-28 12:54 | [YouPorn] Improve `upload_date` extraction | dirkf | 1 | +4 | -2 |
2022-05-28 12:52 | [utils] Enable ALPN in HTTPS to satisfy broken servers | dirkf | 1 | +19 | -0 |
2022-05-24 14:33 | [YouTube] Handle player c5a4daa1 with indirect n-function definition | dirkf | 1 | +7 | -2 |
2022-04-13 12:21 | Update options.py | Jacob Chapman | 1 | +2 | -2 |
2022-05-19 17:41 | [wat.tv] Add version `pver` to metadata API call | dirkf | 1 | +1 | -1 |
2022-05-09 17:54 | [NHK] Support alphabetic characters in 7-char NhkVod IDs (#29682) | dirkf | 1 | +17 | -2 |
2022-04-28 14:25 | [doc] Clarify test naming | dirkf | 1 | +5 | -3 |
2022-04-29 12:36 | [streamcz] Remove empty `'{}'.format()` for Py2.6 | dirkf | 1 | +1 | -1 |
2022-04-28 09:18 | [KTH] Add new extractor for KTH play (#30885) | Árni Dagur | 3 | +33 | -1 |
2022-04-15 15:07 | [Youtube] Fix "n" descrambling for player fae06c11 | dirkf | 1 | +3 | -3 |
2022-04-10 04:49 | Disable blank issues | dirkf | 1 | +1 | -0 |
2022-04-02 05:57 | [RAI] Fix extraction of http formats | nixxo | 1 | +1 | -1 |
2021-01-27 11:24 | [RAI] Extend formats with direct http mp4 link (PR #27990) | nixxo | 1 | +108 | -3 |
2021-01-04 14:11 | [RAI] Added checks for DRM protected content (PR #27657) | nixxo | 1 | +11 | -0 |
2022-03-25 07:46 | [extractor/bilibili] Fix path "/audio/auxxxxx" download return 403 | lihan7 | 1 | +5 | -0 |
2022-02-22 11:24 | Ignore --external-downloader-args if --external-downloader was rejected | dirkf | 2 | +13 | -1 |
2021-08-01 08:42 | Make default upload_/release_date a compat_str | df | 2 | +20 | -1 |
2021-07-30 11:58 | Avoid skipping ID when unlisted_hash is numeric | dirkf | 1 | +19 | -5 |
2022-02-07 20:06 | [Alsace20TV] Add new extractors Alsace20TVIE, Alsace20TVEmbedIE | dirkf | 2 | +93 | -0 |
2022-02-24 09:16 | [CPAC] Add extractor for Canadian Parliament | dirkf | 2 | +152 | -0 |
2022-02-24 18:26 | Fixed groups() call on potentially empty regex search object (#30676) | dirkf | 1 | +3 | -1 |
2022-02-10 09:36 | [aliexpress] Fix test case | marieell | 1 | +1 | -1 |
2022-02-24 13:34 | [bigo] add support for bigo.tv (#30635) | Lesmiscore (Naoya Ozaki) | 2 | +60 | -0 |
2022-02-14 17:54 | [rutv] fix vbr for empty string value (#30623) | Vladimir Stavrinov | 1 | +3 | -2 |
2022-02-12 14:27 | add missing __future__ import unicode_literals | Petr Vaněk | 1 | +2 | -0 |
2022-02-12 14:02 | resolve problem with unpacking operator for <py3.5 | Petr Vaněk | 1 | +3 | -3 |
2022-02-12 12:13 | [streamcz] test fixes and one additional test | Petr Vaněk | 1 | +17 | -1 |
2022-02-12 11:30 | do not use f-strings | Petr Vaněk | 1 | +1 | -1 |
2022-02-12 11:28 | avoid traverse_obj function | Petr Vaněk | 1 | +3 | -4 |
2022-02-12 10:55 | revert: use _match_valid_url function | Petr Vaněk | 1 | +2 | -1 |
2022-01-11 16:56 | [streamcz] cherry-pick from yt-dlp | Petr Vaněk | 1 | +80 | -77 |
2022-02-09 04:37 | [extractor/videa] Back-port from yt-dlp PRs 463+1028 | dirkf | 1 | +39 | -14 |
2021-12-23 02:40 | [extractor/videa] fix extraction in Py2 | kikuyan | 1 | +2 | -2 |
2022-02-09 21:21 | [BBC] Also allow PID with leading 'l' (live?) | dirkf | 1 | +1 | -1 |
2022-02-09 02:40 | [Nuvid] Use site JSON for video details (#29332) | dirkf | 1 | +81 | -39 |
2022-02-07 13:28 | [ARD] Back-port subtitle extraction from yt-dlp PR 2409 | dirkf | 1 | +15 | -0 |
2021-10-13 11:27 | Remove redundant assigning `format_id` | Seonghyeon Cho | 1 | +0 | -1 |
2021-10-18 14:54 | Add ArteTVCategoryIE to support category playlists | df | 2 | +48 | -0 |
2021-08-17 19:56 | Updated Album URL regex | Abdullah Ibn Fulan | 1 | +1 | -1 |
2021-08-17 12:22 | [extractor/audiomack] Updated URL regex, corrected invalid testcases, fixed bug | Abdullah Ibn Fulan | 1 | +21 | -19 |
2021-11-30 05:15 | Support __INITIAL_DATA__ with stringified JSON | dirkf | 1 | +39 | -11 |
2021-04-18 00:46 | Try for timestamp, description from window.__INITIAL_DATA__ pages | df | 1 | +4 | -1 |
2021-12-07 23:30 | [niconico] Implement heartbeat for download | dirkf | 3 | +101 | -8 |
2021-12-06 20:52 | [niconico] Back-port extractor from yt-dlp | dirkf | 2 | +488 | -189 |
2021-12-06 19:26 | [test:download] Only extract enough videos for playlist_mincount | dirkf | 2 | +1 | -1 |
2021-12-09 01:35 | [applepodcasts] Extract default thumbnail image | dirkf | 1 | +2 | -0 |
2021-12-09 00:55 | [applepodcasts] Improve format extraction | dirkf | 1 | +8 | -2 |
2021-12-08 23:37 | [applepodcasts] Support new AMP-ish page structure | dirkf | 1 | +33 | -10 |
2021-11-26 16:08 | xvideos: Fix for #30271 | Chris Rose | 1 | +1 | -1 |
2022-01-25 13:04 | Fix tests for working IEs; disable obsolete WDRMobile | dirkf | 1 | +13 | -12 |
2022-01-25 12:59 | Fix WDRMaus; extend URL matching for other Maus pages; improve ID extraction | dirkf | 1 | +29 | -10 |
2022-01-13 19:38 | Update URPlayIE extractor for Next.js page format, with subtitles | dirkf | 1 | +46 | -6 |
2022-01-14 20:14 | Support more deeply nested ptmd_path with test, update tests | dirkf | 1 | +24 | -4 |
2022-01-19 13:24 | Additional tweaks: allow any .ndr.de, simplify quote match | dirkf | 1 | +3 | -3 |
2022-01-17 03:29 | Fix NDR, NJoy tests | dirkf | 1 | +25 | -16 |
2022-01-17 03:22 | NJoy: improve extraction of NDR id, description, etc with current page formats | dirkf | 1 | +11 | -4 |
2022-01-17 03:13 | NDR: improve extraction of NDR id, description, etc with current page formats | dirkf | 1 | +33 | -12 |
2022-01-17 13:11 | Support Tele5 pages with Discovery Networks format instead of JWPlatform | dirkf | 1 | +35 | -51 |
2022-02-04 11:29 | Back-port yt-dlp Viki extractor | dirkf | 1 | +146 | -193 |
2022-02-04 11:38 | Return the item itself if playlist has one entry | dirkf | 1 | +2 | -0 |
2022-02-04 11:24 | Find TV2DK Kaltura ID in Nuxt.js page format | dirkf | 1 | +12 | -3 |
2022-02-03 02:14 | [youtube:search] Add tests | pukkandan | 1 | +18 | -3 |
2022-02-04 04:09 | Rework 2c2c2bd with an actual Mix page and realistic playlist size | dirkf | 1 | +3 | -3 |
2022-02-04 03:50 | Merge branch 'pukkandan-yt-searchurl' into yt-dl-master | dirkf | 3 | +74 | -79 |
2022-01-29 19:54 | [youtube] Support channel search | pukkandan | 1 | +16 | -2 |
2022-02-01 23:22 | Avoid crashing if n-sig decode fails | dirkf | 1 | +7 | -1 |
2022-01-31 00:02 | Support Youtube Shorts URL format | dirkf | 1 | +17 | -0 |
2022-02-01 14:39 | [YouTube] Fix n-sig for player e06dea74 (#30582) | dirkf | 2 | +28 | -10 |
2021-11-01 04:45 | Implement n-param descrambling using JSInterp | df | 1 | +99 | -16 |
2021-12-10 19:14 | Refactor JSInterpreter._separate | dirkf | 1 | +18 | -18 |
2021-11-27 03:18 | Back-port test_youtube_signature.py from yt-dlp and fix JSInterp accordingly | dirkf | 2 | +68 | -28 |
2021-11-27 02:06 | Fix splice to handle float | dirkf | 1 | +1 | -1 |
2021-11-04 12:48 | Handle default in switch better | df | 2 | +29 | -9 |
2021-11-02 11:18 | Back-port JS interpreter upgrade from yt-dlp PR #1437 | df | 3 | +453 | -107 |
2021-11-01 13:34 | Add compat_map/filter and use the former | df | 2 | +22 | -0 |
2021-11-01 04:44 | Fix test_youtube_flat_playlist_extraction | df | 1 | +1 | -1 |
2021-10-29 02:10 | Remove obsolete non-working test_youtube_toptracks | df | 1 | +0 | -9 |
2021-10-29 02:03 | Fix test_youtube_mix | df | 1 | +6 | -4 |
2021-10-28 14:57 | Remove obsolete test_youtube_course | df | 1 | +0 | -10 |
2021-10-28 14:55 | Fix test_youtube_playlist_noplaylist | df | 1 | +4 | -2 |
2022-01-29 19:37 | Merge branch 'UP/youtube-dl' into dl/YoutubeSearchURLIE | pukkandan | 164 | +8800 | -5568 |
2022-01-29 19:24 | Fix max_results | pukkandan | 1 | +1 | -0 |
2022-01-29 19:19 | Use `itertools.islice` | pukkandan | 1 | +2 | -9 |
2022-01-29 19:11 | Add back `YoutubeSearchURLIE` | pukkandan | 3 | +93 | -92 |
2021-12-16 18:49 | release 2021.12.17 | Sergey M․ | 8 | +14 | -16 |
2021-12-16 18:43 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +25 | -0 |
2021-12-16 18:42 | [youtube] Update signature function patterns (closes #30363) (#30366) | lanegramling | 1 | +4 | -4 |
2021-07-01 06:53 | [peertube] only call description endpoint if necessary (#29383) | bopol | 1 | +8 | -8 |
2021-06-28 19:06 | [periscope] pass referer to HLS requests(closes #29419) | Remita Amine | 1 | +7 | -1 |
2021-06-20 21:23 | [liveleak] Remove extractor (closes #17625, closes #24222) (#29331) | Aleri Kaisattera | 3 | +0 | -226 |
2021-06-20 21:08 | [pornhub] Add support for pornhubthbh7ap3u.onion | Sergey M․ | 1 | +20 | -5 |
2021-06-20 20:33 | [pornhub] Detect geo restriction | Sergey M․ | 1 | +9 | -0 |
2021-06-20 20:22 | [pornhub] Dismiss tbr extracted from download URLs (closes #28927) | Sergey M․ | 1 | +6 | -8 |
2021-06-20 18:54 | [curiositystream:collection] Extend _VALID_URL (closes #26326, closes #29117) | Sergey M․ | 1 | +4 | -1 |
2021-06-20 18:35 | [youtube] Make get_video_info processing more robust (closes #29333) | Sergey M․ | 1 | +19 | -16 |
2021-06-20 18:34 | [youtube] Workaround for get_video_info request (refs #29333) | Sergey M․ | 1 | +3 | -0 |
2021-06-20 18:03 | [bilibili] Strip uploader name (#29202) | Tianyi Shi | 1 | +1 | -1 |
2021-06-20 17:42 | [youtube] Update invidious instance list (#29281) | bopol | 1 | +13 | -1 |
2021-06-20 17:41 | [umg:de] Update GraphQL API URL (#29304) | Logan B | 1 | +3 | -5 |
2021-06-20 17:36 | [nrk] Switch psapi URL to https (closes #29344) | Sergey M․ | 1 | +1 | -1 |
2021-06-20 16:58 | [postprocessor/ffmpeg] Show ffmpeg output on error (refs #22680) (#29336) | kikuyan | 1 | +4 | -1 |
2021-06-17 03:34 | [egghead] Add support for app.egghead.io (closes #28404) (#29303) | kikuyan | 1 | +11 | -5 |
2021-06-16 21:12 | [appleconnect] Fix extraction (#29208) | kikuyan | 1 | +8 | -5 |
2021-06-16 21:02 | [orf:tvthek] Add support for MPD formats (closes #28672) (#29236) | kikuyan | 1 | +3 | -0 |
2021-06-05 22:32 | [README.md] Update MSVC 2010 redist URL (closes #29222) | Sergey M | 1 | +1 | -1 |
2021-06-05 18:38 | release 2021.06.06 | Sergey M․ | 7 | +14 | -14 |
2021-06-05 18:32 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +18 | -0 |
2021-06-05 18:16 | [facebook] Improve login required detection | Sergey M․ | 1 | +4 | -1 |
2021-06-05 17:11 | [youporn] Fix formats and view count extraction (closes #29216) | Sergey M․ | 1 | +32 | -59 |
2021-06-05 16:42 | [orf:tvthek] Fix thumbnails extraction (closes #29217) | Sergey M․ | 1 | +20 | -1 |
2021-06-04 16:51 | [formula1] fix extraction(closes #29206) | Remita Amine | 1 | +13 | -19 |
2021-05-29 23:14 | [ard] Relax _VALID_URL and fix video ids (closes #22724, closes #29091) | Sergey M․ | 1 | +15 | -6 |
2021-05-29 20:43 | [ustream] Detect https embeds (closes #29133) | Sergey M․ | 1 | +1 | -1 |
2021-05-29 20:05 | [ted] Prefer own formats over external sources (closes #29142) | Sergey M․ | 1 | +14 | -10 |
2021-05-29 18:46 | [twitch:clips] Improve extraction (closes #29149) | Sergey M․ | 1 | +23 | -25 |
2021-05-28 01:01 | [twitch:clips] Add access token query to download URLs (closes #29136) | phlip | 1 | +20 | -0 |
2021-05-29 17:36 | [youtube] Fix get_video_info request (closes #29086, closes #29165) | Sergey M․ | 1 | +1 | -0 |
2021-05-26 10:04 | [vimeo] fix vimeo pro embed extraction(closes #29126) | Remita Amine | 1 | +1 | -1 |
2021-05-17 11:56 | [redbulltv] fix embed data extraction(closes #28770) | Remita Amine | 1 | +4 | -2 |
2021-05-17 11:37 | [shahid] relax _VALID_URL(closes #28772, closes #28930) | Remita Amine | 1 | +6 | -2 |
2021-05-16 15:55 | release 2021.05.16 | Sergey M․ | 9 | +16 | -16 |
2021-05-16 15:40 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +31 | -0 |
2021-05-16 15:31 | [playstuff] Add extractor (closes #28901, closes #28931) | Sergey M․ | 2 | +66 | -0 |
2021-05-16 15:01 | [eroprofile] Skip test | Sergey M․ | 1 | +2 | -1 |
2021-05-16 14:56 | [eroprofile] Fix extraction (closes #23200, closes #23626, closes #29008) | Sergey M․ | 1 | +7 | -11 |
2021-05-16 14:46 | [vivo] Add support for vivo.st (#29009) | kr4ssi | 1 | +6 | -3 |
2021-05-16 14:42 | [generic] Add support for og:audio (closes #28311, closes #29015) | Sergey M․ | 1 | +1 | -1 |
2021-05-16 14:34 | [options] Fix thumbnail option group name (closes #29042) | Sergey M․ | 1 | +1 | -1 |
2021-05-16 14:21 | [phoenix] Fix extraction (closes #29057) | Sergey M․ | 1 | +28 | -23 |
2021-05-16 13:50 | [generic] Add support for sibnet embeds | Sergey M․ | 1 | +11 | -0 |
2021-05-16 13:48 | [vk] Add support for sibnet embeds (closes #9500) | Sergey M․ | 1 | +11 | -0 |
2021-05-16 13:28 | [generic] Add Referer header for direct videojs download URLs (closes #2879, closes #20217, closes #29053) | Sergey M․ | 1 | +3 | -0 |
2021-05-16 12:54 | [orf:radio] Switch download URLs to HTTPS (closes #29012) (#29046) | Lukas Anzinger | 1 | +1 | -1 |
2021-05-04 21:12 | [blinkx] Remove extractor (closes #28941) | Sergey M․ | 2 | +0 | -87 |
2021-05-04 20:44 | [medaltv] Relax _VALID_URL (#28884) | catboy | 1 | +7 | -1 |
2021-05-04 20:31 | [YoutubeDL] Improve extract_info doc (#28946) | Jacob Chapman | 1 | +14 | -5 |
2021-05-04 19:54 | [funimation] Add support for optional lang code in URLs (closes #28950) | Sergey M․ | 1 | +5 | -1 |
2021-05-04 19:44 | [gdcvault] Add support for HTML5 videos | Sergey M․ | 1 | +18 | -1 |
2021-05-04 19:30 | [dispeak] DRY and update tests (closes #28970) | Sergey M․ | 1 | +15 | -19 |
2021-04-18 04:15 | [dispeak] Improve FLV extraction (closes #13513) | Ben Rog-Wilhelm | 1 | +30 | -20 |
2021-05-04 19:14 | [kaltura] Improve iframe extraction (#28969) | Ben Rog-Wilhelm | 2 | +16 | -1 |
2021-05-04 18:57 | [kaltura] Make embed code alternatives actually work | Sergey M․ | 1 | +6 | -6 |
2021-05-01 15:53 | [cda] Improve extraction (closes #28709, closes #28937) | Sergey M․ | 1 | +3 | -3 |
2021-05-01 12:00 | [twitter] Improve formats extraction from vmap URL (closes #28909) | Sergey M․ | 1 | +4 | -0 |
2021-05-01 11:33 | [xtube] Fix formats extraction (closes #28870) | Sergey M․ | 1 | +42 | -9 |
2021-05-01 11:09 | [svtplay] Improve extraction (closes #28507, closes #28876) | Sergey M․ | 1 | +5 | -2 |
2021-05-01 10:53 | [tv2dk] Fix extraction (closes #28888) | Sergey M․ | 1 | +14 | -3 |
2021-04-25 19:16 | [workflows/ci.yml] Update link to jython-installer | Sergey M․ | 1 | +1 | -1 |
2021-04-25 18:33 | release 2021.04.26 | Sergey M․ | 8 | +15 | -15 |
2021-04-25 18:29 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +13 | -0 |
2021-04-25 17:32 | [xfileshare] Add support for wolfstream.tv (#28858) | schnusch | 1 | +4 | -0 |
2021-04-25 15:52 | [francetvinfo] Improve video id extraction (closes #28792) | Sergey M․ | 1 | +5 | -1 |
2021-04-24 16:52 | [workflows/ci.yml] Fix install nose for Jython | Sergey M․ | 1 | +7 | -0 |
2021-04-24 12:10 | [medaltv] Fix extraction (#28807) | catboy | 1 | +7 | -7 |
2021-04-24 11:58 | [tver] Redirect all downloads to Brightcove (#28849) | The Hatsune Daishi | 1 | +11 | -26 |
2021-04-20 22:37 | [youtube] Remove unused code | Sergey M․ | 1 | +0 | -5 |
2021-04-20 22:35 | [go] Improve video id extraction (closes #25207, closes #25216, closes #26058) | Sergey M․ | 1 | +38 | -8 |
2021-04-20 21:47 | [test_execution] Add test for lazy extractors (refs #28780) | Sergey M․ | 1 | +10 | -0 |
2021-04-20 21:45 | [test_youtube_misc] Move YoutubeIE.extract_id test into separate module | Sergey M․ | 2 | +26 | -9 |
2021-04-20 20:56 | [youtube] Fix lazy extractors (closes #28780) | Sergey M․ | 1 | +6 | -0 |
2021-04-20 20:00 | [bbc] Extract full description from __INITIAL_DATA__ (refs #28774) | Sergey M․ | 1 | +11 | -5 |
2021-04-20 19:51 | [bbc] Extract description and timestamp from __INITIAL_DATA__ (#28774) | dirkf | 1 | +24 | -1 |
2021-04-16 22:05 | [cbsnews] Fix extraction for python <3.6 (closes #23359) | Sergey M․ | 1 | +1 | -1 |
2021-04-16 20:50 | release 2021.04.17 | Sergey M․ | 8 | +18 | -15 |
2021-04-16 20:47 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +25 | -0 |
2021-04-16 20:32 | [utils] PEP 8 | Sergey M․ | 1 | +5 | -6 |
2021-04-16 20:23 | [lbry] Add support for HLS videos (closes #27877, closes #28768) | Sergey M․ | 1 | +29 | -1 |
2021-04-16 20:22 | [utils] Add support for support for experimental HTTP response status code 308 Permanent Redirect (refs #27877, refs #28768) | Sergey M․ | 1 | +56 | -6 |
2021-04-16 19:27 | [youtube] Improve stretch extraction and fix stretched ratio calculation (closes #28769) | Sergey M․ | 1 | +15 | -7 |
2021-04-16 18:05 | [youtube:tab] Improve grid extraction (closes #28725) | Sergey M․ | 1 | +21 | -17 |
2021-04-10 13:11 | [youtube:tab] Detect series playlist on playlists page (closes #28723) | zraktvor | 1 | +23 | -1 |
2021-04-16 17:31 | [youtube] Add more invidious instances (#28706) | Cássio Ávila | 1 | +7 | -0 |
2021-04-16 17:30 | [pluralsight] Extend anti-throttling timeout (#28712) | quyleanh | 1 | +1 | -1 |
2021-04-16 17:07 | [youtube] Improve URL to extractor routing (closes #27572, closes #28335, closes #28742) | Sergey M․ | 1 | +23 | -12 |
2021-04-08 07:59 | [maoritv] Add new extractor(closes #24552) | Aaron Lipinski | 2 | +32 | -0 |
2021-04-08 19:09 | [youtube:tab] Pass innertube context and x-goog-visitor-id header along with continuation requests (closes #28702) | Sergey M․ | 1 | +27 | -15 |
2021-04-08 17:53 | [mtv] Fix Viacom A/B Testing Video Player extraction(closes #28703) | Remita Amine | 1 | +5 | -2 |
2021-04-08 08:32 | [pornhub] Extract DASH and HLS formats from get_media end point (closes #28698) | Sergey M․ | 1 | +10 | -10 |
2021-04-07 13:01 | [cbssports] fix extraction(closes #28682) | Remita Amine | 2 | +104 | -25 |
2021-04-07 09:41 | [jamendo] fix track extraction(closes #28686) | Remita Amine | 1 | +41 | -33 |
2021-04-07 08:27 | [curiositystream] fix format extraction(closes #26845, closes #28668) | Remita Amine | 1 | +58 | -45 |
2021-04-06 20:42 | release 2021.04.07 | Sergey M․ | 8 | +20 | -14 |
2021-04-06 20:35 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +22 | -0 |
2021-04-06 20:34 | [youtube] Fix videos with restricted location (closes #28685) | Sergey M․ | 1 | +24 | -1 |
2021-04-06 07:22 | [compat] Use more conventional name for compat SimpleCookie | Sergey M․ | 2 | +7 | -7 |
2021-04-06 07:15 | [compat] flake8 | Sergey M․ | 1 | +1 | -1 |
2021-04-04 13:12 | [line] add support live.line.me (closes #17205)(closes #28658) | guredora | 2 | +146 | -2 |
2021-04-05 06:16 | [compat] add compat_SimpleCookie to __all__ array | Remita Amine | 1 | +1 | -0 |
2021-04-04 18:49 | [compat] add compat_SimpleCookie | Remita Amine | 2 | +12 | -6 |
2021-04-04 18:16 | [extractor/common] keep support for non standard JSON-LD VideoObject author values | Remita Amine | 1 | +6 | -2 |
2021-04-04 15:26 | [vimeo] improve extraction(closes #28591) | Remita Amine | 1 | +100 | -139 |
2021-04-04 14:52 | [extractor/common] fix JSON-LD VideoObject author extraction | Remita Amine | 1 | +2 | -1 |
2021-04-04 08:14 | [youku] Update ccode(closes #17852, closes #28447, closes #28460) (#28648) | RomanEmelyanov | 1 | +1 | -1 |
2021-04-03 07:23 | [youtube] prioritize information from YoutubeIE for playlist entries(closes #28619, closes #28636) | Remita Amine | 1 | +1 | -1 |
2021-04-03 06:54 | [extractor/common] fix _get_cookies method for python 2(#20673, #23256, #20326, closes #28640) | Remita Amine | 1 | +4 | -1 |
2021-04-01 18:03 | [screencastomatic] fix extraction(closes #11976, closes #24489) | Remita Amine | 1 | +31 | -17 |
2017-05-15 03:04 | [palcomp3] Add new extractor(closes #13120) | Allan Daemon | 2 | +153 | -0 |
2021-03-18 17:53 | [arnes] Add new extractor(closes #28483) | Vid | 2 | +102 | -0 |
2021-04-01 10:50 | [youtube:tab] Add support for hashtag videos extraction(closes #28308) | Remita Amine | 1 | +85 | -54 |
2021-03-31 21:47 | release 2021.04.01 | Sergey M․ | 7 | +14 | -14 |
2021-03-31 21:43 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +8 | -0 |
2021-03-31 21:05 | [youtube] Setup CONSENT cookie when needed (closes #28604) | Sergey M․ | 1 | +16 | -0 |
2021-03-31 19:07 | [vimeo] fix password protected review extraction(closes #27591) | Remita Amine | 1 | +41 | -23 |
2021-03-30 20:44 | [youtube] imporve age-restricted video extraction(#28578) | Remita Amine | 1 | +1 | -1 |
2021-03-30 19:59 | release 2021.03.31 | Sergey M․ | 7 | +14 | -14 |
2021-03-30 19:58 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +15 | -0 |
2021-03-30 09:00 | [vlive] fix inkey request(closes #28589) | Remita Amine | 1 | +1 | -1 |
2021-03-29 20:37 | [francetvinfo] Improve video id extraction (closes #28584) | Sergey M․ | 1 | +2 | -1 |
2021-03-29 19:05 | [instagram] Improve title extraction and extract duration (#28469) | Chris Hranj | 1 | +27 | -2 |
2021-03-28 07:46 | [sbs] add support for ondemand watch URLs(closes #28566) | Remita Amine | 1 | +4 | -1 |
2021-03-27 18:11 | [youtube] fix video's channel extraction(closes #28562) | Remita Amine | 1 | +1 | -1 |
2021-03-27 16:37 | [picarto] fix live stream extraction(closes #28532) | Remita Amine | 1 | +37 | -63 |
2021-03-25 16:06 | [vimeo] fix unlisted video extraction(closes #28414) | Remita Amine | 1 | +34 | -5 |
2021-03-25 11:53 | [youtube:tab] fix playlist/comunity continuation items extraction(closes #28266) | Remita Amine | 1 | +11 | -2 |
2021-03-24 18:28 | [ard] improve clip id extraction(#22724)(closes #28528) | Remita Amine | 1 | +11 | -12 |
2021-03-24 17:04 | release 2021.03.25 | Sergey M․ | 8 | +19 | -15 |
2021-03-24 17:03 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +21 | -0 |
2020-04-12 21:27 | [zoom] Add new extractor(closes #16597, closes #27002, closes #28531) | Roman Sebastian Karwacik | 2 | +69 | -0 |
2021-03-24 14:33 | [extractor] escape forgotten dot for hostnames in regular expression (#28530) | The Hatsune Daishi | 2 | +2 | -2 |
2021-03-24 14:10 | [bbc] fix BBC IPlayer Episodes/Group extraction(closes #28360) | Remita Amine | 2 | +192 | -16 |
2021-03-23 19:57 | [youtube] Fix default value for youtube_include_dash_manifest (closes #28523) | Sergey M․ | 1 | +1 | -1 |
2021-03-22 14:58 | [zingmp3] fix extraction(closes #11589, closes #16409, closes #16968, closes #27205) | Remita Amine | 2 | +117 | -96 |
2021-03-22 13:56 | [vgtv] Add support for new tv.aftonbladet.se URL schema (#28514) | Martin Ström | 1 | +6 | -0 |
2021-03-21 08:10 | [tiktok] detect private videos(closes #28453) | Remita Amine | 1 | +5 | -2 |
2021-03-19 22:45 | [vimeo:album] Fix extraction for albums with number of videos multiple to page size (closes #28486) | Sergey M․ | 1 | +9 | -5 |
2021-03-19 11:37 | [vvvvid] fix kenc format extraction(closes #28473) | Remita Amine | 1 | +14 | -11 |
2021-03-15 20:43 | [mlb] fix video extracion(#21241) | Remita Amine | 2 | +172 | -22 |
2021-03-15 13:42 | [svtplay] Improve extraction (closes #28448) | Sergey M․ | 1 | +13 | -7 |
2021-03-14 19:08 | [applepodcasts] fix extraction(closes #28445) | Remita Amine | 1 | +1 | -0 |
2021-03-14 13:49 | [rtve] improve extraction | Remita Amine | 1 | +104 | -128 |
2021-03-14 02:38 | release 2021.03.14 | Sergey M․ | 7 | +14 | -14 |
2021-03-14 02:36 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +25 | -0 |
2021-03-14 02:26 | [southpark] Fix extraction and add support for southparkstudios.com (closes #26763, closes #28413) | Sergey M․ | 1 | +14 | -2 |
2021-03-13 14:19 | [sportdeutschland] fix extraction(closes #21856)(closes #28425) | Remita Amine | 1 | +84 | -61 |
2021-03-12 17:11 | [pinterest] reduce the number of HLS format requests | Remita Amine | 1 | +3 | -1 |
2021-03-12 09:48 | [peertube] improve thumbnail extraction(closes #28419) | Remita Amine | 1 | +5 | -2 |
2021-03-12 09:14 | [tver] improve title extraction(closes #28418) | Remita Amine | 1 | +10 | -1 |
2021-03-12 08:51 | [fujitv] fix HLS formats extension(closes #28416) | Remita Amine | 1 | +1 | -1 |
2021-03-10 12:16 | [shahid] fix format extraction(closes #28383) | Remita Amine | 1 | +13 | -7 |
2021-03-10 10:45 | [lbry] add support for channel filters(closes #28385) | Remita Amine | 1 | +36 | -10 |
2021-03-09 20:41 | [bandcamp] Extract release_timestamp | Sergey M․ | 1 | +3 | -1 |
2021-03-09 20:40 | [lbry] Extract release_timestamp (closes #28386) | Sergey M․ | 1 | +5 | -0 |
2021-03-09 20:36 | Introduce release_timestamp meta field (refs #28386) | Sergey M․ | 2 | +15 | -9 |
2021-03-09 19:56 | [pornhub] Detect flagged videos | Sergey M․ | 1 | +3 | -1 |
2021-03-09 19:54 | [pornhub] Extract formats from get_media end point (#28395) | Sergey M․ | 1 | +28 | -12 |
2021-03-08 15:53 | [bilibili] fix video info extraction(closes #28341) | Remita Amine | 1 | +1 | -0 |
2021-03-07 07:32 | [cbs] add support for Paramount+ (closes #28342) | Remita Amine | 1 | +4 | -1 |
2021-03-04 16:57 | [trovo] Add Origin header to VOD formats(closes #28346) | Remita Amine | 1 | +1 | -0 |
2021-03-04 11:41 | [voxmedia] fix volume embed extraction(closes #28338) | Remita Amine | 1 | +18 | -8 |
2021-03-03 04:47 | release 2021.03.03 | Sergey M․ | 7 | +14 | -14 |
2021-03-03 04:44 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +8 | -0 |
2021-03-03 04:42 | [youtube:tab] Switch continuation to browse API (closes #28289, closes #28327) | Sergey M․ | 1 | +18 | -8 |
2021-03-02 11:04 | [9c9media] fix extraction for videos with multiple ContentPackages(closes #28309) | Remita Amine | 2 | +10 | -12 |
2021-03-02 10:21 | [bbc] correct catched exception type | Remita Amine | 1 | +1 | -1 |
2021-02-24 11:52 | [bbc] add support for BBC Reel videos(closes #21870, closes #23660, closes #28268) | dirkf | 1 | +52 | -7 |
2021-03-01 23:19 | release 2021.03.02 | Sergey M․ | 8 | +16 | -14 |
2021-03-01 23:16 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +25 | -0 |
2021-03-01 23:03 | [zdf] Rework extractors (closes #11606, closes #13473, closes #17354, closes #21185, closes #26711, closes #27068, closes #27930, closes #28198, closes #28199, closes #28274) | Sergey M․ | 3 | +276 | -285 |
2021-03-01 13:00 | [stretchinternet] Fix extraction(closes #28297) | Remita Amine | 1 | +13 | -8 |
2021-02-28 11:31 | [urplay] fix episode data extraction(closes #28292) | Remita Amine | 1 | +13 | -2 |
2021-02-28 09:42 | [bandaichannel] Add new extractor(closes #21404) | Remita Amine | 2 | +38 | -0 |
2017-11-11 18:30 | [srgssr] improve extraction | Alexander Seiler | 2 | +144 | -79 |
2021-02-24 21:29 | [vvvvid] reduce season request payload size | Remita Amine | 1 | +9 | -5 |
2021-02-24 21:17 | [vvvvid] extract series sublists playlist_title (#27601) (#27618) | nixxo | 1 | +6 | -1 |
2021-02-24 17:34 | [dplay] Extract Ad-Free uplynk URLs(#28160) | Remita Amine | 1 | +1 | -0 |
2021-02-23 12:50 | [wat] detect DRM protected videos(closes #27958) | Remita Amine | 1 | +3 | -1 |
2021-02-23 11:39 | [tf1] improve extraction(closes #27980)(closes #28040) | Remita Amine | 2 | +97 | -117 |
2021-02-23 11:37 | [tmz] Fix and improve extraction (closes #24603, closes #24687, closes #28211) | Sergey M․ | 1 | +76 | -21 |
2021-02-22 22:02 | [gedidigital] improve asset id matching | Remita Amine | 1 | +1 | -1 |
2020-10-15 12:24 | [gedidigital] Add new extractor(closes #7347)(closes #26946) | nixxo | 2 | +162 | -0 |
2021-02-21 22:08 | [youtube] fix get_video_info request | Remita Amine | 1 | +1 | -1 |
2021-02-21 19:42 | release 2021.02.22 | Sergey M․ | 8 | +25 | -14 |
2021-02-21 19:40 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +37 | -0 |
2021-02-21 19:29 | [apa] Improve extraction (closes #27750) | Sergey M․ | 1 | +25 | -13 |
2021-01-09 21:06 | [apa] Fix extraction | Adrian Heine | 1 | +8 | -19 |
2021-02-21 16:21 | [youporn] Skip test | Sergey M․ | 1 | +1 | -0 |
2021-02-21 16:19 | [youporn] Extract duration (#28019) | piplongrun | 1 | +4 | -0 |
2021-02-21 16:05 | [peertube] Add support for canard.tube (#28190) | SirCipherz | 1 | +2 | -1 |
2021-02-21 09:24 | [youtube] fixup m4a_dash formats(closes #28165) | Remita Amine | 1 | +2 | -0 |
2021-01-10 15:37 | [samplefocus] Add new extractor(closes #27763) | Isaac-the-Man | 2 | +101 | -0 |
2021-02-19 20:13 | [vimeo] add support for unlisted video source format extraction | Remita Amine | 1 | +13 | -5 |
2021-02-19 15:00 | [viki] improve extraction(closes #26522)(closes #28203) | Remita Amine | 1 | +44 | -25 |
2021-02-19 10:55 | [ninegag] unscape title(#28201) | Remita Amine | 1 | +9 | -4 |
2021-02-17 21:59 | [youtube] Improve _VALID_URL (refs #28193) | Sergey M․ | 1 | +53 | -46 |
2021-02-17 21:29 | [youtube] Add support for redirect.invidious.io (#28193) | bopol | 1 | +12 | -1 |
2021-02-17 18:50 | [dplay] add support for de.hgtv.com (closes #28182) | Remita Amine | 2 | +35 | -3 |
2021-02-17 17:33 | [dplay] Add support for discoveryplus.com (closes #24698) | Remita Amine | 2 | +99 | -29 |
2020-02-20 20:33 | [simplecast] Add new extractor(closes #24107) | dmsummers | 3 | +181 | -0 |
2021-02-15 19:38 | [test_youtube_lists] Actualize youtube flat playlist test (closes #28045) | PrinceOfPuppers | 1 | +14 | -5 |
2021-02-02 06:46 | [youtube] Fix uploader extraction in flat playlist mode (#28045) | PrinceOfPuppers | 1 | +3 | -1 |
2021-02-16 21:03 | [yandexmusic:playlist] Request missing tracks in chunks (closes #27355, closes #28184) | Sergey M․ | 1 | +23 | -12 |
2021-02-16 20:22 | [postprocessor/embedthumbnail] Recognize atomicparsley binary in lowercase (#28112) | Max | 1 | +6 | -2 |
2020-08-17 00:07 | [storyfire] Add new extractor(closes #25628)(closes #26349) | Stephen Stair | 2 | +156 | -0 |
2021-02-16 09:08 | [zhihu] Add new extractor(closes #28177) | Remita Amine | 2 | +70 | -0 |
2021-02-15 22:57 | [youtube] Fix controversial videos when authenticated with cookies (closes #28174) | Sergey M․ | 1 | +7 | -1 |
2021-02-15 12:06 | [ccma] fix timestamp parsing in python 2 | Remita Amine | 1 | +5 | -2 |
2021-02-14 21:10 | [videopress] add support for video.wordpress.com | Remita Amine | 1 | +15 | -11 |
2021-02-14 18:48 | [kakao] improve info extraction and detect geo restriction(closes #26577) | Remita Amine | 1 | +30 | -34 |
2021-02-14 15:22 | [xboxclips] fix extraction(closes #27151) | Remita Amine | 1 | +29 | -14 |
2021-02-13 22:03 | [ard] Improve formats extraction (closes #28155) | Sergey M․ | 1 | +33 | -11 |
2021-02-11 08:04 | [canvas] Add new extractor for Dagelijkse Kost (#28119) | Kevin Velghe | 2 | +54 | -3 |
2021-02-10 15:34 | release 2021.02.10 | Sergey M․ | 8 | +16 | -16 |
2021-02-10 15:32 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +17 | -0 |
2021-02-10 15:28 | [youtube:tab] Improve grid continuation extraction (closes #28130) | Sergey M․ | 1 | +10 | -3 |
2021-02-08 14:56 | [ign] fix extraction(closes #24771) | Remita Amine | 2 | +200 | -175 |
2021-02-08 08:46 | [xhamster] Extract formats from xplayer settings and extract filesizes (closes #28114) | Sergey M․ | 1 | +68 | -12 |
2021-02-08 08:20 | [youtube] add support phone/tablet JS player(closes #26424) | Remita Amine | 2 | +15 | -22 |
2021-02-07 13:34 | [archiveorg] Fix and improve extraction (closes #21330, closes #23586, closes #25277, closes #26780, closes #27109, closes #27236, closes #28063) | Sergey M․ | 1 | +42 | -12 |
2021-02-07 12:18 | [cda] Detect geo restricted videos (refs #28106) | Sergey M․ | 1 | +3 | -0 |
2021-02-06 19:46 | [urplay] Fix extraction (closes #28073) (#28074) | Adrian Heine né Lang | 1 | +2 | -2 |
2021-02-06 19:17 | [youtube] Fix release date extraction (closes #28094) | Sergey M․ | 1 | +23 | -1 |
2021-02-06 18:54 | [youtube] Extract abr and vbr (closes #28100) | Sergey M․ | 1 | +11 | -3 |
2021-02-04 12:05 | [youtube] skip OTF formats(#28070) | Remita Amine | 1 | +17 | -11 |
2021-02-04 06:11 | release 2021.02.04.1 | Sergey M․ | 7 | +14 | -14 |
2021-02-04 06:09 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +7 | -0 |
2021-02-04 06:07 | [youtube] Prefer DASH formats (closes #28070) | Sergey M․ | 1 | +9 | -3 |
2021-02-03 23:57 | [azmedien] Fix extraction (#28064) | Adrian Heine né Lang | 1 | +1 | -1 |
2021-02-03 21:49 | release 2021.02.04 | Sergey M․ | 8 | +16 | -15 |
2021-02-03 21:47 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +42 | -0 |
2021-02-03 21:36 | [pornhub] Implement lazy playlist extraction | Sergey M․ | 1 | +11 | -10 |
2021-02-03 21:20 | [pornhub] Add placeholder netrc machine | Sergey M․ | 1 | +2 | -0 |
2021-02-03 21:17 | [svtplay] Fix video id extraction (closes #28058) | Sergey M․ | 1 | +3 | -1 |
2021-02-03 21:09 | [pornhub] Add support for authentication (closes #18797, closes #21416, closes #24294) | Sergey M․ | 1 | +76 | -30 |
2021-02-03 17:25 | [pornhub:user] Add support for URLs unavailable via /videos page and improve paging (closes #27853) | Sergey M․ | 1 | +47 | -9 |
2021-02-03 17:13 | [bravotv] add support for oxygen.com(closes #13357)(closes #22500) | Remita Amine | 1 | +10 | -4 |
2021-02-03 16:15 | [youtube] pass embed URL to get_video_info request | Remita Amine | 1 | +1 | -0 |
2020-02-27 21:18 | [ccma] improve metadata extraction(closes #27994) | Guillem Vela | 1 | +54 | -11 |
2021-02-02 23:21 | Credit @adrianheine for #27732 | Remita Amine | 1 | +2 | -0 |
2021-02-02 18:05 | [egghead] fix typo | Remita Amine | 1 | +2 | -2 |
2021-02-01 04:56 | [egghead] update API domain(closes #28038) | Viren Rajput | 1 | +17 | -12 |
2021-02-01 21:35 | [vidzi] remove extractor(closes #12629) | Remita Amine | 2 | +0 | -69 |
2021-02-01 20:35 | [vidio] improve metadata extraction | Remita Amine | 1 | +49 | -37 |
2021-02-01 17:12 | [youtube] improve subtitle extraction | Remita Amine | 1 | +18 | -25 |
2021-02-01 15:49 | [youtube] fix chapter extraction fallback | Remita Amine | 1 | +6 | -3 |
2021-02-01 15:36 | [youtube] keep _formats array for format sorting tests | Remita Amine | 1 | +105 | -0 |
2021-02-01 15:35 | [youtube/test_youtube_signature] fix test | Remita Amine | 1 | +1 | -5 |
2021-02-01 15:08 | [youtube] remove description chapters tests | Remita Amine | 2 | +67 | -299 |
2021-02-01 13:30 | [youtube] Rewrite Extractor | Remita Amine | 2 | +492 | -1260 |
2021-01-30 12:44 | [AENetworks] update AENetworksShowIE test playlist id (#27851) | Adrian Heine né Lang | 1 | +1 | -1 |
2021-01-29 13:24 | [vvvvid] add support for youtube embeds (#27825) | nixxo | 1 | +31 | -4 |
2021-01-29 10:52 | [googledrive] report download page errors(closes #28005) | Remita Amine | 1 | +7 | -1 |
2021-01-29 08:02 | [vlive] Fix error message decoding for python 2 (#28004) | ping | 1 | +1 | -1 |
2021-01-28 15:22 | [youtube] improve DASH formats file size extraction | Remita Amine | 1 | +1 | -1 |
2021-01-27 19:43 | [cda] Improve birth validation detection (closes #14022) (#27929) | knapior | 1 | +1 | -1 |
2021-01-27 19:06 | [awaan] Extract uploader id (#27963) | Adrian Heine né Lang | 1 | +2 | -0 |
2021-01-27 13:51 | [medialaan] add support DPG Media MyChannels based websites | Remita Amine | 4 | +162 | -231 |
2021-01-27 11:28 | [abcnews] fix extraction(closes #12394)(closes #27920) | Remita Amine | 1 | +70 | -62 |
2021-01-26 21:43 | [AMP] Fix upload_date and timestamp extraction (#27970) | Adrian Heine né Lang | 3 | +12 | -3 |
2021-01-25 14:15 | [tv4] relax _VALID_URL(closes #27964) | Remita Amine | 1 | +5 | -1 |
2021-01-25 13:46 | [tv2] improve MTV Uutiset Article extraction | Remita Amine | 2 | +51 | -24 |
2021-01-25 13:43 | [tv2] Add support for mtvuutiset.fi (#27744) | tpikonen | 2 | +30 | -0 |
2021-01-25 08:28 | [adn] improve login warning reporting | Remita Amine | 1 | +15 | -5 |
2021-01-25 08:20 | [zype] fix uplynk id extraction(closes #27956) | Remita Amine | 1 | +10 | -5 |
2021-01-25 08:25 | [ADN] Implement login (#27937) | Adrian Heine né Lang | 1 | +20 | -4 |
2021-01-24 11:15 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +1 | -1 |
2021-01-24 11:11 | release 2021.01.24.1 | Sergey M․ | 6 | +13 | -13 |
2021-01-24 11:00 | release 2021.01.24 | Sergey M․ | 9 | +422 | -380 |
2021-01-24 10:36 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +24 | -0 |
2021-01-22 18:10 | [franceculture] Make thumbnail optional (closes #18807) | Sergey M․ | 1 | +7 | -3 |
2021-01-22 18:03 | [franceculture] Fix extraction (closes #27891) (#27903) | Aurélien Grosdidier | 1 | +5 | -5 |
2021-01-22 17:00 | [options] Clarify --extract-audio help string (closes #27878) | Sergey M․ | 1 | +1 | -1 |
2021-01-22 16:51 | Introduce --output-na-placeholder (closes #27896) | Sergey M․ | 5 | +21 | -8 |
2021-01-22 08:56 | [njpwworld] fix extraction (#27890) | aarubui | 1 | +28 | -26 |
2021-01-21 22:53 | [comedycentral] fix extraction(closes #27905) | Remita Amine | 4 | +38 | -146 |
2021-01-21 16:22 | [wat] remove unused variable | Remita Amine | 1 | +0 | -9 |
2021-01-21 16:20 | [wat] fix format extraction(closes #27901) | Remita Amine | 1 | +13 | -42 |
2021-01-21 15:47 | [americastestkitchen] improve season extraction | Remita Amine | 1 | +31 | -31 |
2021-01-21 15:46 | [americastestkitchen] Add support for downloading entire seasons (#27861) | Brian Marks | 2 | +71 | -1 |
2021-01-19 21:43 | [trovo] Add new extractor(closes #26125) | Remita Amine | 2 | +197 | -0 |
2021-01-19 13:49 | [aol] add support for yahoo videos(closes #26650) | Remita Amine | 1 | +9 | -3 |
2021-01-19 13:47 | [yahoo] fix single video extraction | Remita Amine | 1 | +40 | -40 |
2021-01-19 10:54 | [lbry] unescape lbry uri(closes #27872) | Remita Amine | 1 | +8 | -1 |
2021-01-19 09:23 | [ninegag] improve extraction | Remita Amine | 1 | +83 | -106 |
2021-01-19 09:21 | [9gag] Fix Extraction (#23022) | DrWursterich | 1 | +122 | -78 |
2021-01-18 14:47 | [americastestkitchen] Improve metadata extraction for ATK episodes (#27860) | Brian Marks | 1 | +28 | -2 |
2021-01-17 16:35 | [aljazeera] fix extraction(closes #20911)(closes #27779) | Remita Amine | 1 | +32 | -9 |
2021-01-17 13:07 | [minds] improve extraction | Remita Amine | 2 | +165 | -133 |
2021-01-17 13:05 | [Minds] Add new extractor (#17934) | Tatsh | 2 | +169 | -0 |
2021-01-16 22:41 | [ard] Fix title and description extraction and update tests (#27761) | Adrian Heine né Lang | 1 | +18 | -18 |
2021-01-16 20:40 | [aenetworks] Fix test (#27847) | Adrian Heine né Lang | 1 | +1 | -1 |
2021-01-16 17:12 | [spotify] Add new extractor for Spotify Podcasts(closes #27443) | Remita Amine | 2 | +160 | -0 |
2021-01-16 02:51 | release 2021.01.16 | Sergey M․ | 8 | +16 | -15 |
2021-01-16 02:48 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +31 | -0 |
2021-01-16 02:42 | [mixcloud:playlist:base] Fix video id extraction in flat playlist mode (refs #27787) | Sergey M․ | 1 | +3 | -5 |
2021-01-16 02:22 | [animeondemand] Add support for lazy playlist extraction (closes #27829) | Sergey M․ | 1 | +16 | -10 |
2021-01-15 18:46 | [YoutubeDL] Protect from infinite recursion due to recursively nested playlists (closes #27833) | Sergey M․ | 1 | +129 | -107 |
2021-01-15 09:32 | [twitter] Add tests for more cards | Remita Amine | 1 | +19 | -1 |
2021-01-15 08:12 | [youporn] Restrict fallback download URL (refs #27822) | Sergey M․ | 1 | +1 | -1 |
2021-01-15 07:54 | [youporn] Improve height and tbr extraction (refs #23659, refs #20425) | Sergey M․ | 1 | +5 | -1 |
2021-01-15 07:43 | [youporn] Fix extraction (closes #27822) | Sergey M․ | 1 | +1 | -1 |
2021-01-15 05:38 | [twitter] Add support for unified cards (closes #27826) | Sergey M․ | 1 | +26 | -2 |
2021-01-14 12:41 | [twitch] Set OAuth token for GraphQL requests using auth-token cookie (#27790) | main() | 1 | +8 | -4 |
2021-01-14 04:46 | [YoutubeDL] Ignore failure to create existing directory (#27811) | Aaron Zeng | 1 | +2 | -0 |
2021-01-13 19:54 | [workflows/ci.yml] Run CI on PRs | Sergey M․ | 1 | +1 | -1 |
2021-01-13 17:37 | [YoutubeDL] Raise syntax error for format selection expressions with multiple + operators (closes #27803) | Sergey M․ | 2 | +3 | -0 |
2021-01-13 09:22 | [Mixcloud] Harmonize ID generation from lists with full ID generation (#27787) | Aarni Koskela | 1 | +9 | -2 |
2021-01-13 08:17 | [cspan] improve info extraction(closes #27791) | Remita Amine | 1 | +26 | -1 |
2021-01-12 20:15 | [adn] improve info extraction | Remita Amine | 1 | +44 | -35 |
2021-01-12 20:12 | [ADN] Fix extraction (#27732) | Adrian Heine né Lang | 1 | +86 | -59 |
2021-01-11 16:35 | [youtube:search] fix view_count and try to extract all video sections(closes #27588)(closes #27604) | Remita Amine | 1 | +50 | -67 |
2021-01-10 18:30 | [workflows/ci.yml] Change ubuntu-latest to ubuntu-18.04 | Sergey M․ | 1 | +3 | -3 |
2021-01-09 23:23 | [twitch] Improve login error extraction | Sergey M․ | 1 | +2 | -1 |
2021-01-09 23:23 | [twitch] Fix authentication (refs #27743) | Sergey M․ | 1 | +1 | -1 |
2021-01-09 21:29 | [threeqsdn] Improve extraction(closes #21058) | Remita Amine | 1 | +90 | -68 |
2021-01-08 20:09 | [peertube] Extract files also from streamingPlaylists (#27728) | 0l-l0 | 1 | +21 | -1 |
2021-01-08 15:13 | [khanacademy] fix extraction(closes #2887)(closes #26803) | Remita Amine | 2 | +85 | -57 |
2021-01-08 08:25 | [spike] Update Paramount Network feed URL(closes #27715) | Remita Amine | 1 | +7 | -1 |
2021-01-08 04:03 | release 2021.01.08 | Sergey M․ | 8 | +25 | -16 |
2021-01-08 04:01 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +35 | -0 |
2021-01-07 13:48 | [rai] improve subtitles extraction (#27705) | nixxo | 2 | +43 | -19 |
2021-01-07 11:35 | [canvas] Match only supported VRT NU URLs(#27707) | Remita Amine | 1 | +1 | -1 |
2021-01-06 19:39 | [extractors] add BibelTVIE import | Remita Amine | 1 | +1 | -0 |
2021-01-06 19:38 | [bibeltv] Add new extractor(closes #14361) | Remita Amine | 1 | +30 | -0 |
2021-01-06 17:50 | [bfmtv] Add new extractor(closes #16053)(closes #26615) | Remita Amine | 2 | +108 | -0 |
2021-01-06 12:41 | [sbs] Add support for ondemand play and news embed URLs(closes #17650)(closes #27629) | Remita Amine | 1 | +11 | -2 |
2021-01-05 20:54 | [twitch] Refactor | Sergey M․ | 1 | +23 | -25 |
2021-01-05 20:46 | [twitch] Drop legacy kraken API v5 code altogether | Sergey M․ | 1 | +0 | -83 |
2021-01-05 20:33 | [twitch:vod] Switch to GraphQL for video metadata | Sergey M․ | 1 | +41 | -2 |
2021-01-05 20:17 | [canvas] Fix VRT NU extraction(closes #26957)(closes #27053) | Remita Amine | 1 | +42 | -76 |
2021-01-05 19:10 | [twitch] Improve access token extraction and remove unused code (closes #27646) | Sergey M․ | 1 | +15 | -18 |
2021-01-03 13:30 | [twitch] Switch access token to GraphQL and refactor. | 23rd | 1 | +68 | -46 |
2021-01-05 18:49 | [rai] Detect ContentItem in iframe (closes #12652) (#27673) | nixxo | 1 | +15 | -1 |
2021-01-05 17:17 | [ketnet] fix extraction(closes #27662) | Remita Amine | 1 | +49 | -70 |
2021-01-05 16:31 | [dplay] Add suport Discovery+ domains(closes #27680) | Remita Amine | 1 | +26 | -3 |
2021-01-05 00:40 | [motherless] Fix review issues and improve extraction (closes #26495, closes #27450) | Sergey M․ | 1 | +34 | -18 |
2020-12-16 08:54 | [motherless] Fix recent videos upload date extraction (closes #27661) | cladmi | 1 | +14 | -5 |
2021-01-04 19:44 | [travis] Drop Travis CI (closes #7193, closes #12366) | Sergey M․ | 1 | +0 | -50 |
2021-01-04 18:34 | [workflows/ci.yml] Add support for jython | Sergey M․ | 2 | +25 | -6 |
2021-01-04 18:24 | [downloader/hls] Disable decryption in tests (#27660) | Kevin O'Connor | 1 | +6 | -2 |
2021-01-04 16:16 | [iheart] Update test description value (#27037) | Yurii H | 1 | +1 | -1 |
2021-01-04 11:16 | [nrk] fix extraction for videos without a legalAge rating | Remita Amine | 1 | +6 | -6 |
2021-01-04 08:59 | [iheart] clean HTML tags from episode description | Remita Amine | 1 | +2 | -1 |
2021-01-04 08:42 | [iheart] remove print statement | Remita Amine | 1 | +0 | -1 |
2021-01-04 00:13 | [googleplus] Remove Extractor(closes #4955)(closes #7400) | Remita Amine | 2 | +0 | -74 |
2021-01-04 00:09 | [applepodcasts] Add new extractor(#25918) | Remita Amine | 2 | +62 | -0 |
2021-01-04 00:04 | [googlepodcasts] Add new extractor | Remita Amine | 2 | +92 | -0 |
2021-01-04 00:00 | [iheart] Add new extractor for iHeartRadio(#27037) | Remita Amine | 2 | +101 | -0 |
2021-01-03 23:53 | [acast] clean podcast URLs | Remita Amine | 1 | +2 | -1 |
2021-01-03 23:53 | [stitcher] clean podcast URLs | Remita Amine | 1 | +2 | -1 |
2021-01-03 23:51 | [utils] add a function to clean podcast URLs | Remita Amine | 2 | +22 | -0 |
2021-01-03 17:17 | [xfileshare] Add support for aparat.cam (closes #27651) | Sergey M․ | 1 | +4 | -0 |
2021-01-03 15:25 | [nrktv] Add subtitles test | Sergey M․ | 1 | +8 | -0 |
2021-01-03 12:37 | [twitter] Add support for summary card(closes #25121) | Remita Amine | 1 | +5 | -0 |
2021-01-03 12:29 | [twitter] try to use a Generic fallback for unknown twitter cards(closes #25982) | Remita Amine | 1 | +30 | -22 |
2021-01-03 11:12 | [stitcher] Add support for shows and show metadata extraction(closes #20510) | Remita Amine | 2 | +92 | -33 |
2021-01-03 09:04 | [stv] improve episode id extraction(closes #23083) | Remita Amine | 1 | +35 | -7 |
2021-01-03 02:12 | release 2021.01.03 | Sergey M․ | 8 | +19 | -16 |
2021-01-03 02:10 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +21 | -0 |
2021-01-03 01:58 | [nrk] Fix age limit extraction | Sergey M․ | 1 | +16 | -2 |
2021-01-03 01:31 | [nrk] Improve series metadata extraction (closes #27473) | Sergey M․ | 1 | +23 | -9 |
2021-01-03 00:57 | [nrk] PEP 8 | Sergey M․ | 1 | +4 | -2 |
2021-01-03 00:53 | [nrk] Improve episode and season number extraction | Sergey M․ | 1 | +17 | -13 |
2021-01-03 00:31 | [nrktv] Fix tests | Sergey M․ | 1 | +15 | -13 |
2021-01-03 00:30 | [nrk] Improve series metadata extraction | Sergey M․ | 1 | +24 | -1 |
2021-01-03 00:02 | [nrk] Extract subtitles | Sergey M․ | 1 | +17 | -0 |
2021-01-02 23:51 | [nrk] Fix age limit extraction | Sergey M․ | 1 | +4 | -0 |
2021-01-02 23:45 | [nrk] Inline _extract_from_playback | Sergey M․ | 1 | +3 | -5 |
2021-01-02 23:44 | [nrk] Improve video id extraction | Sergey M․ | 1 | +3 | -1 |
2021-01-02 23:41 | [nrk] Add more shortcut tests | Sergey M․ | 1 | +13 | -1 |
2021-01-02 23:29 | [nrk] Improve extraction (closes #27634, closes #27635) | Sergey M․ | 2 | +166 | -71 |
2021-01-02 22:01 | [nrktv] Switch to playback endpoint | Sergey M․ | 1 | +57 | -216 |
2021-01-01 19:21 | [vvvvid] fix season metadata extraction(#18130) | Remita Amine | 1 | +15 | -6 |
2021-01-01 17:30 | [stitcher] fix extraction(closes #20811)(closes #27606) | Remita Amine | 1 | +33 | -27 |
2021-01-01 16:05 | [acast] fix extraction(closes #21444)(closes #27612)(closes #27613) | Remita Amine | 1 | +53 | -63 |
2020-12-31 22:42 | [arcpublishing] add missing staticmethod decorator | Remita Amine | 1 | +1 | -0 |
2020-12-31 22:31 | [arcpublishing] Add new extractor | Remita Amine | 4 | +210 | -84 |
2020-12-31 11:17 | [sky] add support for Sports News articles and Brighcove videos(closes #13054) | Remita Amine | 2 | +79 | -23 |
2020-12-31 11:04 | [vvvvid] skip unplayable episodes and extract akamai formats(closes #27599) | Remita Amine | 1 | +3 | -4 |
2020-12-31 10:58 | [yandexvideo] fix extraction for Python 3.4 | Remita Amine | 1 | +2 | -2 |
2020-12-30 22:17 | release 2020.12.31 | Sergey M․ | 8 | +17 | -15 |
2020-12-30 22:14 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +23 | -0 |
2020-12-30 22:06 | [redditr] Fix review issues and extract source thumbnail (closes #27503) | Sergey M․ | 1 | +24 | -12 |
2020-12-22 12:12 | [redditr] Extract all thumbnails | ozburo | 1 | +14 | -1 |
2020-12-30 17:16 | [vvvvid] imporove info extraction | Remita Amine | 1 | +52 | -26 |
2020-12-30 17:12 | [vvvvid] add playlists support (#27574) | nixxo | 2 | +63 | -7 |
2020-12-30 15:45 | [yandexdisk] extract info from webpage | Remita Amine | 1 | +47 | -42 |
2020-12-30 12:43 | [yandexdisk] fix extraction(closes #17861)(closes #27131) | Remita Amine | 1 | +84 | -60 |
2020-12-30 12:30 | [yandexvideo] use old api call as fallback | Remita Amine | 1 | +11 | -7 |
2020-12-30 08:24 | [yandexvideo] fix extraction(closes #25000) | Remita Amine | 1 | +76 | -40 |
2020-12-30 08:22 | [utils] accept only supported protocols in url_or_none | Remita Amine | 2 | +6 | -1 |
2020-12-29 18:29 | [YoutubeDL] Allow format filtering using audio language(#16209) | Remita Amine | 2 | +2 | -1 |
2020-12-29 16:21 | [nbc] Remove CSNNE extractor | Remita Amine | 2 | +0 | -28 |
2020-12-29 16:15 | [nbc] fix NBCSport VPlayer URL extraction(closes #16640) | Remita Amine | 1 | +19 | -7 |
2020-12-29 15:59 | [aenetworks] fix HistoryPlayerIE tests | Remita Amine | 1 | +1 | -0 |
2020-12-29 15:13 | [aenetworks] add support for biography.com (closes #3863) | Remita Amine | 2 | +73 | -26 |
2020-12-29 13:10 | [uktvplay] match new video URLs(closes #17909) | Remita Amine | 1 | +7 | -4 |
2020-12-29 13:09 | [sevenplay] detect API errors | Remita Amine | 1 | +21 | -11 |
2020-12-29 13:06 | [tenplay] fix format extraction(closes #26653) | Remita Amine | 1 | +23 | -11 |
2020-12-29 13:05 | [brightcove] raise ExtractorError for DRM protected videos(closes #23467)(closes #27568) | Remita Amine | 1 | +15 | -7 |
2020-12-28 19:52 | release 2020.12.29 | Sergey M․ | 8 | +14 | -15 |
2020-12-28 19:49 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +21 | -0 |
2020-12-28 19:29 | [youtube] Improve yt initial data extraction (closes #27524) | Sergey M․ | 1 | +8 | -2 |
2020-12-28 19:19 | [youtube:tab] Improve URL matching (closes #27559) | Sergey M․ | 1 | +9 | -0 |
2020-12-28 19:11 | [youtube:tab] Restore retry on browse requests (closes #27313, closes #27564) | Sergey M․ | 1 | +19 | -4 |
2020-12-28 17:19 | [aparat] Fix extraction | Remita Amine | 1 | +7 | -13 |
2020-12-28 10:12 | [brightcove] remove sonyliv specific code | Remita Amine | 1 | +0 | -8 |
2020-12-28 09:50 | [piksel] import format extraction | Remita Amine | 2 | +80 | -31 |
2020-12-27 22:47 | [zype] Add support for uplynk videos | Remita Amine | 1 | +7 | -1 |
2020-12-27 21:26 | [toggle] add support for live.mewatch.sg (closes #27555) | Remita Amine | 1 | +4 | -1 |
2020-12-27 17:36 | [go] Added support for FXNetworks (#26826) | JamKage | 3 | +19 | -80 |
2020-12-27 15:57 | [teachable] Improve embed detection (closes #26923) | Sergey M․ | 1 | +1 | -1 |
2020-12-27 15:22 | [mitele] fix free video extraction(#24624)(closes #25827)(closes #26757) | Remita Amine | 1 | +6 | -14 |
2020-12-27 15:20 | [telecinco] fix extraction | Remita Amine | 1 | +20 | -57 |
2020-12-27 14:15 | [youtube] Update invidious.snopyta.org (#22667) | Sergey M | 1 | +1 | -1 |
2020-12-27 07:58 | [amcnetworks] improve auth only video detection(closes #27548) | Remita Amine | 1 | +2 | -1 |
2020-12-27 07:55 | [generic] Add support for VHX Embeds(#27546) | Remita Amine | 2 | +27 | -2 |
2020-12-26 16:17 | release 2020.12.26 | Sergey M․ | 8 | +18 | -14 |
2020-12-26 16:13 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +32 | -0 |
2020-12-26 15:59 | [instagram] Fix test | Sergey M․ | 1 | +1 | -1 |
2020-12-26 15:58 | [instagram] Fix comment count extraction | Sergey M․ | 1 | +11 | -5 |
2020-12-26 15:50 | [instagram] Add support for reel URLs (closes #26234, closes #26250) | Sergey M․ | 1 | +4 | -1 |
2020-12-26 15:54 | [bbc] switch to media selector v6 | Remita Amine | 1 | +20 | -54 |
2020-12-26 15:42 | [instagram] Improve thumbnail extraction | Sergey M․ | 1 | +1 | -1 |
2020-12-26 15:37 | [instagram] Improve extraction (closes #22880) | Sergey M․ | 1 | +67 | -65 |
2019-10-28 07:54 | [instagram] Fix extraction when authenticated (closes #27422) | Andrew Udvare | 1 | +10 | -0 |
2020-12-26 15:14 | [spankbang] Remove unused import | Sergey M․ | 1 | +0 | -1 |
2020-12-26 14:58 | [spangbang:playlist] Fix extraction (closes #24087) | Sergey M․ | 1 | +12 | -8 |
2020-12-26 14:55 | [spangbang] Add support for playlist videos | Sergey M․ | 1 | +13 | -2 |
2020-12-26 14:24 | [pornhub] Improve like and dislike count extraction (closes #27356) | Sergey M․ | 1 | +8 | -4 |
2020-12-26 14:16 | [pornhub] Fix review issues (closes #27393) | Sergey M․ | 1 | +11 | -11 |
2020-12-12 14:17 | [pornhub] Fix lq formats extraction (closes #27386) | JChris246 | 1 | +12 | -2 |
2020-12-26 13:50 | [README.md] Update reference to cookie export extension for Chrome (closes #26885) (#27433) | Marco Fantauzzo | 1 | +1 | -1 |
2020-12-26 13:30 | [bongacams] Add extractor (closes #27440) | Sergey M․ | 2 | +61 | -0 |
2020-12-26 12:59 | [youtube:tab] Extend _VALID_URL (closes #27501) | Sergey M․ | 3 | +21 | -27 |
2020-12-26 08:37 | [theweatherchannel] fix extraction (closes #25930)(closes #26051) | Remita Amine | 1 | +33 | -10 |
2020-12-25 20:35 | [sprout] correct typo | Remita Amine | 1 | +1 | -1 |
2020-12-25 20:17 | [sprout] Add support for Universal Kids (closes #22518) | Remita Amine | 1 | +50 | -38 |
2020-12-25 20:16 | [theplatform] allow passing geo bypass countries from other extractors | Remita Amine | 1 | +3 | -0 |
2020-12-25 16:00 | [wistia] Add support for playlists (closes #27533) | Remita Amine | 2 | +102 | -62 |
2020-12-24 18:40 | [ctv] Add new extractor (closes #27525) | Remita Amine | 2 | +53 | -0 |
2020-12-24 16:39 | [9c9media] improve info extraction | Remita Amine | 1 | +9 | -7 |
2020-12-24 15:05 | [youtube] fix automatic captions extraction(closes #27162)(closes #27388) | Remita Amine | 1 | +14 | -18 |
2020-12-24 12:33 | [sonyliv] fix title for movies | Remita Amine | 1 | +1 | -1 |
2020-12-24 12:09 | [sonyliv] fix extraction(closes #25667) | Remita Amine | 1 | +92 | -20 |
2020-12-24 12:05 | [streetvoice] fix extraction(closes #27455)(closes #27492) | Remita Amine | 1 | +72 | -21 |
2020-12-24 11:59 | [facebook] add support for watchparty pages(closes #27507) | Remita Amine | 1 | +139 | -82 |
2020-12-24 11:40 | [cbslocal] fix video extraction | Remita Amine | 2 | +45 | -27 |
2020-12-24 11:38 | [brightcove] add another method to extract policyKey | Remita Amine | 1 | +20 | -16 |
2020-12-22 16:27 | [mewatch] Relax _VALID_URL (closes #27506) | Sergey M․ | 1 | +7 | -1 |
2020-12-21 21:48 | release 2020.12.22 | Sergey M․ | 8 | +24 | -20 |
2020-12-21 21:45 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +30 | -0 |
2020-12-21 08:02 | [anvato] remove NFLTokenGenerator | Remita Amine | 4 | +3 | -54 |
2020-12-20 17:07 | [tastytrade] Remove Extractor(closes #25716) | Remita Amine | 2 | +0 | -44 |
2020-12-20 16:15 | [niconico] fix playlist extraction(closes #27428) | Remita Amine | 1 | +71 | -26 |
2020-12-20 16:10 | [everyonesmixtape] Remove Extractor | Remita Amine | 2 | +0 | -78 |
2020-12-20 11:05 | [kanalplay] Remove Extractor | Remita Amine | 2 | +0 | -98 |
2020-12-20 11:03 | [arkena] fix extraction | Remita Amine | 1 | +91 | -61 |
2020-12-19 21:17 | Switch to GitHub actions for CI | Sergey M․ | 3 | +69 | -1 |
2020-12-19 19:13 | [nba] rewrite extractor | Remita Amine | 2 | +385 | -104 |
2020-12-19 19:12 | [turner] improve info extraction | Remita Amine | 2 | +39 | -10 |
2020-12-19 19:08 | [common] remove unwanted query params from unsigned akamai manifest URLs | Remita Amine | 2 | +9 | -3 |
2020-12-19 17:48 | [youtube] Improve xsrf token extraction (closes #27442) | Sergey M․ | 1 | +23 | -11 |
2020-12-19 16:24 | [generic] Improve RSS age limit extraction | Sergey M․ | 1 | +8 | -5 |
2020-12-19 16:18 | [generic] Fix RSS itunes thumbnail extraction (#27405) | renalid | 1 | +26 | -1 |
2020-12-17 16:21 | [redditr] Extract duration (#27426) | Trevor Nelson | 1 | +6 | -0 |
2020-12-16 20:47 | [anvato] Disable NFLTokenGenerator(closes #27449) | Remita Amine | 2 | +3 | -2 |
2020-12-16 20:20 | [zaq1] Remove extractor | Remita Amine | 2 | +0 | -102 |
2020-12-16 11:30 | [asiancrush] fix extraction and add support for retrocrush.tv | Remita Amine | 1 | +138 | -83 |
2020-12-15 18:07 | [noco] Remove Extractor(closes #10864) | Remita Amine | 2 | +0 | -236 |
2020-12-15 15:06 | [nfl] fix extraction(closes #22245) | Remita Amine | 2 | +96 | -165 |
2020-12-15 15:01 | [anvato] update ANVACK table and add experimental token generator for NFL | Remita Amine | 4 | +129 | -11 |
2020-12-14 18:01 | [sky] relax SkySports URL regex (closes #27435) | Remita Amine | 1 | +9 | -3 |
2020-12-14 17:47 | [tv5unis] Add new extractor(closes #22399)(closes #24890) | Remita Amine | 2 | +125 | -0 |
2020-12-14 13:59 | [videomore] add support more.tv (closes #27088) | Remita Amine | 1 | +135 | -120 |
2020-12-14 05:52 | [yandexmusic:album] Simplify | Sergey M․ | 1 | +5 | -1 |
2020-12-14 05:48 | [yandexmusic] Add support for music.yandex.com (closes #27425) | Sergey M․ | 1 | +4 | -1 |
2020-12-14 05:45 | [yandexmusic] DRY _VALID_URL base | Sergey M․ | 1 | +7 | -5 |
2020-12-13 21:04 | [nhk:program] Add support for audio programs and program clips | Remita Amine | 1 | +70 | -64 |
2020-12-13 20:57 | [nhk] Add support for NHK video programs (#27230) | Matthew Rayermann | 2 | +118 | -49 |
2020-12-13 17:57 | release 2020.12.14 | Sergey M․ | 7 | +14 | -14 |
2020-12-13 17:55 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +28 | -1 |
2020-12-13 16:47 | [test_InfoExtractor] PEP 8 | Sergey M․ | 1 | +0 | -1 |
2020-12-13 16:43 | [mdr] Bypass geo restriction | Sergey M․ | 1 | +2 | -0 |
2020-12-13 16:42 | [mdr] Improve extraction (closes #24346, closes #26873) | Sergey M․ | 1 | +42 | -33 |
2020-12-13 15:46 | [PULL_REQUEST_TEMPLATE.md] Add tests requirement and make coding conventions requirement more explicit | Sergey M․ | 1 | +3 | -1 |
2020-12-13 15:18 | [yandexmusic:album] Improve album title extraction (closes #27418) | Sergey M․ | 1 | +12 | -1 |
2020-12-13 13:27 | [eporner] Fix view count extraction and make optional (closes #23306) | Sergey M․ | 1 | +2 | -2 |
2020-12-13 13:24 | [extractor/common] Improve JSON-LD interaction statistic extraction (refs #23306) | Sergey M․ | 2 | +60 | -2 |
2020-12-13 12:57 | [eporner] Fix embed test URL | Sergey M․ | 1 | +1 | -1 |
2020-12-13 12:56 | [eporner] Fix hash extraction and extend _VALID_URL (#27396) | spvkgn | 1 | +5 | -2 |
2020-12-13 11:43 | [slideslive] use m3u8 entry protocol for m3u8 formats(closes #27400) | Remita Amine | 1 | +3 | -2 |
2020-12-13 11:39 | [downloader/hls] delegate manifests with media initialization to ffmpeg | Remita Amine | 1 | +2 | -0 |
2020-12-13 11:13 | [twitcasting] fix format extraction and improve info extraction(closes #24868) | Remita Amine | 1 | +51 | -21 |
2020-12-13 09:53 | [extractor/common] Document duration meta field for playlists | Sergey M․ | 1 | +2 | -2 |
2020-12-13 09:52 | [linuxacademy] Fix authentication and extraction (closes #21129, closes #26223, closes #27402) | Sergey M․ | 1 | +100 | -30 |
2020-12-13 08:50 | [itv] clean description from HTML tags (closes #27399) | Remita Amine | 1 | +2 | -2 |
2020-12-13 08:04 | [vlive] Sort live formats (closes #27404) | Sergey M․ | 1 | +1 | -0 |
2020-12-12 22:02 | [hotstart] fix and improve extraction | Remita Amine | 1 | +69 | -27 |
2020-12-12 18:27 | [youtube] Add some invidious instances (#27373) | toniz4 | 1 | +8 | -0 |
2020-12-12 00:09 | release 2020.12.12 | Sergey M․ | 9 | +15 | -21 |
2020-12-12 00:04 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +33 | -0 |
2020-12-11 23:49 | [ruutu] Extract more metadata and detect non-free videos (closes #21154) | Sergey M․ | 1 | +49 | -4 |
2020-12-11 22:57 | [ruutu] Authenticate format URLs (closes #21031, closes #26782) | Sergey M․ | 1 | +13 | -2 |
2020-12-11 22:09 | [ruutu] Add support for static.nelonenmedia.fi (closes #25412) | Sergey M․ | 1 | +12 | -1 |
2020-12-11 22:05 | [ruutu] Extend _VALID_URL (closes #24839) | Sergey M․ | 1 | +10 | -3 |
2020-12-11 22:09 | [facebook] Add support archived live video URLs(closes #15859) | Remita Amine | 1 | +5 | -1 |
2020-12-11 21:48 | [wdr] Extent subtitles extraction and improve overall extraction (closes #22672, closes #22723) | Sergey M․ | 1 | +17 | -4 |
2020-12-11 21:36 | [facebook] add support for videos attached to Relay based story pages(#10795) | Remita Amine | 1 | +16 | -1 |
2020-12-11 21:27 | [wdr:page] Add support for kinder.wdr.de (closes #27350) | Sergey M․ | 1 | +6 | -2 |
2020-12-11 20:50 | [facebook] Add another regex for handleServerJS | Remita Amine | 1 | +2 | -2 |
2020-12-11 20:24 | [facebook] fix embed page extraction | Remita Amine | 1 | +1 | -1 |
2020-12-11 20:12 | [YoutubeDL] Improve thumbnails' filenames deducing (closes #26010) (#27244) | compujo | 1 | +1 | -1 |
2020-12-11 16:49 | [facebook] add support for Relay post pages(closes #26935) | Remita Amine | 1 | +73 | -52 |
2020-12-11 15:05 | [facebook] proper support for watch videos(closes #22795)(#27062) | Remita Amine | 1 | +6 | -1 |
2020-12-11 14:54 | Revert "[facebook] add support for watch videos(closes #22795)" | Remita Amine | 1 | +1 | -24 |
2020-12-11 12:54 | [facebook] add support for watch videos(closes #22795) | Remita Amine | 1 | +24 | -1 |
2020-12-11 11:04 | [facebook] add support for group posts with multiple videos(closes #19131) | Remita Amine | 1 | +45 | -12 |
2020-12-10 21:28 | [itv] remove old extractio method and fix series metadata extraction | Remita Amine | 1 | +90 | -217 |
2020-12-10 14:19 | [facebook] redirect Mobile URLs to Desktop URLs | Remita Amine | 1 | +2 | -1 |
2020-12-10 13:52 | [facebook] Add support for Relay based pages(closes #26823) | Remita Amine | 1 | +66 | -5 |
2020-12-10 11:10 | [facebook] try to reduce unessessary tahoe requests | Remita Amine | 1 | +4 | -5 |
2020-12-09 22:52 | [facebook] remove hardcoded chrome user-agent | Remita Amine | 1 | +1 | -5 |
2020-12-09 19:01 | [smotri] Remove extractor (#27358) | Andrey Smirnoff | 4 | +1 | -429 |
2020-12-09 17:12 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +1 | -1 |
2020-12-09 14:50 | [README.md] Update travis CI tld (#27354) | 谭九鼎 | 1 | +1 | -1 |
2020-12-09 09:39 | [beampro] Remove Extractor | Remita Amine | 2 | +0 | -198 |
2020-12-08 21:25 | release 2020.12.09 | Sergey M․ | 7 | +16 | -14 |
2020-12-08 21:24 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +24 | -0 |
2020-12-08 21:17 | [youtube:tab] Improve identity token extraction (closes #27197) | Sergey M․ | 1 | +14 | -3 |
2020-12-08 21:02 | [youtube:tab] Make click tracking params on continuation optional | Sergey M․ | 1 | +12 | -12 |
2020-12-08 20:40 | [youtube:tab] Delegate inline playlists to tab-based playlists (closes #27298) | Sergey M․ | 1 | +16 | -2 |
2020-12-08 18:14 | [tubitv] Extract release year (#27317) | EntranceJew | 1 | +14 | -0 |
2020-12-08 17:41 | [youtube] Remove unused code (#27343) | Soneé John | 1 | +0 | -5 |
2020-12-08 17:05 | [extractor/common] Fix inline HTML5 media tags processing and add test (closes #27345) | Sergey M․ | 2 | +15 | -3 |
2020-12-08 16:11 | [amcnetworks] Fix free content extraction(closes #20354) | Remita Amine | 1 | +25 | -25 |
2020-12-08 13:53 | [lbry] add support for channel extraction(closes #25584) | Remita Amine | 2 | +141 | -43 |
2020-12-08 09:52 | [lbry] add support for short and embed URLs and fix channel metadata extraction | Remita Amine | 1 | +36 | -8 |
2020-12-07 23:31 | [telequebec] Fix Extraction and Add Support for video.telequebec.tv | Remita Amine | 2 | +88 | -73 |
2020-12-07 18:12 | [youtube:tab] Capture and output alerts (closes #27340) | Sergey M․ | 1 | +22 | -0 |
2020-12-07 14:27 | [generic] comment a test covered now by AmericasTestKitchenIE | Remita Amine | 1 | +17 | -17 |
2020-12-07 14:12 | [tvplay:home] Fix extraction(closes #21153) | Remita Amine | 1 | +35 | -55 |
2020-12-06 22:37 | [americastestkitchen] Fix Extraction and add support for Cook's Country and Cook's Illustrated | Remita Amine | 1 | +26 | -42 |
2020-12-06 20:27 | [slideslive] Add support for yoda service videos and extract subtitles (closes #27323) | Sergey M․ | 1 | +51 | -4 |
2020-12-06 19:03 | release 2020.12.07 | Sergey M․ | 8 | +17 | -14 |
2020-12-06 19:01 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +26 | -0 |
2020-12-06 19:01 | [extractor/generic] Remove unused import | Sergey M․ | 1 | +0 | -1 |
2020-12-06 18:38 | [aenetworks] Fix extraction | Remita Amine | 2 | +162 | -111 |
2020-12-06 18:48 | [youtube] Improve youtu.be extraction in non-existing playlists (closes #27324) | Sergey M․ | 2 | +36 | -20 |
2020-12-06 18:15 | [extractor/common] Extract timestamp from Last-Modified header | Sergey M․ | 1 | +1 | -1 |
2020-12-06 17:59 | [extractor/common] Add support for dl8-* media tags (closes #27283) | Sergey M․ | 2 | +5 | -2 |
2020-12-06 17:55 | [extractor/common] Eliminate media tag name regex duplication | Sergey M․ | 1 | +3 | -2 |
2020-12-06 17:45 | [extractor/common] Fix media type extraction for HTML5 media tags in start/end form | Sergey M․ | 1 | +2 | -2 |
2020-12-06 16:08 | [generic] Extract RSS video itunes metadata | Sergey M․ | 1 | +33 | -3 |
2020-12-06 15:30 | [generic] Extract RSS video timestamp | Sergey M․ | 1 | +3 | -0 |
2020-12-06 15:12 | [generic] Extract RSS video description (#27177) | renalid | 1 | +14 | -5 |
2020-12-05 15:24 | [nrk] reduce requests for Radio series | Remita Amine | 1 | +4 | -2 |
2020-12-05 14:35 | [nrk] reduce the number of instalments requests | Remita Amine | 1 | +3 | -1 |
2020-12-05 08:13 | [nrk] improve format extraction | Remita Amine | 1 | +28 | -12 |
2020-12-04 23:32 | [nrk] improve extraction | Remita Amine | 1 | +81 | -171 |
2020-12-04 21:45 | [peertube] Extract fps | Sergey M․ | 1 | +2 | -0 |
2020-12-04 21:41 | [peertube] Recognize audio-only formats (closes #27295) | Sergey M․ | 1 | +2 | -0 |
2020-12-04 20:40 | release 2020.12.05 | Sergey M․ | 8 | +17 | -14 |
2020-12-04 20:31 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +21 | -0 |
2020-12-04 20:24 | [teachable:course] Improve extraction (closes #24507, closes #27286) | Sergey M․ | 1 | +1 | -1 |
2020-12-04 20:00 | [nrk] Improve error extraction | Sergey M․ | 1 | +20 | -16 |
2020-12-04 19:46 | [nrktv] Relax _VALID_URL | Sergey M․ | 1 | +1 | -8 |
2020-12-04 19:43 | [nrktv:series] Improve extraction (closes #21926) | Sergey M․ | 1 | +26 | -4 |
2020-12-04 19:21 | [nrktv:series] Improve extraction | Sergey M․ | 1 | +74 | -48 |
2020-12-04 18:19 | [nrktv:season] Improve extraction | Sergey M․ | 1 | +83 | -16 |
2020-12-04 17:08 | [nrk] fix call to moved method | Remita Amine | 1 | +2 | -2 |
2020-12-04 17:05 | [nrk] fix typo | Remita Amine | 1 | +1 | -1 |
2020-12-04 17:04 | [nrk] improve format extraction and geo-restriction detection (closes #24221) | Remita Amine | 1 | +21 | -22 |
2020-12-04 16:56 | [pornhub] Handle HTTP errors gracefully (closes #26414) | Sergey M․ | 1 | +6 | -1 |
2020-12-04 16:38 | [nrktv] Relax _VALID_URL (closes #27299, closes #26185) | Sergey M․ | 1 | +4 | -1 |
2020-12-04 13:16 | [zdf] extract webm formats(closes #26659) | Remita Amine | 1 | +2 | -2 |
2020-12-03 16:25 | [travis] Disable download jobs | Sergey M․ | 1 | +13 | -13 |
2020-12-03 07:47 | [nhk] Add audio clip test to NHK extractor (#27269) | Matthew Rayermann | 1 | +14 | -1 |
2020-12-02 23:35 | [gamespot] Extract DASH and HTTP formats | Remita Amine | 1 | +25 | -85 |
2020-12-02 23:33 | [extractor/commons] improve Akamai HTTP formats extraction | Remita Amine | 1 | +9 | -10 |
2020-12-02 21:49 | [tver] correct episode_number key | Remita Amine | 1 | +1 | -1 |
2020-12-02 20:37 | [extractor/common] improve Akamai HTTP format extraction | Remita Amine | 1 | +2 | -2 |
2020-12-02 20:36 | [tver] Add new extractor (closes #26662)(closes #27284) | Remita Amine | 3 | +104 | -0 |
2020-12-02 18:30 | [pornhub] Add support for pornhub.org (#27276) | opusforlife2 | 1 | +8 | -5 |
2020-12-01 23:41 | [extractors] Add QubIE import | Remita Amine | 1 | +4 | -1 |
2020-12-01 18:37 | release 2020.12.02 | Sergey M․ | 8 | +17 | -14 |
2020-12-01 18:22 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +17 | -0 |
2020-12-01 11:25 | [tva] Add support for qub.ca (closes #27235) | Remita Amine | 1 | +48 | -17 |
2020-12-01 09:38 | [toggle] Detect DRM protected videos (closes #16479)(closes #20805) | Remita Amine | 1 | +12 | -12 |
2020-12-01 09:11 | [toggle] Add support for new MeWatch URLs (closes #27256) | Remita Amine | 2 | +47 | -32 |
2020-11-30 21:44 | [youtube:tab] Extract channels only from channels tab (closes #27266) | Sergey M․ | 1 | +13 | -4 |
2020-11-30 18:53 | [cspan] Extract info from jwplayer data (closes #3672, closes #3734, closes #10638, closes #13030, closes #18806, closes #23148, closes #24461, closes #26171, closes #26800, closes #27263) | Sergey M․ | 1 | +23 | -2 |
2020-11-30 18:14 | [cspan] Pass Referer header with format's video URL (#26032) (closes #25729) | Roman Beránek | 1 | +2 | -0 |
2020-11-30 17:49 | [youtube] Improve age-gated videos extraction (closes #27259) | Sergey M․ | 1 | +9 | -3 |
2020-11-30 08:45 | [mediaset] add support for movie URLs(closes #27240) | Remita Amine | 1 | +4 | -1 |
2020-11-29 17:25 | [yandexmusic] Refactor and add support for artist's tracks and albums (closes #11887, closes #22284) | Sergey M․ | 2 | +200 | -82 |
2020-11-29 15:15 | [yandexmusic:track] Fix extraction (closes #26449, closes #26669, closes #26747, closes #26748, closes #26762) | Sergey M․ | 1 | +1 | -2 |
2020-11-29 06:53 | release 2020.11.29 | Sergey M․ | 8 | +15 | -15 |
2020-11-29 06:49 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +17 | -1 |
2020-11-29 06:44 | [drtv] Extend _VALID_URL (#27243) | Michael Munch | 1 | +4 | -1 |
2020-11-29 01:09 | [tiktok] Fix extraction (closes #20809, closes #22838, closes #22850, closes #25987, closes #26281, closes #26411, closes #26639, closes #26776, closes #27237) | Sergey M․ | 1 | +63 | -57 |
2020-11-28 21:15 | [ina] Add support for mobile URLs (#27229) | bopol | 1 | +4 | -1 |
2020-11-28 20:55 | [YoutubeDL] Write static debug to stderr and respect quiet for dynamic debug (closes #14579, closes #22593) | Sergey M․ | 1 | +2 | -2 |
2020-11-28 19:32 | [pornhub] Fix like and dislike count extraction (closes #27227) (#27234) | JChris246 | 1 | +2 | -2 |
2020-11-28 08:02 | [youtube] Improve yt initial player response extraction (closes #27216) | Sergey M․ | 1 | +7 | -2 |
2020-11-26 11:56 | [videa] improve extraction | Remita Amine | 1 | +54 | -45 |
2020-11-26 11:55 | [videa] Adapt to updates (#26301) | Adrian Heine né Lang | 1 | +60 | -2 |
2020-11-25 20:39 | [spreaker] fix SpreakerShowIE test URL | Remita Amine | 1 | +1 | -1 |
2020-11-25 20:05 | release 2020.11.26 | Sergey M․ | 8 | +20 | -14 |
2020-11-25 20:03 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +19 | -0 |
2020-11-25 19:58 | [spreaker] Add extractor (closes #13480, closes #13877) | Sergey M․ | 2 | +182 | -0 |
2020-11-25 10:40 | [vlive] improve extraction for geo-restricted videos | Remita Amine | 2 | +6 | -1 |
2020-11-25 10:26 | [vlive] Add support for post URLs(closes #27122)(closes #27123) | Remita Amine | 1 | +90 | -11 |
2020-11-24 22:25 | [viki] fix video API request(closes #27184) | Remita Amine | 1 | +5 | -2 |
2020-11-24 21:54 | [bbc] fix BBC Three clip extraction | Remita Amine | 1 | +19 | -3 |
2020-11-24 21:49 | [bbc] fix BBC News videos extraction | Remita Amine | 1 | +34 | -1 |
2020-11-24 17:29 | [medaltv] improve extraction | Remita Amine | 1 | +62 | -69 |
2020-11-24 17:27 | [medaltv] Add new extractor (#27149) | Joshua Lochner | 2 | +139 | -0 |
2020-11-23 21:44 | [youtube] imporve music metadata and license extraction(closes #26013) | Remita Amine | 1 | +29 | -1 |
2020-11-23 21:16 | [downloader/fragment] Set final file's mtime according to last fragment's Last-Modified header (closes #11718, closes #18384, closes #27138) | Sergey M․ | 1 | +12 | -2 |
2020-11-23 19:59 | [nrk] Fix extraction | Sergey M․ | 1 | +248 | -176 |
2020-11-23 19:18 | [cda] Fix extraction (closes #17803, closes #24458, closes #24518, closes #26381) | Sergey M․ | 1 | +32 | -3 |
2020-11-23 17:23 | release 2020.11.24 | Sergey M․ | 8 | +28 | -14 |
2020-11-23 17:20 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +19 | -0 |
2020-11-23 17:10 | [youtube:tab] Fix feeds extraction (closes #25695, closes #26452) | Sergey M․ | 2 | +97 | -71 |
2020-11-23 15:34 | [youtube:tab] PEP 8 | Sergey M․ | 1 | +5 | -5 |
2020-11-23 15:33 | [youtube:favorites] Restore extractor | Sergey M․ | 2 | +20 | -0 |
2020-11-23 15:19 | [youtube:tab] Fix some weird typo (closes #27157) | Sergey M․ | 1 | +1 | -1 |
2020-11-23 13:16 | [pinterest] Add support for large collections(more than 25 pins) | Remita Amine | 1 | +56 | -31 |
2020-11-22 18:38 | [franceinter] flake8 | Remita Amine | 1 | +1 | -1 |
2020-11-22 18:35 | [franceinter] add thumbnail url (#27153) | renalid | 1 | +3 | -0 |
2020-11-22 16:39 | [box] Add new extractor(#5949) | Remita Amine | 2 | +99 | -0 |
2020-11-22 13:12 | [nytimes] Add new cooking.nytimes.com extractor (#27143) | Jia Rong Yee | 2 | +39 | -0 |
2020-11-22 12:16 | [lbry] relax _VALID_URL regex(closes #27144) | Remita Amine | 1 | +4 | -1 |
2020-11-22 12:07 | [rumble] add support for embed pages(#10785) | Remita Amine | 2 | +68 | -0 |
2020-11-22 12:01 | [skyit] add support for multiple Sky Italia websites(closes #26629) | Remita Amine | 2 | +249 | -0 |
2020-11-22 11:54 | [extractor/common] add generic support for akamai http format extraction | Remita Amine | 1 | +27 | -0 |
2020-11-21 22:04 | [pinterest] Add extractor (closes #25747) | Sergey M․ | 2 | +180 | -0 |
2020-11-21 16:59 | release 2020.11.21.1 | Sergey M․ | 7 | +14 | -14 |
2020-11-21 16:52 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +31 | -0 |
2020-11-21 16:54 | release 2020.11.21 | Sergey M․ | 7 | +14 | -14 |
2020-11-21 16:41 | [youtube:tab] Comment out test | Sergey M․ | 1 | +7 | -4 |
2020-11-21 16:36 | [svtplay] Fix test title | Sergey M․ | 1 | +1 | -1 |
2020-11-21 16:35 | [svtplay] Add support for svt.se/barnkanalen (closes #24817) | Sergey M․ | 1 | +12 | -2 |
2020-11-21 16:24 | [svt] Extract timestamp and thumbnail in more cases (#27130) | Mattias Wadman | 1 | +25 | -9 |
2020-11-21 15:00 | Fix typos (#27084) | Josh Soref | 17 | +51 | -51 |
2020-11-21 14:52 | [youtube] Fix error reason extraction (#27081) | Daniel Peukert | 1 | +15 | -0 |
2020-11-21 13:49 | [youtube] Fix like and dislike count extraction (closes #25977) | Sergey M․ | 1 | +2 | -2 |
2020-11-21 13:48 | [youtube:tab] Add support for current video and fix lives extraction (closes #27126) | Sergey M․ | 2 | +55 | -60 |
2020-11-20 22:23 | [infoq] fix format extraction(closes #25984) | Remita Amine | 1 | +4 | -3 |
2020-11-20 21:44 | [francetv] Update to fix thumbnail URL issue (#27120) | renalid | 1 | +1 | -1 |
2020-11-20 21:22 | [downloader/http] Fix crash during urlopen caused by missing reason of URLError | Sergey M․ | 1 | +3 | -1 |
2020-11-20 21:00 | [YoutubeDL] Fix --ignore-errors for playlists with generator-based entries of url_transparent (closes #27064) | Sergey M․ | 2 | +101 | -21 |
2020-11-20 16:34 | [youtube:tab] Replace some test URLs with RIAA-friendly ones | Sergey M․ | 1 | +4 | -4 |
2020-11-20 16:21 | [youtube] Improve yt initial data extraction (closes #27093) | Sergey M․ | 1 | +20 | -2 |
2020-11-20 09:47 | [discoverynetworks] add support new TLC/DMAX URLs(closes #27100) | Remita Amine | 1 | +4 | -1 |
2020-11-20 09:26 | [rai] fix protocol relative relinker URLs(closes #22766) | Remita Amine | 1 | +2 | -2 |
2020-11-20 09:10 | [rai] fix unavailable video format detection | Remita Amine | 1 | +1 | -1 |
2020-11-20 09:01 | [rai] improve extraction | Remita Amine | 1 | +27 | -55 |
2020-11-20 09:00 | [rai] Fix extraction for recent raiplay.it updates (#27077) | Leonardo Taccari | 1 | +52 | -74 |
2020-11-19 21:45 | [viki] improve format extraction | Remita Amine | 1 | +83 | -59 |
2020-11-19 20:38 | [viki] fix stream extraction from mpd (#27092) | beefchop | 1 | +3 | -0 |
2020-11-19 19:01 | [googledrive] fix format extraction(closes #26979) | Remita Amine | 1 | +21 | -37 |
2020-11-19 16:29 | [amara] improve extraction | Remita Amine | 1 | +85 | -58 |
2020-11-19 16:26 | [Amara] Add new extractor (#20618) | Joost Verdoorn | 2 | +77 | -0 |
2020-11-19 12:12 | [vimeo:album] fix extraction(closes #27079) | Remita Amine | 1 | +7 | -4 |
2020-11-19 10:54 | [mtv] fix mgid extraction(closes #26841) | Remita Amine | 1 | +12 | -0 |
2020-11-18 22:22 | release 2020.11.19 | Sergey M․ | 8 | +17 | -17 |
2020-11-18 22:21 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +20 | -0 |
2020-11-18 22:16 | [youporn] Fix upload date extraction and make comment count optional (closes #26986) | Sergey M․ | 1 | +3 | -4 |
2020-11-18 22:02 | [arte] Rework extractors | Sergey M․ | 3 | +100 | -65 |
2020-11-18 20:26 | [arte] Extract m3u8 formats (closes #27061) | Sergey M․ | 1 | +18 | -1 |
2020-11-18 20:06 | [mgtv] fix format extraction(closes #26415) | Remita Amine | 1 | +7 | -3 |
2020-11-18 16:31 | [extractor/common] Output error for invalid URLs in _is_valid_url (refs #21400, refs #24151, refs #25617, refs #25618, refs #25586, refs #26068, refs #27072) | Sergey M․ | 1 | +3 | -2 |
2020-11-17 23:41 | [lbry] add support for odysee.com domain(closes #26806) | Remita Amine | 1 | +4 | -1 |
2020-11-17 22:16 | [francetv] improve info extraction | Remita Amine | 1 | +12 | -11 |
2020-11-17 22:06 | [francetv] Add fallback video url extraction (#27047) | gdzx | 1 | +28 | -4 |
2020-11-17 21:15 | release 2020.11.18 | Sergey M․ | 8 | +14 | -16 |
2020-11-17 21:11 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +16 | -0 |
2020-11-17 21:09 | [spiegel] Fix extraction (closes #24206, closes #24767) | Sergey M․ | 3 | +25 | -148 |
2020-11-17 20:32 | [youtube] Improve extraction | Sergey M․ | 2 | +142 | -96 |
2020-11-17 19:32 | [youtube:tab] fix view_count extraction(closes #27051) | Remita Amine | 1 | +2 | -2 |
2020-11-17 18:13 | [malltv] fix extraction(closes #27035) | Remita Amine | 1 | +46 | -14 |
2020-11-17 13:46 | [bandcamp] extract playlist_description(closes #22684) | Remita Amine | 1 | +6 | -1 |
2020-11-17 12:11 | [urplay] fix extraction(closes #26828) | Remita Amine | 1 | +51 | -26 |
2020-11-17 00:01 | [youtube:tab] Fix playlist title extraction (closes #27015) | Sergey M․ | 1 | +21 | -15 |
2020-11-16 21:28 | [youtube] Fix chapters extraction (closes #26005) | Sergey M․ | 1 | +3 | -13 |
2020-11-16 20:59 | release 2020.11.17 | Sergey M․ | 8 | +15 | -15 |
2020-11-16 20:50 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +24 | -0 |
2020-11-16 20:40 | [youtube:tab] Fix extraction with cookies provided (closes #27005) | Sergey M․ | 1 | +13 | -6 |
2020-11-16 20:27 | [lrt] fix extraction with empty tags(closes #20264) | Remita Amine | 1 | +1 | -1 |
2020-11-16 20:24 | [ndr:embed:base] Extract subtitles (closes #25447, closes #26106) | Sergey M․ | 1 | +38 | -0 |
2020-11-16 20:02 | [servus] Add support for pm-wissen.com (closes #25869) | Sergey M․ | 1 | +4 | -1 |
2020-11-16 19:57 | [servus] Fix extraction (closes #26872, closes #26967, closes #26983, closes #27000) | Sergey M․ | 1 | +91 | -15 |
2020-11-16 18:32 | [xtube] Fix extraction (closes #26996) | Sergey M․ | 1 | +1 | -1 |
2020-11-16 18:30 | [utils] Skip ! prefixed code in js_to_json | Sergey M․ | 2 | +25 | -2 |
2020-11-16 18:17 | [lrt] fix extraction | Remita Amine | 1 | +36 | -55 |
2020-11-16 18:04 | [lbry] Add new extractor | Remita Amine | 2 | +86 | -0 |
2020-11-16 17:57 | [condenast] fix extraction and extract subtitles | Remita Amine | 1 | +23 | -4 |
2020-11-16 16:26 | [bandcamp] fix extraction | Remita Amine | 1 | +59 | -92 |
2020-11-16 16:17 | [rai] fix RaiPlay extraction | Remita Amine | 1 | +33 | -28 |
2020-11-16 15:36 | [extractors] Remove VLivePlaylistIE import | Remita Amine | 1 | +0 | -1 |
2020-11-16 15:35 | [vlive] fix extraction | Remita Amine | 1 | +110 | -233 |
2020-11-16 15:21 | [usanetwork] fix extraction | Remita Amine | 1 | +16 | -66 |
2020-11-16 15:18 | [nbc] fix NBCNews/Today/MSNBC extraction | Remita Amine | 1 | +2 | -3 |
2020-11-16 15:08 | [devscripts/make_lazy_extractors] Correct a spelling mistake (#26991) | Edward Betts | 1 | +1 | -1 |
2020-11-16 14:55 | [cnbc] fix extraction | Remita Amine | 1 | +12 | -7 |
2020-11-16 14:03 | [youtube] Remove RIAA copyrighted media from tests as per [1] | Sergey M․ | 1 | +1 | -144 |
2020-11-11 23:23 | release 2020.11.12 | Sergey M․ | 8 | +16 | -20 |
2020-11-11 23:18 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +6 | -0 |
2020-11-11 23:16 | [youtube] Rework extractors | Sergey M․ | 3 | +565 | -569 |
2020-11-01 01:58 | release 2020.11.01.1 | Sergey M․ | 6 | +13 | -13 |
2020-11-01 01:52 | release 2020.11.01 | Sergey M․ | 7 | +14 | -14 |
2020-11-01 00:34 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +18 | -0 |
2020-10-31 23:52 | [youtube] Fix JS player URL extraction | Sergey M․ | 1 | +4 | -1 |
2020-10-23 14:31 | [ytsearch] Fix extraction (closes #26920) | Sergey M․ | 1 | +76 | -36 |
2020-10-22 12:15 | [afreecatv] Fix typo (#26970) | Toan Nguyen | 1 | +1 | -1 |
2020-10-19 17:56 | [23video] Relax _VALID_URL (#26870) | Hannu Hartikainen | 1 | +7 | -4 |
2020-10-17 17:10 | [utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851) | Kevin O'Connor | 2 | +12 | -6 |
2020-10-17 16:14 | [ustream] Add support for video.ibm.com (#26894) | Sergio Livi | 1 | +5 | -2 |
2020-10-17 16:02 | [iqiyi] Fix typo (#26884) | Felix Yan | 1 | +1 | -1 |
2020-09-24 00:36 | [expressen] Add support for di.se (closes #26670) | Sergey M․ | 1 | +5 | -2 |
2020-09-23 23:46 | [iprima] Improve video id extraction (#26507) (closes #26494) | Surkal | 1 | +2 | -1 |
2020-09-23 23:36 | [README.md] Fix autonumber sequence description (refs #26686) | Sergey M․ | 1 | +1 | -1 |
2020-09-22 00:01 | [downloader/http] Properly handle missing message in SSLError (closes #26646) | Sergey M․ | 1 | +1 | -1 |
2020-09-21 23:44 | [downloader/http] Fix access to not yet opened stream in retry | Sergey M․ | 1 | +4 | -3 |
2020-09-20 05:30 | release 2020.09.20 | Sergey M․ | 7 | +14 | -14 |
2020-09-20 05:23 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +21 | -0 |
2020-09-20 04:39 | [redtube] Extend _VALID_URL (#26506) | nixxo | 1 | +4 | -1 |
2020-09-20 03:05 | [twitch] Switch streams to GraphQL and refactor (closes #26535) | Sergey M․ | 1 | +83 | -63 |
2020-09-19 00:52 | [telequebec] Fix issues (closes #26368) | Sergey M․ | 1 | +37 | -16 |
2019-08-28 17:04 | [telequebec] Add support for brightcove videos (closes #25833) | Patrick Dessalle | 1 | +14 | -2 |
2020-09-18 23:34 | [pornhub] Extract metadata from JSON-LD (closes #26614) | Sergey M․ | 1 | +12 | -5 |
2020-09-18 23:33 | [extractor/common] Relax interaction count extraction in _json_ld | Sergey M․ | 1 | +5 | -1 |
2020-09-18 23:13 | [extractor/common] Extract author as uploader for VideoObject in _json_ld | Sergey M․ | 1 | +1 | -0 |
2020-09-18 22:59 | [pornhub] Fix view count extraction (#26621) (refs #26614) | JChris246 | 1 | +1 | -1 |
2020-09-17 22:26 | [downloader/hls] Fix incorrect end byte in Range HTTP header for media segments with EXT-X-BYTERANGE (#24512) (closes #14748) | Stefan Pöschel | 1 | +1 | -1 |
2020-09-17 20:41 | [extractor/common] Handle ssl.CertificateError in _request_webpage (closes #26601) | Sergey M․ | 1 | +5 | -1 |
2020-09-17 20:32 | [downloader/http] Improve timeout detection when reading block of data (refs #10935) | Sergey M․ | 1 | +5 | -3 |
2020-09-17 20:15 | [downloader/http] Retry download when urlopen times out (#26603) (refs #10935) | Ori Avtalion | 1 | +6 | -1 |
2020-09-13 20:37 | release 2020.09.14 | Sergey M․ | 8 | +16 | -14 |
2020-09-13 20:35 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +18 | -0 |
2020-09-13 20:28 | [postprocessor/embedthumbnail] Fix issues (closes #25717) * Fix WebP with wrong extension processing * Fix embedding of thumbnails with % character in path | Sergey M․ | 1 | +32 | -21 |
2020-06-18 20:36 | [postprocessor/embedthumbnail] Add support for non jpeg/png thumbnails (closes #25687) | Alex Merkel | 1 | +22 | -0 |
2020-09-13 14:42 | [rtlnl] Extend _VALID_URL for new embed URL schema | Sergey M․ | 1 | +6 | -1 |
2020-09-13 14:38 | [rtlnl] Extend _VALID_URL (#26549) (closes #25821) | Derek Land | 1 | +16 | -1 |
2020-09-13 14:23 | [youtube] Fix empty description extraction (#26575) (closes #26006) | Daniel Peukert | 1 | +20 | -2 |
2020-09-13 14:07 | [srgssr] Extend _VALID_URL (closes #26555, closes #26556, closes #26578) | Sergey M․ | 1 | +7 | -1 |
2020-09-13 13:43 | [googledrive] Use redirect URLs for source format (closes #18877, closes #23919, closes #24689, closes #26565) | Sergey M․ | 1 | +19 | -8 |
2020-09-13 11:59 | [svtplay] Fix id extraction (closes #26576) | Sergey M․ | 1 | +3 | -1 |
2020-09-13 10:26 | [redbulltv] improve support for rebull.com TV localized URLS(#22063) | Remita Amine | 1 | +16 | -1 |
2020-09-12 18:20 | [redbulltv] Add support for new redbull.com TV URLs(closes #22037)(closes #22063) | Remita Amine | 2 | +100 | -12 |
2020-09-12 09:35 | [soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when listing a user's tracks. (#26557) | tfvlrue | 1 | +3 | -1 |
2020-09-06 06:00 | release 2020.09.06 | Sergey M․ | 8 | +18 | -21 |
2020-09-06 05:57 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +21 | -0 |
2020-09-06 05:42 | [nrktv:episode] Improve video id extraction (closes #25594, closes #26369, closes #26409) | Sergey M․ | 1 | +13 | -7 |
2020-09-06 04:44 | [youtube] Fix age gate content detection (#26100) (closes #26152, closes #26311, closes #26384) | random-nick | 1 | +2 | -1 |
2020-09-06 04:31 | [youtube:user] Extend _VALID_URL (closes #26443) | Sergey M․ | 1 | +4 | -1 |
2020-09-06 04:19 | [utils] Recognize wav mimetype (closes #26463) | Sergey M․ | 2 | +3 | -0 |
2020-09-06 04:10 | [xhamster] Improve initials regex (#26526) (closes #26353) | TheRealDude2 | 1 | +2 | -1 |
2020-09-06 03:45 | [svtplay] Fix svt id extraction (closes #26425, closes #26428, closes #26438) | Sergey M․ | 1 | +9 | -3 |
2020-09-06 03:45 | [twitch] Rework extractors (closes #12297, closes #20414, closes #20604, closes #21811, closes #21812, closes #22979, closes #24263, closes #25010, closes #25553, closes #25606) | Sergey M․ | 2 | +424 | -251 |
2020-08-27 18:20 | [biqle] improve video_ext extraction | Remita Amine | 1 | +14 | -6 |
2020-08-12 14:51 | [xhamster] Extend _VALID_URL (closes #25927) | Sergey M․ | 1 | +7 | -1 |
2020-08-12 14:42 | [xhamster] Fix extraction (closes #26157) (#26254) | TheRealDude2 | 1 | +1 | -1 |
2020-08-12 14:37 | [xhamster] Extend _VALID_URL (closes #25789) (#25804) | JChris246 | 1 | +5 | -2 |
2020-07-27 22:13 | release 2020.07.28 | Sergey M․ | 7 | +14 | -14 |
2020-07-27 22:07 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +12 | -0 |
2020-07-27 22:04 | [youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes #26136, closes #26137) | Sergey M․ | 1 | +1 | -1 |
2020-07-14 11:01 | [youtube] Improve description extraction (closes #25937) (#25980) | MRWITEK | 1 | +1 | -1 |
2020-07-11 11:27 | [wistia] Restrict embed regex (closes #25969) | Sergey M․ | 1 | +1 | -1 |
2020-06-30 19:56 | [youtube] Prevent excess HTTP 301 (#25786) | Glenn Slayden | 1 | +3 | -3 |
2020-06-28 03:30 | [youtube:playlists] Extend _VALID_URL (closes #25810) | Sergey M․ | 1 | +4 | -1 |
2020-06-23 14:08 | [bellmedia] add support for cp24.com clip URLs(closes #25764) | Remita Amine | 1 | +5 | -2 |
2020-06-16 10:37 | [brightcove] Improve embed detection (closes #25674) | Sergey M․ | 1 | +1 | -1 |
2020-06-15 23:22 | release 2020.06.16.1 | Sergey M․ | 7 | +14 | -14 |
2020-06-15 23:19 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +7 | -0 |
2020-06-15 23:17 | [youtube] Force old layout (closes #25682, closes #25683, closes #25680, closes #25686) | Sergey M․ | 1 | +1 | -1 |
2020-06-15 20:13 | [youtube] Fix categories and improve tags extraction | Sergey M․ | 1 | +7 | -3 |
2020-06-15 19:53 | release 2020.06.16 | Sergey M․ | 7 | +14 | -14 |
2020-06-15 19:52 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +13 | -0 |
2020-06-15 19:43 | [youtube] Fix uploader id and uploader URL extraction | Sergey M․ | 1 | +7 | -0 |
2020-06-15 19:38 | [youtube] Improve view count extraction | Sergey M․ | 1 | +2 | -0 |
2020-06-15 19:37 | [youtube] Fix upload date extraction | Sergey M․ | 1 | +5 | -0 |
2020-06-15 19:29 | [youtube] Fix thumbnails extraction and remove uploader id extraction warning (closes #25676) | Sergey M․ | 1 | +27 | -13 |
2020-06-15 18:59 | [youtube] Fix playlist and feed extraction (closes #25675) | Sergey M․ | 1 | +9 | -2 |
2020-06-14 11:17 | [facebook] Support single-video ID links | Philipp Hagemeister | 1 | +12 | -9 |
2020-06-05 21:16 | [youtube] Extract chapters from JSON (closes #24819) | Sergey M․ | 2 | +62 | -3 |
2020-06-05 19:14 | [kaltura] Add support for multiple embeds on a webpage (closes #25523) | Sergey M․ | 2 | +28 | -9 |
2020-06-05 18:51 | release 2020.06.06 | Sergey M․ | 7 | +14 | -14 |
2020-06-05 18:49 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +16 | -0 |
2020-06-05 18:45 | [tele5] Bypass geo restriction | Sergey M․ | 1 | +9 | -3 |
2020-06-05 18:44 | [jwplatform] Add support for bypass geo restriction | Sergey M․ | 1 | +5 | -0 |
2020-06-05 18:35 | [tele5] Prefer jwplatform over nexx (closes #25533) | Sergey M․ | 1 | +17 | -17 |
2020-06-05 17:57 | [twitch:stream] Expect 400 and 410 HTTP errors from API | Sergey M․ | 1 | +4 | -1 |
2020-06-05 17:55 | [twitch:stream] Fix extraction (closes #25528) | Sergey M․ | 1 | +18 | -11 |
2020-06-05 17:12 | [twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531) | Sergey M․ | 1 | +21 | -2 |
2020-06-05 16:35 | [brightcove] Sort imports | Sergey M․ | 1 | +7 | -7 |
2020-06-05 16:33 | [brightcove] Fix subtitles extraction (closes #25540) | Sergey M․ | 1 | +12 | -4 |
2020-06-01 14:11 | [malltv] Add support for sk.mall.tv (#25445) | Matej Dujava | 1 | +4 | -1 |
2020-06-01 13:32 | [twitter:broadcast] Add untitled periscope broadcast test | Sergey M․ | 1 | +12 | -0 |
2020-06-01 13:31 | [periscope] Fix untitled broadcasts (#25482) | Sergey M․ | 1 | +1 | -1 |
2020-05-31 04:10 | [jwplatform] Improve embeds extraction (closes #25467) | Sergey M․ | 1 | +1 | -1 |
2020-05-28 20:33 | release 2020.05.29 | Sergey M․ | 8 | +15 | -15 |
2020-05-28 20:28 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +22 | -0 |
2020-05-28 19:01 | [ard:beta] Extend _VALID_URL (closes #25405) | Sergey M․ | 1 | +16 | -3 |
2020-05-26 18:26 | [youtube] Add support for more invidious instances (#25417) | striker.sh | 1 | +7 | -0 |
2020-05-23 05:26 | [postprocessor/ffmpeg] Embed series metadata with --add-metadata | Sergey M․ | 1 | +11 | -0 |
2020-05-20 21:30 | [giantbomb] Extend _VALID_URL (#25222) | JordanWeatherby | 1 | +7 | -4 |
2020-05-19 21:08 | [ard] Improve _VALID_URL (closes #25134) (#25198) | Michael Klein | 1 | +4 | -1 |
2020-05-19 20:39 | [redtube] Improve formats extraction and extract m3u8 formats (closes #25311, closes #25321) | Sergey M․ | 1 | +8 | -1 |
2020-05-19 20:21 | [utils] Fix file permissions in write_json_file (closes #12471) (#25122) | Rob | 1 | +6 | -0 |
2020-05-19 19:13 | [indavideo] Switch to HTTPS for API request (#25191) | tlsssl | 1 | +1 | -1 |
2020-05-19 19:11 | [redtube] Improve title extraction (#25208) | Dave Loyall | 1 | +1 | -1 |
2020-05-15 14:57 | [vimeo] improve format extraction and sorting(closes #25285) | Remita Amine | 1 | +22 | -21 |
2020-05-15 13:12 | [soundcloud] reduce API playlist page limit(closes #25274) | Remita Amine | 1 | +1 | -1 |
2020-05-13 22:54 | [youtube] Add support for yewtu.be (#25226) | Juan Francisco Cantero Hurtado | 1 | +1 | -0 |
2020-05-13 22:53 | [README.md] flake8 HTTPS URL (#25230) | TotalCaesar659 | 1 | +1 | -1 |
2020-05-13 22:51 | [mailru] Fix extraction (closes #24530) (#25239) | comsomisha | 1 | +7 | -0 |
2020-05-13 22:11 | [bbccouk] PEP8 | Sergey M․ | 1 | +1 | -1 |
2020-05-12 19:48 | [spike] fix Bellator mgid extraction(closes #25195) | Remita Amine | 1 | +6 | -8 |
2020-05-08 11:10 | release 2020.05.08 | Sergey M․ | 8 | +24 | -14 |
2020-05-08 11:07 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +23 | -0 |
2020-05-08 10:42 | [youtube] Improve signature cipher extraction (closes #25188) | Sergey M․ | 1 | +1 | -1 |
2020-05-06 16:20 | [iprima] Improve extraction (closes #25138) | Sergey M․ | 1 | +24 | -8 |
2020-05-05 14:30 | [downloader/http] Request last data block of exact remaining size | Sergey M․ | 1 | +1 | -1 |
2020-05-05 13:01 | [downloader/http] Finish downloading once received data length matches expected | Sergey M․ | 1 | +1 | -1 |
2020-05-05 10:19 | [uol] fix extraction(closes #22007) | Remita Amine | 1 | +62 | -77 |
2020-05-04 23:22 | [orf] Add support for more radio stations (closes #24938) (#24968) | hh0rva1h | 2 | +146 | -3 |
2020-05-04 23:00 | [extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes #23256, closes #24776) | Sergey M․ | 1 | +2 | -2 |
2020-05-04 22:54 | [compat] Introduce compat_cookiejar_Cookie | Sergey M․ | 1 | +12 | -0 |
2020-05-04 22:09 | [dailymotion] Fix typo | Sergey M․ | 1 | +1 | -1 |
2020-05-04 21:19 | [utils] Improve cookie files support | Sergey M․ | 3 | +93 | -5 |
2020-05-04 14:15 | [puhutv] Remove no longer available HTTP formats (closes #25124) | Sergey M․ | 1 | +2 | -18 |
2020-05-02 17:05 | release 2020.05.03 | Sergey M․ | 9 | +18 | -17 |
2020-05-02 16:59 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +34 | -0 |
2020-05-02 16:42 | [crunchyroll] Fix and improve extraction (closes #25096, closes #25060) | Sergey M․ | 1 | +31 | -25 |
2020-05-02 16:40 | [extractor/common] Extract multiple JSON-LD entries | Sergey M․ | 1 | +32 | -9 |
2020-05-02 00:18 | [youtube] Improve player id extraction and add tests | Sergey M․ | 2 | +39 | -21 |
2020-04-30 17:40 | [youtube] Use redirected video id if any (closes #25063) | Sergey M․ | 1 | +24 | -1 |
2020-04-29 13:56 | [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778) | Remita Amine | 1 | +30 | -10 |
2020-04-29 12:38 | [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789) | Remita Amine | 1 | +44 | -89 |
2020-04-26 05:41 | [tenplay] Relax _VALID_URL (closes #25001) | Sergey M․ | 1 | +6 | -3 |
2020-04-23 19:56 | [prosiebensat1] Extract series metadata | Sergey M․ | 1 | +10 | -3 |
2020-04-23 19:44 | [prosiebensat1] Improve extraction and remove 7tv.de support (#24948) | Philipp Stehle | 1 | +9 | -20 |
2020-04-23 19:31 | [options] Clarify doc on --exec command (closes #19087) (#24883) | willbeaufoy | 1 | +1 | -1 |
2020-04-11 16:05 | [youtube] Fix DRM videos detection (refs #24736) | Sergey M․ | 1 | +1 | -1 |
2020-04-11 13:07 | [thisoldhouse] Improve video id extraction (closes #24549) | Sergey M․ | 1 | +5 | -15 |
2020-03-31 04:25 | [thisoldhouse] Fix video id extraction (closes #24548) | AndrewMBL | 1 | +15 | -1 |
2020-04-10 10:24 | [soundcloud] Improve AAC format extraction (closes #19173, closes #24708) | Sergey M․ | 1 | +13 | -3 |
2020-04-09 11:50 | [soundcloud] Extract AAC format | tom | 1 | +2 | -0 |
2020-04-09 15:42 | [youtube] Skip broken multifeed videos (closes #24711) | Sergey M․ | 1 | +13 | -2 |
2020-04-08 20:52 | [nova:embed] Fix extraction (closes #24700) | Sergey M․ | 1 | +70 | -34 |
2020-04-08 19:11 | [motherless] Fix extraction (closes #24699) | Sergey M․ | 1 | +9 | -7 |
2020-04-07 16:21 | [twitch:clips] Extend _VALID_URL (closes #24290) (#24642) | Felix Stupp | 1 | +14 | -1 |
2020-04-07 15:55 | [tv4] Fix ISM formats extraction (closes #24667) | Sergey M․ | 1 | +1 | -1 |
2020-04-07 15:54 | [extractor/common] Skip malformed ISM manifest XMLs while extracting ISM formats (#24667) | Sergey M․ | 1 | +2 | -0 |
2020-04-05 19:05 | [tele5] Fix extraction (closes #24553) | Sergey M․ | 1 | +53 | -8 |
2020-04-05 14:27 | [mofosex] Add support for generic embeds (closes #24633) | Sergey M․ | 3 | +33 | -1 |
2020-04-05 13:56 | [youporn] Add support form generic embeds | Sergey M․ | 2 | +23 | -6 |
2020-04-05 13:42 | [spankwire] Add support for generic embeds (refs #24633) | Sergey M․ | 2 | +12 | -0 |
2020-04-05 13:34 | [spankwire] Fix extraction (closes #18924, closes #20648) | Sergey M․ | 1 | +124 | -75 |
2020-03-23 20:14 | release 2020.03.24 | Sergey M․ | 8 | +15 | -14 |
2020-03-23 20:12 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +5 | -1 |
2020-03-23 20:07 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +19 | -0 |
2020-03-23 19:55 | [teachable] Update test | Sergey M․ | 1 | +10 | -8 |
2020-03-23 19:55 | [teachable] Update gns3 domain | Sergey M․ | 1 | +3 | -3 |
2020-03-23 19:46 | [teachable] Update upskillcourses domain | Sergey M․ | 1 | +7 | -7 |
2020-03-23 19:46 | [generic] Look for teachable embeds before wistia | Sergey M․ | 1 | +5 | -4 |
2020-03-23 19:43 | [teachable] Extract chapter metadata (closes #24421) | Sergey M․ | 1 | +25 | -0 |
2020-03-23 17:24 | [bilibili] Add support for player.bilibili.com (closes #24402) | Sergey M․ | 2 | +15 | -0 |
2020-03-23 17:11 | [bilibili] Add support for new URL schema with BV ids (closes #24439, closes #24442) | Sergey M․ | 1 | +17 | -2 |
2020-03-23 11:57 | [limelight] remove disabled API requests(closes #24255) | Remita Amine | 4 | +59 | -86 |
2020-03-22 08:24 | [soundcloud] fix download url extraction(closes #24394) | Remita Amine | 1 | +25 | -68 |
2020-03-20 18:41 | [cbc:watch] Fix authenticated device token caching (closes #19160) | Sergey M․ | 1 | +14 | -6 |
2019-05-19 11:32 | [cbc:watch] Add support for authentication | Devon Meunier | 1 | +34 | -2 |
2020-03-20 17:59 | [hellporno] Fix extraction (closes #24399) | Sergey M․ | 1 | +37 | -36 |
2020-03-14 15:58 | [xtube] Fix typo | Sergey M․ | 1 | +1 | -1 |
2020-03-14 15:57 | [xtube] Fix formats extraction (closes #24348) | Sergey M․ | 1 | +1 | -1 |
2020-03-13 21:58 | [ndr] Fix extraction (closes #24326) | Sergey M․ | 1 | +9 | -4 |
2020-03-13 21:42 | [nhk] Update m3u8 URL and use native hls (#24329) | Sergey M․ | 1 | +3 | -2 |
2020-03-13 21:40 | [nhk] Remove obsolete rtmp formats (closes #24329) | Sergey M․ | 1 | +0 | -7 |
2020-03-13 21:39 | [nhk] Relax _VALID_URL (#24329) | Sergey M․ | 1 | +4 | -1 |
2020-03-13 07:59 | Revert "[vimeo] fix showcase password protected video extraction(closes #24224)" | Remita Amine | 1 | +1 | -1 |
2020-03-09 21:59 | [utils] Add reference to cookie file format | Sergey M․ | 1 | +5 | -0 |
2020-03-09 21:51 | Revert "[utils] Add support for cookies with spaces used instead of tabs" | Sergey M․ | 3 | +5 | -19 |
2020-03-08 11:27 | release 2020.03.08 | Sergey M․ | 7 | +14 | -14 |
2020-03-08 11:16 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +12 | -0 |
2020-03-08 10:52 | [utils] Add support for cookies with spaces used instead of tabs | Sergey M․ | 3 | +19 | -5 |
2020-03-08 11:00 | [pornhub] Add support for pornhubpremium.com (#24288) | Tristan Waddington | 1 | +14 | -4 |
2020-03-08 02:17 | [README.md] Clarify 429 error | Sergey M․ | 1 | +3 | -1 |
2020-03-08 01:34 | [youtube] Remove outdated code | Sergey M․ | 1 | +18 | -90 |
2020-03-07 22:37 | [youtube] Improve age-gated videos extraction in 429 error conditions (refs #24283) | Sergey M․ | 1 | +14 | -9 |
2020-03-07 22:09 | [youtube] Improve extraction in 429 error conditions (closes #24283) | Sergey M․ | 1 | +17 | -6 |
2020-03-06 19:12 | [nhk] update API version(closes #24270) | Remita Amine | 1 | +1 | -1 |
2020-03-05 17:25 | release 2020.03.06 | Sergey M․ | 7 | +14 | -14 |
2020-03-05 17:23 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +11 | -0 |
2020-03-05 17:05 | [youtube] Fix tests | Sergey M․ | 1 | +8 | -8 |
2020-03-05 16:48 | [youtube] Fix age-gated videos support without login (closes #24248) | Sergey M․ | 1 | +2 | -2 |
2020-03-03 11:33 | [vimeo] fix showcase password protected video extraction(closes #24224) | Remita Amine | 1 | +1 | -1 |
2020-03-02 23:23 | [pornhub] Improve title extraction (closes #24184) | Sergey M․ | 1 | +4 | -4 |
2020-03-02 20:01 | [peertube] Fix issues and improve extraction (closes #23657) | Sergey M․ | 1 | +34 | -22 |
2020-01-07 07:34 | [peertube] Improve extraction | 3risian | 1 | +64 | -23 |
2020-03-02 18:46 | [youtube:playlist] Fix tests (closes #23872) (#23885) | jxu | 1 | +12 | -9 |
2020-03-02 18:40 | [servus] Add support for new URL schema (closes #23475, closes #23583, closes #24142) | Sergey M․ | 1 | +15 | -2 |
2020-03-02 18:27 | [vimeo] Fix subtitles URLs (#24209) | tsia | 1 | +2 | -1 |
2020-03-01 13:11 | release 2020.03.01 | Sergey M․ | 7 | +14 | -14 |
2020-03-01 13:09 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +21 | -0 |
2020-03-01 13:04 | [xhamster] Fix extraction (closes #24205) | Sergey M․ | 1 | +4 | -1 |
2020-03-01 12:22 | [franceculture] Fix extraction (closes #24204) | Sergey M․ | 1 | +7 | -1 |
2020-02-29 20:09 | [telecinco] Add support for article opening videos | Sergey M․ | 1 | +37 | -5 |
2020-02-29 18:04 | [telecinco] Fix extraction (refs #24195) | Sergey M․ | 1 | +1 | -1 |
2020-02-29 16:51 | [xtube:user] Fix test | Sergey M․ | 1 | +1 | -1 |
2020-02-29 16:51 | [xtube] Fix metadata extraction (closes #21073, closes #22455) | Sergey M․ | 1 | +33 | -13 |
2020-02-29 16:09 | [zapiks] Fix test | Sergey M․ | 1 | +0 | -1 |
2020-02-29 16:06 | [zdf:channel] Fix tests | Sergey M․ | 1 | +2 | -2 |
2020-02-29 15:08 | [test_subtitles] Remove obsolete test | Sergey M․ | 1 | +0 | -13 |
2020-02-29 14:58 | [youjizz] Fix extraction (closes #24181) | Sergey M․ | 1 | +1 | -1 |
2020-02-29 12:17 | Remove no longer needed compat_str around geturl | Sergey M․ | 12 | +16 | -23 |
2020-02-29 12:08 | [YoutubeDL] Force redirect URL to unicode on python 2 | Sergey M․ | 2 | +12 | -1 |
2020-02-29 10:29 | [extractor/common] Convert ISM manifest to unicode before processing on python 2 (#24152) | Sergey M․ | 1 | +1 | -1 |
2020-02-29 09:33 | [options] Remove duplicate short option -v for --version (#24162) | The Hatsune Daishi | 1 | +1 | -1 |
2020-02-23 21:47 | [pornhd] Fix extraction (closes #24128) | Sergey M․ | 1 | +24 | -12 |
2020-02-22 23:49 | [teachable] Add support for multiple videos per lecture (closes #24101) | Sergey M․ | 1 | +6 | -4 |
2020-02-22 23:47 | [wistia] Add support for multiple generic embeds (closes #8347, closes #11385) | Sergey M․ | 2 | +25 | -23 |
2020-02-22 21:33 | [imdb] Fix extraction (closes #23443) | Sergey M․ | 1 | +42 | -16 |
2020-02-18 18:02 | [tv2dk:bornholm:play] Fix extraction (#24076) | Martin Ström | 1 | +1 | -1 |
2020-02-16 15:43 | release 2020.02.16 | Sergey M․ | 8 | +17 | -17 |
2020-02-16 15:40 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +34 | -0 |
2020-02-14 22:35 | [npr] Add support for streams (closes #24042) | Sergey M․ | 1 | +16 | -0 |
2020-02-14 20:49 | [24video] Add support for porn.24video.net (closes #23779, closes #23784) | Sergey M․ | 1 | +4 | -1 |
2020-02-14 20:31 | [test_YoutubeDL] Add tests for #10591 (closes #23873) | Sergey M․ | 1 | +21 | -2 |
2020-02-14 20:30 | [test_YoutubeDL] Fix get_ids | Sergey M․ | 1 | +3 | -2 |
2020-01-28 10:20 | [YoutubeDL] Fix playlist entry indexing with --playlist-items (closes #10591, closes #10622) | jxu | 1 | +1 | -1 |
2020-02-14 19:23 | [jpopsuki] Remove extractor (closes #23858) | Sergey M․ | 2 | +0 | -69 |
2020-02-14 19:16 | [nova] Improve extraction (refs #23690) | Sergey M․ | 1 | +22 | -15 |
2020-02-14 19:00 | [nova:embed] Improve (closes #23690) | Sergey M․ | 1 | +8 | -9 |
2020-01-10 09:14 | [nova:embed] Fix extraction (closes #23672) | Jan 'Yenda' Trmal | 1 | +7 | -0 |
2020-02-13 13:52 | [abc:iview] Support 720p (#22907) (#22921) | d2au | 1 | +10 | -10 |
2020-02-10 08:42 | [nytimes] improve format sorting(closes #24010) | Remita Amine | 1 | +2 | -2 |
2020-02-08 12:38 | [update] Fix updating via symlinks (closes #23991) | Sergey M․ | 2 | +5 | -1 |
2020-02-08 12:36 | [compat] Introduce compat_realpath (refs #23991) | Sergey M․ | 1 | +11 | -0 |
2020-02-05 15:41 | [toggle] Add support for mewatch.sg (closes #23895) (#23930) | Xaver Hellauer | 1 | +12 | -9 |
2020-02-03 12:20 | [thisoldhouse] fix extraction(closes #23951) | Remita Amine | 1 | +16 | -17 |
2020-02-02 23:05 | [popcorntimes] Add extractor (closes #23949) | Sergey M․ | 2 | +100 | -0 |
2020-02-01 22:35 | [sportdeutschland] Update to new sportdeutschland API | Philipp Hagemeister | 1 | +8 | -26 |
2020-01-31 17:32 | [twitch:stream] Lowercase channel id for stream request (closes #23917) | Sergey M․ | 1 | +2 | -2 |
2020-01-30 21:58 | [tv5mondeplus] Fix extraction (closes #23907, closes #23911) | Sergey M․ | 1 | +61 | -23 |
2020-01-30 20:49 | [tva] Relax _VALID_URL (closes #23903) | Sergey M․ | 1 | +6 | -3 |
2020-01-27 22:37 | [vimeo] fix album extraction(closes #23864) | Remita Amine | 1 | +33 | -35 |
2020-01-27 14:12 | [viewlift] improve extraction | Remita Amine | 1 | +128 | -180 |
2020-01-26 15:17 | [svt] fix series extraction(closes #22297) | Remita Amine | 1 | +50 | -51 |
2020-01-26 13:15 | [svt] fix article extraction(closes #22897)(closes #22919) | Remita Amine | 1 | +31 | -21 |
2020-01-23 22:20 | [soundcloud] imporve private playlist/set tracks extraction | Remita Amine | 1 | +20 | -12 |
2020-01-23 21:16 | release 2020.01.24 | Sergey M․ | 7 | +14 | -14 |
2020-01-23 21:14 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +24 | -0 |
2020-01-23 21:09 | [youtube] Fix sigfunc name extraction (closes #23819) | Sergey M․ | 1 | +1 | -0 |
2020-01-19 20:20 | [stretchinternet] fix extraction(closes #4319) | Remita Amine | 1 | +11 | -27 |
2020-01-19 19:15 | [voicerepublic] fix extraction | Remita Amine | 1 | +19 | -57 |
2020-01-19 18:30 | [azmedien] fix extraction(closes #23783) | Remita Amine | 1 | +8 | -28 |
2020-01-19 17:24 | [ard] add a missing condition | Remita Amine | 1 | +3 | -2 |
2020-01-18 15:47 | [businessinsider] Fix jwplatform id extraction (closes #22929) (#22954) | PB | 1 | +17 | -11 |
2020-01-18 08:05 | [24video] Add support for 24video.vip (closes #23753) | Sergey M․ | 1 | +4 | -1 |
2020-01-18 07:46 | [ivi:compilation] Fix entries extraction (closes #23770) | Sergey M․ | 1 | +1 | -1 |
2020-01-17 13:23 | [ard] improve extraction(closes #23761) | Remita Amine | 2 | +133 | -128 |
2020-01-16 14:37 | [nbc] add support for nbc multi network URLs(closes #23049) | Remita Amine | 1 | +28 | -9 |
2020-01-15 13:16 | [americastestkitchen] fix extraction | Remita Amine | 1 | +16 | -26 |
2020-01-15 13:02 | [zype] improve extraction | Remita Amine | 3 | +101 | -62 |
2020-01-14 21:32 | [orf:tvthek] Improve geo restricted videos detection (closes #23741) | Sergey M․ | 1 | +5 | -2 |
2020-01-14 21:13 | [soundcloud] Restore previews extraction (closes #23739) | Sergey M․ | 1 | +10 | -6 |
2020-01-14 18:37 | release 2020.01.15 | Sergey M․ | 8 | +14 | -15 |
2020-01-14 18:34 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +32 | -0 |
2019-12-19 23:02 | [yourporn] Fix extraction (closes #21645, closes #22255, closes #23459) | Moritz Patelscheck | 1 | +14 | -4 |
2020-01-14 18:09 | [travis] Add flake8 job (#23720) | jnozsc | 1 | +6 | -1 |
2020-01-14 16:48 | [canvas] Add support for new API endpoint and update tests (closes #17680, closes #18629) | Sergey M․ | 1 | +66 | -17 |
2020-01-14 14:46 | [ndr:base:embed] Improve thumbnails extraction (closes #23731) | Sergey M․ | 1 | +13 | -5 |
2020-01-12 16:34 | [vodplatform] add support for embed.kwikmotion.com domain | Remita Amine | 2 | +7 | -4 |
2020-01-12 10:55 | [twitter] add support for promo_video_website cards(closes #23711) | Remita Amine | 1 | +11 | -6 |
2020-01-10 19:18 | [orf:radio] Clean description and improve extraction | Sergey M․ | 1 | +29 | -19 |
2020-01-10 18:51 | [orf:fm4] Fix extraction (#23599) | Johannes N | 1 | +2 | -5 |
2020-01-10 18:34 | [safari] Fix kaltura session extraction (closes #23679) (#23670) | cdarlint | 1 | +2 | -1 |
2020-01-10 04:06 | [lego] fix extraction and extract subtitle(closes #23687) | Remita Amine | 1 | +102 | -81 |
2020-01-08 22:07 | [cloudflarestream] import embed URL extraction | Remita Amine | 1 | +6 | -4 |
2020-01-08 21:42 | [cloudflarestream] improve extraction | Remita Amine | 1 | +16 | -9 |
2020-01-08 11:55 | [naver] improve metadata extraction | Remita Amine | 1 | +16 | -16 |
2020-01-08 09:54 | [naver] improve extraction | Remita Amine | 2 | +107 | -107 |
2020-01-07 14:11 | [pandatv] Remove extractor (#23630) | Singwai Chan | 2 | +0 | -100 |
2020-01-07 12:03 | [dctp] fix format extraction(closes #23656) | Remita Amine | 1 | +22 | -32 |
2020-01-06 13:30 | [scrippsnetworks] correct test case URL | Remita Amine | 1 | +1 | -1 |
2020-01-06 13:25 | [scrippsnetworks] add support for www.discovery.com videos | Remita Amine | 1 | +5 | -1 |
2020-01-06 13:24 | [discovery] fix anonymous token extraction(closes #23650) | Remita Amine | 1 | +4 | -5 |
2020-01-05 23:34 | [nrktv:seriebase] Fix extraction (closes #23625) (#23537) | Roxedus | 1 | +44 | -4 |
2020-01-05 20:08 | [wistia] improve format extraction and extract subtitles(closes #22590) | Remita Amine | 1 | +51 | -17 |
2020-01-05 18:26 | [devscripts/create-github-release] Remove unused import | nmeum | 1 | +0 | -1 |
2020-01-05 15:32 | [vice] improve extraction(closes #23631) | Remita Amine | 1 | +106 | -106 |
2020-01-02 15:45 | [redtube] Detect private videos (#23518) | Sergey M․ | 1 | +9 | -2 |
2019-12-31 22:24 | release 2020.01.01 | Sergey M․ | 8 | +15 | -14 |
2019-12-31 22:20 | [devscripts/create-github-release] Switch to using PAT for authentication | Sergey M․ | 1 | +4 | -13 |
2019-12-31 21:13 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +21 | -0 |
2019-12-31 20:31 | [soundcloud] fix client id extraction for non fatal requests | Remita Amine | 1 | +12 | -1 |
2019-12-31 18:48 | [brightcove] invalidate policy key cache on failing requests | Remita Amine | 1 | +3 | -1 |
2019-12-31 16:43 | [pornhub] Improve locked videos detection (closes #22449, closes #22780) | Sergey M․ | 1 | +8 | -3 |
2019-12-31 16:29 | [pornhub] Fix extraction and add support for m3u8 formats (closes #22749, closes #23082) | Sergey M․ | 1 | +37 | -10 |
2019-12-31 15:42 | [brightcove] update policy key on failing requests | Remita Amine | 1 | +28 | -14 |
2019-12-31 15:18 | [spankbang] Improve removed video detection (#23423) | Sergey M․ | 1 | +1 | -1 |
2019-12-31 15:16 | [spankbang] Fix extraction (closes #23307, closes #23423, closes #23444) | Sergey M․ | 1 | +20 | -16 |
2019-12-31 08:49 | [soundcloud] automatically update client id on failing requests | Remita Amine | 1 | +35 | -10 |
2019-12-30 21:31 | [prosiebensat1] improve geo restriction handling(closes #23571) | Remita Amine | 1 | +7 | -3 |
2019-12-29 18:30 | [brightcove] cache brightcove player policy keys | Remita Amine | 1 | +18 | -16 |
2019-12-29 18:25 | [extractors] add missing import for ScrippsNetworksIE | Remita Amine | 1 | +4 | -1 |
2019-12-26 17:26 | [teachable] Fail with error message if no video URL found | Sergey M․ | 1 | +1 | -0 |
2019-12-26 17:18 | [teachable] Improve locked lessons detection (#23528) | Sergey M․ | 1 | +4 | -1 |
2019-12-26 14:25 | [scrippsnetworks] Add new extractor(closes #19857)(closes #22981) | Remita Amine | 1 | +44 | -0 |
2019-12-25 19:01 | [mitele] fix extraction(closes #21354)(closes #23456) | Remita Amine | 1 | +36 | -63 |
2019-12-25 15:39 | [soundcloud] Update client id (closes #23516) | Sergey M․ | 1 | +1 | -1 |
2019-12-24 21:28 | [mailru] Relax _VALID_URLs (#23509) | Sergey M․ | 1 | +12 | -4 |
2019-12-24 18:16 | release 2019.12.25 | Sergey M․ | 8 | +22 | -21 |
2019-12-24 17:52 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +1 | -0 |
2019-12-24 16:51 | [mediaset] Fix parse formats (closes #23508) | Sergey M․ | 1 | +1 | -1 |
2019-12-15 17:40 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +54 | -2 |
2019-12-15 17:08 | [tv2dk:bornholm:play] Add extractor (closes #23291) | Sergey M․ | 2 | +77 | -2 |
2019-12-15 16:15 | [utils] Improve str_to_int | Sergey M․ | 2 | +10 | -3 |
2019-12-14 20:35 | [slideslive] add support for url and vimeo service names(closes #23414) | Remita Amine | 1 | +27 | -12 |
2019-12-14 18:29 | [slideslive] fix extraction(closes #23413) | Remita Amine | 1 | +12 | -5 |
2019-12-13 10:00 | [twitch] fix clip extraction(closes #23375) | Remita Amine | 1 | +63 | -47 |
2019-12-09 13:38 | [soundcloud] add support for token protected embeds(#18954) | Remita Amine | 1 | +13 | -3 |
2019-12-09 08:13 | [vk] improve extraction | Remita Amine | 1 | +36 | -18 |
2019-12-08 11:38 | [kontrtube] remove extractor | Remita Amine | 2 | +0 | -74 |
2019-12-08 10:54 | [videopremium] remove extractor | Remita Amine | 2 | +0 | -47 |
2019-12-07 19:17 | [musicplayon] remove extractor(closes #9225) | Remita Amine | 2 | +0 | -67 |
2019-12-07 18:23 | [ufctv] add support for ufcfightpass.imgdge.com and ufcfightpass.imggaming.com domains(closes #23343) | Remita Amine | 2 | +3 | -3 |
2019-12-06 14:34 | [twitch] extract m3u8 formats frame rate(closes #23333) | Remita Amine | 1 | +2 | -0 |
2019-12-06 10:04 | [ufctv] add support for more domains and remove compatibility code(closes #23332) | Remita Amine | 2 | +6 | -20 |
2019-12-04 19:56 | [imggaming] add support for playlists and extract subtitles | Remita Amine | 2 | +48 | -10 |
2019-12-04 16:20 | [ufctv] fix extraction and add support for UFC Arabia(closes #23312) | Remita Amine | 3 | +121 | -66 |
2019-12-03 20:13 | [yahoo] correct gyao brightcove player id(closes #23303) | Remita Amine | 1 | +1 | -1 |
2019-12-03 11:31 | [vzaar] update test | Remita Amine | 1 | +7 | -4 |
2019-12-03 11:23 | [vzaar] override AES decryption key URL(closes #17521) | Remita Amine | 2 | +11 | -8 |
2019-12-03 10:37 | [vzaar] add support for AES HLS manifests(closes #17521)(closes #23299) | Remita Amine | 1 | +15 | -4 |
2019-11-30 22:50 | [nrl] fix extraction | Remita Amine | 1 | +2 | -2 |
2019-11-30 22:49 | [teachingchannel] fix extraction | Remita Amine | 1 | +12 | -14 |
2019-11-30 22:48 | [nintendo] fix extraction and partially add support for Nintendo Direct videos(#4592) | Remita Amine | 1 | +21 | -7 |
2019-11-30 22:21 | [ooyala] add better fallback values for domain and streams variables | Remita Amine | 1 | +53 | -50 |
2019-11-30 16:51 | [youtube] add support youtubekids.com(closes #23272) | Remita Amine | 1 | +15 | -5 |
2019-11-30 14:50 | [tv2] detect DRM protection | Remita Amine | 1 | +7 | -4 |
2019-11-30 14:26 | [tv2] add support for mtv.fi and fix tv2.no article extraction(closes #10543) | Remita Amine | 2 | +61 | -24 |
2019-11-29 16:31 | [msn] improve extraction | Remita Amine | 1 | +114 | -78 |
2019-11-29 16:22 | [abcotvs] relax _VALID_URL regex and improve metadata extraction(closes #18014) | Remita Amine | 1 | +52 | -27 |
2019-11-29 16:12 | [channel9] reduce response size and update tests | Remita Amine | 1 | +10 | -10 |
2019-11-29 16:06 | [adobetv] improve extaction | Remita Amine | 2 | +167 | -75 |
2019-11-29 16:05 | [utils] handle int values passed to str_to_int | Remita Amine | 2 | +3 | -2 |
2019-11-28 16:25 | release 2019.11.28 | Sergey M․ | 8 | +14 | -17 |
2019-11-28 16:09 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +33 | -0 |
2019-11-27 12:57 | [vimeo] improve extraction | Remita Amine | 1 | +87 | -90 |
2019-11-26 22:57 | [openload] remove OpenLoad related extractors(closes #11999)(closes #15406) | Remita Amine | 4 | +0 | -412 |
2019-11-26 21:01 | [dailymotion] improve extraction | Remita Amine | 3 | +235 | -342 |
2019-11-26 20:53 | [corus] improve extraction | Remita Amine | 1 | +112 | -57 |
2019-11-26 19:28 | [vivo] Fix extraction (closes #22328, closes #22279) | Sergey M․ | 1 | +19 | -8 |
2019-11-26 19:26 | [utils] Add generic caesar cipher and rot47 | Sergey M․ | 2 | +29 | -0 |
2019-11-26 17:20 | [bitchute] Extract upload date (closes #22990) (#23193) | InfernalUnderling | 1 | +7 | -0 |
2019-11-26 17:08 | [utils] Handle rd-suffixed day parts in unified_strdate (#23199) | InfernalUnderling | 2 | +5 | -0 |
2019-11-26 17:03 | [soundcloud] Update client id (closes #23214) | Sergey M․ | 1 | +1 | -1 |
2019-11-21 18:24 | release 2019.11.22 | Sergey M․ | 8 | +16 | -22 |
2019-11-21 18:21 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +46 | -0 |
2019-11-21 18:10 | [ivi] Skip s353 for bundled exe | Sergey M․ | 1 | +10 | -1 |
2019-11-21 16:38 | [ivi] Fix python 3.4 support | Sergey M․ | 1 | +2 | -2 |
2019-11-21 16:22 | [ivi] Ask for pycryptodomex instead of pycryptodome | Sergey M․ | 1 | +1 | -1 |
2019-11-21 16:21 | [chaturbate] Fix extraction (closes #23010, closes #23012) | Sergey M․ | 1 | +35 | -7 |
2019-11-19 19:16 | [ivi] fallback to old extraction method for unknown error codes | Remita Amine | 1 | +46 | -35 |
2019-11-18 20:40 | [ntvru] add support for non relative file URLs(closes #23140) | Remita Amine | 1 | +24 | -25 |
2019-11-18 11:51 | [vk] fix wall audio thumbnails extraction(closes #23135) | Remita Amine | 1 | +5 | -4 |
2019-11-16 00:51 | [ivi] improve error detection | Remita Amine | 1 | +12 | -9 |
2019-11-16 00:47 | [travis] Add python 3.8 build | Sergey M․ | 1 | +6 | -0 |
2019-11-15 22:44 | [extractor/common] Add data, headers and query to all major extract methods preserving standard order for potential future use | Sergey M․ | 1 | +9 | -8 |
2019-11-15 22:46 | [ivi] sign content request only when pycryptodome is available | Remita Amine | 1 | +24 | -18 |
2019-11-15 20:17 | [ivi] fix format extraction(closes #21991) | Remita Amine | 1 | +40 | -18 |
2019-11-14 05:38 | [comcarcoff] remove extractor | Remita Amine | 2 | +0 | -75 |
2019-11-13 18:45 | [drtv] Add support for new URL schema (closes #23059) | Sergey M․ | 1 | +52 | -5 |
2019-11-13 18:09 | [nexx] Add support for Multi Player JS Setup(closes #23052) | Remita Amine | 1 | +8 | -6 |
2019-11-12 09:51 | [teamcoco] add support for new videos(closes #23054) | Remita Amine | 1 | +37 | -31 |
2019-11-11 08:53 | [soundcloud] check if the soundtrack has downloads left(closes #23045) | Remita Amine | 1 | +1 | -1 |
2019-11-10 16:02 | [facebook] fix posts video data extraction(closes #22473) | Remita Amine | 1 | +1 | -1 |
2019-11-09 16:15 | [addanime] remove extractor | Remita Amine | 2 | +0 | -96 |
2019-11-09 16:01 | [minhateca] remove extractor | Remita Amine | 2 | +0 | -71 |
2019-11-09 15:00 | [daisuki] remove extractor | Remita Amine | 2 | +0 | -158 |
2019-11-09 12:14 | [seeker] remove Revision3 extractors and fix extraction | Remita Amine | 3 | +23 | -196 |
2019-11-09 12:11 | [extractor/common] clean jwplayer description HTML tags | Remita Amine | 1 | +1 | -1 |
2019-11-09 10:01 | [twitch] fix video comments URL(#18593)(closes #15828) | Remita Amine | 1 | +2 | -3 |
2019-11-09 08:23 | [twitter] improve extraction | Remita Amine | 3 | +348 | -311 |
2019-11-09 08:22 | [twitch] add support for Clip embed URLs | Remita Amine | 1 | +4 | -1 |
2019-11-06 22:14 | [lnkgo] fix extraction(closes #16834) | Remita Amine | 1 | +36 | -64 |
2019-11-06 19:41 | [mixcloud] improve extraction | Remita Amine | 2 | +231 | -280 |
2019-11-06 18:56 | [kinja] add support for Kinja embeds | Remita Amine | 4 | +241 | -52 |
2019-11-06 09:44 | [onionstudios] fix extraction | Remita Amine | 1 | +45 | -31 |
2019-11-06 06:18 | [common] initialize headers param with empty dict | Remita Amine | 1 | +2 | -2 |
2019-11-05 22:41 | [common] fix typo | Remita Amine | 1 | +1 | -1 |
2019-11-05 22:08 | [hotstar] pass Referer header to format requests(closes #22836) | Remita Amine | 1 | +7 | -2 |
2019-11-05 21:56 | [common] pass headers to _extract_(m3u8|mpd)_formats methods | Remita Amine | 1 | +4 | -4 |
2019-11-05 13:04 | [dplay] minimize response size | Remita Amine | 1 | +5 | -1 |
2019-11-05 13:04 | [patreon] minimize reponse size and extract uploader_id and filesize | Remita Amine | 1 | +36 | -16 |
2019-11-05 09:03 | [roosterteeth] fix login request(closes #16094)(closes #22689) | Remita Amine | 1 | +22 | -33 |
2019-11-04 22:32 | release 2019.11.05 | Sergey M․ | 8 | +18 | -22 |
2019-11-04 22:31 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +44 | -0 |
2019-11-04 22:21 | [scte] Add extractor (closes #22975) | Sergey M․ | 2 | +148 | -0 |
2019-11-04 21:21 | [msn] add support for Vidible and AOL embeds(closes #22195)(closes #22227) | Remita Amine | 1 | +20 | -0 |
2019-11-04 19:05 | [myspass] fix video URL extraction and improve metadata extraction(closes #22448) | Remita Amine | 1 | +30 | -47 |
2019-11-04 14:51 | [jamendo] restore track url modification | Remita Amine | 1 | +2 | -1 |
2019-11-04 14:43 | [jamendo] improve extraction | Remita Amine | 1 | +103 | -67 |
2019-11-04 10:13 | [mediaset] relax URL guid matching(closes #18352) | Remita Amine | 1 | +13 | -1 |
2019-11-04 01:01 | [mediaset] extract unprotected M3U and MPD manifests(closes #17204) | Remita Amine | 1 | +8 | -3 |
2019-11-03 21:23 | [README.md] Also read permission to the binary in how to update section (#22903) | Manu Cornet | 1 | +2 | -2 |
2019-11-03 21:04 | [telegraaf] fix extraction | Remita Amine | 1 | +43 | -32 |
2019-11-02 21:33 | [bellmedia] add support for marilyn.ca videos(#22193) | Remita Amine | 1 | +3 | -1 |
2019-11-02 17:13 | [stv] fix extraction(closes #22928) | Remita Amine | 1 | +31 | -58 |
2019-11-02 12:25 | [iconosquare] remove extractor | Remita Amine | 2 | +0 | -86 |
2019-11-02 12:09 | [keek] remove extractor | Remita Amine | 2 | +0 | -40 |
2019-11-02 11:32 | [gameone] Remove extractor (#21778) | geditorit | 2 | +0 | -138 |
2019-11-02 10:08 | [flipagram] remove extractor | Remita Amine | 2 | +0 | -116 |
2019-11-01 20:16 | [bambuser] remove extractor | Remita Amine | 2 | +0 | -143 |
2019-11-01 16:44 | [wistia] reduce embed extraction false positives and support inline embeds(closes #22931) | Remita Amine | 1 | +8 | -7 |
2019-11-01 15:36 | [go90] remove extractor | Remita Amine | 2 | +0 | -150 |
2019-11-01 11:40 | [kakao] remove raw request and extract format total bitrate | Remita Amine | 1 | +8 | -13 |
2019-11-01 10:43 | [daum] fix VOD and Clip extracton(closes #15015) | Remita Amine | 1 | +32 | -74 |
2019-11-01 10:37 | [kakao] improve extraction | Remita Amine | 1 | +24 | -21 |
2019-10-31 07:13 | [mixcloud] fix cloudcast data extraction(closes #22821) | Remita Amine | 1 | +4 | -3 |
2019-10-31 06:44 | [yahoo] make cbs URL suffix part of the media alias | Remita Amine | 1 | +1 | -1 |
2019-10-31 06:38 | [yahoo] restore support for cbs suffixed URLs | Remita Amine | 2 | +4 | -7 |
2019-10-30 22:52 | [yahoo] fix typo | Remita Amine | 1 | +4 | -3 |
2019-10-30 22:07 | [yahoo] improve extraction | Remita Amine | 1 | +254 | -398 |
2019-10-29 19:21 | [tv2] Fix and improve extraction (closes #22787) | Sergey M․ | 1 | +9 | -1 |
2019-10-29 19:21 | [tv2dk] Add extractor | Sergey M․ | 2 | +83 | -0 |
2019-10-29 08:44 | [onet] improve extraction | Remita Amine | 1 | +36 | -18 |
2019-10-29 08:43 | [fox9] fix extraction | Remita Amine | 2 | +25 | -23 |
2019-10-28 23:12 | release 2019.10.29 | Sergey M․ | 8 | +17 | -21 |
2019-10-28 23:11 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +3 | -0 |
2019-10-28 23:10 | [utils] Actualize major IPv4 address blocks per country | Sergey M․ | 1 | +37 | -34 |
2019-10-28 22:54 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +45 | -0 |
2019-10-28 22:52 | [go] Improve and beautify _VALID_URL | Sergey M․ | 1 | +11 | -2 |
2019-10-28 22:49 | [go] Add support for abc.com and freeform.com (closes #22823, closes #22864) | Sergey M․ | 1 | +38 | -6 |
2019-10-28 22:34 | [extractors] add import for MTVJapanIE | Remita Amine | 1 | +1 | -1 |
2019-10-28 22:31 | [mtv] add support for mtvjapan.com | Remita Amine | 1 | +17 | -20 |
2019-10-28 21:55 | [mtv] fix extraction for mtv.de (closes #22113) | Remita Amine | 1 | +19 | -32 |
2019-10-28 18:48 | [videodetective] fix extraction | Remita Amine | 1 | +5 | -6 |
2019-10-28 18:45 | [internetvideoarchive] fix extraction | Remita Amine | 1 | +28 | -64 |
2019-10-28 18:31 | [nbcnews] fix extraction | Remita Amine | 1 | +62 | -22 |
2019-10-28 16:49 | [hark] remove extractor | Remita Amine | 2 | +0 | -34 |
2019-10-28 16:42 | [tutv] remove extractor | Remita Amine | 2 | +0 | -37 |
2019-10-28 16:41 | [learnr] remove extractor | Remita Amine | 2 | +0 | -34 |
2019-10-28 16:39 | [macgamestore] remove extractor | Remita Amine | 2 | +0 | -43 |
2019-10-28 14:17 | [la7] update Kaltura service URL(closes #22358) | Remita Amine | 1 | +2 | -2 |
2019-10-28 12:32 | [thesun] fix extraction(closes #16966) | Remita Amine | 1 | +10 | -4 |
2019-10-28 12:30 | [makertv] remove extractor | Remita Amine | 2 | +0 | -33 |
2019-10-27 21:02 | [tenplay] Add new extractor(closes #21446) | Remita Amine | 2 | +56 | -0 |
2019-10-27 16:52 | [soundcloud] improve extraction | Remita Amine | 3 | +249 | -257 |
2019-10-26 13:58 | [dplay] improve extraction | Remita Amine | 2 | +133 | -269 |
2019-10-26 13:57 | [discoverynetworks] add support for dplay.co.uk | Remita Amine | 1 | +19 | -44 |
2019-10-25 23:06 | [vk] remove assert statement | Remita Amine | 1 | +0 | -1 |
2019-10-25 18:35 | [vk] improve extraction | Remita Amine | 1 | +173 | -156 |
2019-10-25 18:27 | [odnoklassniki] add support for Schemeless embed extraction | Remita Amine | 2 | +13 | -3 |
2019-10-24 11:53 | [puhutv] improve extraction | Remita Amine | 1 | +49 | -41 |
2019-10-22 16:53 | [facebook] extract subtitles(closes #22777) | Remita Amine | 2 | +7 | -0 |
2019-10-22 16:49 | [globo] handle alternative hash signing method | Remita Amine | 1 | +15 | -9 |
2019-10-21 17:09 | release 2019.10.22 | Sergey M․ | 8 | +16 | -18 |
2019-10-21 17:02 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +23 | -0 |
2019-10-19 16:56 | [facebook] Bypass download rate limits (closes #21018) | Sergey M․ | 1 | +5 | -0 |
2019-10-17 21:03 | [utils] Improve subtitles_filename (closes #22753) | Sergey M․ | 4 | +13 | -7 |
2019-10-17 14:55 | [viewster->contv] remove viewster extractor and add support for contv.com | Remita Amine | 3 | +119 | -218 |
2019-10-17 12:26 | [xfileshare] clean extractor | Remita Amine | 1 | +86 | -106 |
2019-10-17 12:21 | [mangomolo] fix video format extraction and add support for player URLs | Remita Amine | 2 | +17 | -8 |
2019-10-17 12:20 | [audioboom] improve metadata extraction | Remita Amine | 1 | +19 | -15 |
2019-10-16 22:57 | [atresplayer] Add coding cookie | Remita Amine | 1 | +1 | -0 |
2019-10-16 15:13 | [twitch] update VOD URL matching (closes #22395) (#22727) | MobiDotS | 1 | +4 | -1 |
2019-10-16 14:45 | [mit] Remove support for video.mit.edu(closes #22403) | Remita Amine | 2 | +1 | -25 |
2019-10-16 14:41 | [servingsys] Remove extractor(closes #22639) | Remita Amine | 2 | +0 | -73 |
2019-10-16 14:06 | [dumpert] fix extraction(closes #22428)(closes #22564) | Remita Amine | 1 | +47 | -36 |
2019-10-16 11:03 | [atresplayer] fix extraction(closes #16277)(closes #16716) | Remita Amine | 1 | +64 | -149 |
2019-10-15 20:26 | release 2019.10.16 | Sergey M․ | 8 | +15 | -17 |
2019-10-15 20:25 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +36 | -0 |
2019-10-15 20:01 | [vimeo] improve album videos id extraction(closes #22599) | Remita Amine | 1 | +4 | -2 |
2019-10-15 18:54 | [globo] extract subtitles(closes #22713) | Remita Amine | 1 | +11 | -2 |
2019-10-15 14:18 | [bokecc] improve player params extraction(closes #22638) | Remita Amine | 1 | +4 | -4 |
2019-10-14 23:10 | [nexx] handle result list(closes #22666) | Remita Amine | 1 | +14 | -3 |
2019-10-14 17:37 | [vimeo] fix VHX embed extraction | Remita Amine | 1 | +9 | -88 |
2019-10-14 17:36 | [nbc] switch to graphql api(closes #18581)(closes #22693)(closes #22701) | Remita Amine | 1 | +26 | -13 |
2019-10-09 23:01 | [vessel] remove extractor | Remita Amine | 3 | +0 | -164 |
2019-10-09 20:40 | [promptfile] Remove extractor (closes #6239) | Sergey M․ | 2 | +0 | -71 |
2019-10-09 17:24 | [kaltura] Fix service URL extraction (closes #22658) | Sergey M․ | 1 | +4 | -4 |
2019-10-09 17:11 | [kaltura] Fix embed info strip (refs #22658) | Sergey M․ | 1 | +2 | -1 |
2019-10-09 10:07 | [globo] fix format extraction(closes #20319) | Remita Amine | 1 | +10 | -9 |
2019-10-05 15:04 | [redtube] Improve metadata extraction (closes #22492, closes #22615) | Sergey M․ | 1 | +16 | -12 |
2019-10-05 14:43 | [pornhub:uservideos:upload] Fix extraction (closes #22619) | Sergey M․ | 1 | +10 | -23 |
2019-10-04 13:14 | [telequebec:squat] Add support for squat.telequebec.tv (closes #18503) | Sergey M․ | 2 | +48 | -0 |
2019-10-04 12:48 | [wimp] Remove extractor (closes #22088) (#22091) | bitraid | 2 | +0 | -55 |
2019-10-04 12:27 | [gfycat] Extend _VALID_URL (#22225) | Anh Nhan Nguyen | 1 | +7 | -1 |
2019-10-04 12:22 | [chaturbate] Extend _VALID_URL (#22309) | axelerometer | 1 | +6 | -2 |
2019-10-04 12:17 | [peertube] Update instances (#22414) | Andrew Morgan | 1 | +347 | -50 |
2019-10-04 12:14 | [telequebec] Add support for coucou.telequebec.tv (#22482) | Patrice Levesque | 1 | +10 | -1 |
2019-10-04 12:05 | [xvideos] Extend _VALID_URL (#22471) | Stephan | 1 | +38 | -1 |
2019-10-04 12:01 | [youtube] Remove support for invidious.enkirton.net (#22543) | sofutru | 1 | +0 | -1 |
2019-10-04 11:57 | [openload] Add support for oload.monster (#22592) | kr4ssi | 1 | +4 | -1 |
2019-10-04 11:57 | [nrktv:seriebase] Fix extraction (#22596) | Martin Polden | 1 | +1 | -1 |
2019-10-04 11:52 | [youtube] Add support for yt.lelux.fi (#22597) | sofutru | 1 | +1 | -0 |
2019-10-02 17:55 | [orf:tvthek] Make manifest requests non fatal (refs #22578) | Sergey M․ | 1 | +5 | -4 |
2019-10-02 17:53 | [extractor/common] Make _is_valid_url more relaxed | Sergey M․ | 1 | +4 | -6 |
2019-10-01 19:03 | [teachable] Skip login when already logged in (closes #22572) | Sergey M․ | 1 | +11 | -4 |
2019-10-01 16:16 | [viewlift] Fix URL matching | Sergey M․ | 1 | +4 | -0 |
2019-09-29 16:03 | [viewlift] Improve extraction (closes #22545) | Sergey M․ | 1 | +39 | -7 |
2019-09-29 14:57 | [nonktube] Fix extraction (closes #22544) | Sergey M․ | 1 | +9 | -4 |
2019-09-27 17:30 | release 2019.09.28 | Sergey M․ | 8 | +16 | -14 |
2019-09-27 17:23 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +31 | -0 |
2019-09-27 17:04 | [vk] Fix extraction (closes #22522) | Sergey M․ | 1 | +11 | -2 |
2019-09-26 16:15 | [openload] PEP 8 | Sergey M․ | 1 | +1 | -1 |
2019-09-26 16:11 | [heise] Fix kaltura embeds extraction (closes #22514) | Sergey M․ | 1 | +11 | -2 |
2019-09-26 10:44 | [ted] check for resources validity and extract subtitled downloads(closes #22513) | Remita Amine | 1 | +47 | -35 |
2019-09-24 19:43 | [youtube] Add support for owxfohz4kjyv25fvlqilyxast7inivgiktls3th44jhk3ej3i7ya.b32.i2p (#22292) | sofutru | 1 | +1 | -0 |
2019-09-24 19:39 | [nhk] Add support for clips | Sergey M․ | 1 | +17 | -2 |
2019-09-24 19:23 | [nhk] fix video extraction(closes #22249)(closes #22353) | Remita Amine | 2 | +13 | -5 |
2019-09-24 19:16 | [byutv] Fix extraction (refs #22070) | Sergey M․ | 1 | +39 | -14 |
2019-09-24 19:08 | [YoutubeDL] Honour all --get-* options with --flat-playlist (closes #22493) | Sergey M․ | 1 | +35 | -27 |
2019-09-24 16:56 | [openload] Add support for oload.online (#22304) | smed79 | 1 | +4 | -1 |
2019-09-24 16:16 | [youtube] Add support for invidious.drycat.fr (#22451) | sofutru | 1 | +1 | -0 |
2019-09-23 19:44 | [jwplatfom] do not match video URLs(#20596) (#22148) | ipaha | 1 | +1 | -1 |
2019-09-22 17:20 | [youtube:playlist] Unescape playlist uploader (closes #22483) | Sergey M․ | 1 | +1 | -1 |
2019-09-22 16:14 | [bilibili] add support audio albums and songs(closes #21094) | Remita Amine | 2 | +115 | -0 |
2019-09-21 20:57 | [instagram] add support for tv URLs | Remita Amine | 1 | +4 | -1 |
2019-09-20 10:14 | [mixcloud] allow uppercase letters in format urls(closes #19280) | Remita Amine | 1 | +1 | -1 |
2019-09-19 17:02 | [brightcove] delegate all supported BrightcoveLegacyIE URLs to BrightcoveNewIE | Remita Amine | 1 | +25 | -171 |
2019-09-18 20:02 | [hotstar] Use native HLS downloader by default | Sergey M․ | 1 | +2 | -1 |
2019-09-18 20:00 | [hotstar] Extract more formats (closes #22323) | Sergey M․ | 1 | +3 | -0 |
2019-09-18 19:31 | [9now] Fix extraction (closes #22361) | Sergey M․ | 1 | +5 | -1 |
2019-09-18 18:11 | [zdf] Bypass geo restriction | Sergey M․ | 1 | +1 | -0 |
2019-09-18 16:45 | [tv4] Fix extraction and extract series metadata (closes #22443) | Sergey M․ | 1 | +12 | -3 |
2019-09-11 19:53 | release 2019.09.12.1 | Sergey M․ | 7 | +14 | -14 |
2019-09-11 19:48 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +6 | -0 |
2019-09-11 19:45 | [youtube] Remove quality and tbr for itag 43 (closes #22372) | Sergey M․ | 1 | +2 | -5 |
2019-09-11 19:05 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +1 | -1 |
2019-09-11 18:21 | release 2019.09.12 | Sergey M․ | 6 | +13 | -13 |
2019-09-11 18:18 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +6 | -0 |
2019-09-11 15:44 | [youtube] Quick extraction tempfix (closes #22367, closes #22163) | Sergey M․ | 1 | +109 | -81 |
2019-09-02 18:35 | [youtube] Add support for invidious tor instances (#22268) | sofutru | 1 | +6 | -0 |
2019-09-02 18:24 | [platzi] Improve client data extraction (closes #22290) | Sergey M․ | 1 | +5 | -1 |
2019-09-02 18:23 | [platzi:course] Add support for authentication | Sergey M․ | 1 | +38 | -35 |
2019-09-01 17:59 | [nickjr] Add support for nickelodeonjunior.fr (#22246) | Patrick Dessalle | 1 | +5 | -1 |
2019-08-31 20:33 | release 2019.09.01 | Sergey M․ | 8 | +15 | -14 |
2019-08-31 20:18 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +22 | -0 |
2019-08-31 20:12 | [xhamster:user] Add extractor (closes #16330, closes #18454) | Sergey M․ | 2 | +49 | -0 |
2019-08-31 19:59 | [xhamster] Add support for more domains | Sergey M․ | 1 | +22 | -13 |
2019-08-31 18:23 | [extractor/generic] Improve squarespace detection and fix test (closes #21859, refs #21294, refs #21802) | Sergey M․ | 1 | +10 | -6 |
2019-07-22 21:09 | [extractor/generic] Add support for squarespace embeds (closes #21294) | Barbara Miller | 1 | +18 | -0 |
2019-08-31 18:18 | [openload] Fix domains regex | Sergey M․ | 1 | +5 | -4 |
2019-08-31 17:24 | [downloader/external] Respect mtime option for aria2c (#22242) | telephono | 1 | +1 | -0 |
2019-08-31 09:02 | [verystream] add support for woof.tube (closes #22217) | Remita Amine | 1 | +1 | -1 |
2019-08-29 16:08 | [dailymotion] Add support for lequipe.fr (closes #21328, closes #22152) | Sergey M․ | 1 | +14 | -1 |
2019-08-27 18:58 | [openload] Add support for oload.vip (closes #22205) | Sergey M․ | 1 | +9 | -1 |
2019-08-26 15:04 | [bbc] Fix some tests | Jay | 1 | +2 | -2 |
2019-08-26 15:16 | [bbccouk] Extend _VALID_URL (closes #19200) | Jay | 1 | +15 | -0 |
2019-08-27 18:39 | [youtube] Add support for invidious.nixnet.xyz and yt.elukerio.org (#22223) | sofutru | 1 | +2 | -0 |
2019-08-27 03:16 | [safari] Fix authentication (closes #22161) (#22184) | phan-ctrl | 1 | +4 | -3 |
2019-08-25 20:35 | [usanetwork] Fix extraction (closes #22105) | Sergey M․ | 1 | +13 | -15 |
2019-08-21 02:52 | [einthusan] Add support for einthusan.ca (#22171) | supritkumar | 1 | +4 | -1 |
2019-08-16 16:36 | [youtube] Improve unavailable message extraction (refs #22117) | Sergey M․ | 1 | +9 | -4 |
2019-08-15 22:14 | [piksel] add subtitle capability (#20506) | Chuck Cho | 1 | +15 | -8 |
2019-08-13 16:18 | release 2019.08.13 | Sergey M․ | 8 | +80 | -14 |
2019-08-13 16:10 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +16 | -0 |
2019-08-12 22:02 | [youtube:playlist] Improve flat extraction (closes #21927) | Sergey M․ | 1 | +43 | -6 |
2019-08-10 23:57 | [downloader/fragment] Fix ETA calculation of resumed download (#21992) | lightmare | 1 | +4 | -3 |
2019-08-09 07:19 | [YoutubeDL] check annotations availabilty(closes #18582) | Remita Amine | 1 | +2 | -0 |
2019-08-09 07:16 | [youtube] fix annotations extraction(closes #22045) | Remita Amine | 1 | +15 | -12 |
2019-08-08 22:23 | [discovery] extract series meta field(#21808) | Remita Amine | 1 | +2 | -0 |
2019-08-05 19:32 | [youtube] Improve error detection (#16445) | Sergey M․ | 1 | +9 | -3 |
2019-08-03 09:29 | [vimeo] fix album extraction | Remita Amine | 1 | +43 | -17 |
2019-08-02 18:38 | [roosterteeth] add support for watch URLs | Remita Amine | 1 | +4 | -1 |
2019-08-02 17:08 | [discovery] limit video data by show slug(closes #21980) | Remita Amine | 1 | +7 | -2 |
2019-08-01 22:54 | [README.md] Move code from #21939 to the right place | Sergey M | 1 | +66 | -0 |
2019-08-01 22:37 | release 2019.08.02 | Sergey M․ | 8 | +14 | -78 |
2019-08-01 22:36 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +14 | -0 |
2019-08-01 22:25 | [tvigle] Fix extraction and add support for HLS and DASH formats (closes #21967) | Sergey M․ | 1 | +36 | -17 |
2019-08-01 22:03 | [yandexvideo] Add support for DASH formats (#21971) | Sergey M․ | 1 | +18 | -4 |
2019-08-01 21:49 | [CONTRIBUTING.md] Add some more coding conventions (#21939) | Kyle | 1 | +64 | -0 |
2019-08-01 21:44 | [discovery] use API call for video data extraction(#21808) | Remita Amine | 1 | +26 | -33 |
2019-07-31 20:54 | Output batch filename when it could not be read (#21915) | cantandwont | 1 | +1 | -1 |
2019-07-31 20:45 | [mgtv] Extract format_note (#21881) | Sen Jiang | 1 | +1 | -0 |
2019-07-30 19:32 | [tvn24] Fix test | Sergey M․ | 1 | +1 | -1 |
2019-07-30 19:31 | [tvn24] Fix metadata extraction (closes #21833, closes #21834) | Sergey M․ | 1 | +33 | -9 |
2019-07-30 18:43 | [dlive] Relax _VALID_URL (#21909) | CeruleanSky | 1 | +6 | -3 |
2019-07-30 18:40 | [openload] Add support for oload.best (#21913) | smed79 | 1 | +4 | -1 |
2019-07-30 17:14 | [youtube] Improve metadata extraction for age gate content (closes #21943) | Sergey M․ | 1 | +14 | -8 |
2019-07-30 02:43 | release 2019.07.30 | Sergey M․ | 7 | +14 | -14 |
2019-07-30 02:41 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +6 | -0 |
2019-07-29 23:13 | [youtube] improve title and description extraction(closes #21934) | Remita Amine | 1 | +3 | -12 |
2019-07-26 20:44 | release 2019.07.27 | Sergey M․ | 8 | +15 | -14 |
2019-07-26 20:42 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +11 | -0 |
2019-07-26 15:30 | Fix typos (#21901) | Kitten King | 5 | +5 | -5 |
2019-07-21 17:59 | [yahoo:japannews] Add extractor (closes #21698) (#21265) | Kyle | 2 | +132 | -0 |
2019-07-21 06:20 | [ctsnews] PEP 8 | Sergey M․ | 1 | +1 | -0 |
2019-07-20 19:20 | [discovery] add support go.discovery.com URLs | Remita Amine | 1 | +4 | -1 |
2019-07-20 17:01 | [youtube] Fix some tests | Sergey M․ | 1 | +26 | -4 |
2019-07-20 16:46 | [youtube:playlist] Relax _VIDEO_RE (closes #21844) | Sergey M․ | 1 | +11 | -1 |
2019-07-20 16:08 | [extractor/generic] Restrict --default-search schemeless URLs detection pattern (closes #21842) | Sergey M․ | 1 | +1 | -1 |
2019-07-17 15:47 | [extractor/common] Fix typo in thumbnails resolution description (#21817) | Petr Vaněk | 1 | +1 | -1 |
2019-07-16 21:51 | [vrv] fix CMS signing query extraction(closes #21809) | Remita Amine | 1 | +9 | -1 |
2019-07-15 17:01 | release 2019.07.16 | Sergey M․ | 7 | +14 | -14 |
2019-07-15 16:59 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +13 | -0 |
2019-07-15 16:56 | [asiancrush] Add support for yuyutv.com, midnightpulp.com and cocoro.tv (closes #21281, closes #21290) | Sergey M․ | 1 | +56 | -24 |
2019-07-15 16:47 | [kaltura] Check source format URL (#21290) | Sergey M․ | 1 | +11 | -1 |
2019-07-15 16:03 | [ctsnews] Fix YouTube embeds extraction (#21678) | chien-yu | 1 | +5 | -6 |
2019-07-15 15:58 | [einthusan] Add support for einthusan.com (closes #21748) (#21775) | tlonic | 1 | +9 | -3 |
2019-07-15 15:54 | [youtube] Add support for invidious.mastodon.host (#21777) | geditorit | 1 | +1 | -0 |
2019-07-15 15:53 | [gfycat] Extend _VALID_URL (closes #21779) (#21780) | Gary | 1 | +4 | -1 |
2019-07-14 13:30 | [youtube] Restrict is_live extraction (closes #21782) | Sergey M․ | 1 | +1 | -3 |
2019-07-13 20:10 | release 2019.07.14 | Sergey M․ | 8 | +17 | -15 |
2019-07-13 20:09 | [yandexmusic] Add missing import | Sergey M․ | 1 | +1 | -0 |
2019-07-13 20:07 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +25 | -0 |
2019-07-13 19:57 | [porn91] Fix extraction (#21312) | hrimfaxi | 1 | +6 | -1 |
2019-07-13 19:38 | [yandexmusic] Add support for multi disk albums and extract track number and disk number (closes #21420) (#21421) | aerworker | 1 | +55 | -8 |
2019-07-13 18:43 | [lynda] Handle missing subtitles (closes #20490, closes #20513) | Sergey M․ | 1 | +12 | -3 |
2019-07-13 18:23 | [youtube] Add more invidious instances to _VALID_URL (#21694) | geditorit | 1 | +6 | -2 |
2019-07-13 18:19 | [twitter] Improve uploader id extraction (closes #21705) | Sergey M․ | 1 | +19 | -3 |
2019-07-13 17:21 | [spankbang] Fix and improve metadata extraction | Sergey M․ | 1 | +17 | -10 |
2019-07-13 17:09 | [spankbang] Fix extraction (closes #21763, closes #21764) | Sergey M․ | 1 | +2 | -0 |
2019-07-13 13:11 | [dlive] restrict DLive Stream _VALID_URL regex | Remita Amine | 1 | +1 | -1 |
2019-07-13 12:08 | [dlive] Add new extractor(closes #18080) | Remita Amine | 2 | +98 | -0 |
2019-07-13 11:47 | [livejournal] Add new extractor(closes #21526) | Remita Amine | 2 | +43 | -0 |
2019-07-13 09:13 | [roosterteeth] fix free episode extraction(#16094) | Remita Amine | 1 | +49 | -52 |
2019-07-12 22:26 | [dbtv] fix extraction | Remita Amine | 1 | +26 | -25 |
2019-07-12 21:50 | [spike] fix Bellator extraction | Remita Amine | 1 | +1 | -1 |
2019-07-12 21:31 | [rudo] remove extractor(closes #18430)(closes #18474) | Remita Amine | 3 | +12 | -61 |
2019-07-12 21:02 | [facebook] fallback to twitter:image meta for thumbnail extraction(closes #21224) | Remita Amine | 1 | +1 | -1 |
2019-07-12 20:56 | [bleacherreport] fix Bleacher Report CMS extraction | Remita Amine | 1 | +4 | -4 |
2019-07-11 22:37 | [espn] fix fivethirtyeight.com extraction | Remita Amine | 2 | +12 | -13 |
2019-07-11 22:09 | [fivetv] relax video URL regex and support https URLs | Remita Amine | 1 | +4 | -2 |
2019-07-11 20:45 | [youtube] Fix is_live extraction (closes #21734) | Sergey M․ | 1 | +6 | -0 |
2019-07-11 19:26 | [youtube] Fix authentication (closes #11270) | Sergey M․ | 1 | +2 | -0 |
2019-07-11 17:43 | release 2019.07.12 | Sergey M․ | 8 | +15 | -26 |
2019-07-11 17:34 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +26 | -0 |
2019-07-11 17:04 | [mgtv] Pass Referer HTTP header for format URLs (closes #21726) | Sergey M․ | 1 | +3 | -0 |
2019-07-11 16:37 | [beeg] Add support for api/v6 v2 URLs without t argument (closes #21701) | Sergey M․ | 1 | +12 | -5 |
2019-07-10 15:47 | [funnyordie] move extraction to VoxMedia extractor and improve vox volume embed extraction(closes #16846) | Remita Amine | 3 | +67 | -197 |
2019-07-10 14:45 | [gameinformer] fix extraction(closes #8895)(closes #15363)(closes #17206) | Remita Amine | 1 | +25 | -9 |
2019-07-10 12:57 | [extractors] update funk.net import | Remita Amine | 1 | +1 | -4 |
2019-07-10 12:54 | [funk] fix extraction(closes #17915) | Remita Amine | 1 | +23 | -148 |
2019-07-09 10:56 | [packtpub] Relax lesson _VALID_URL regex(closes #21695) | Remita Amine | 1 | +4 | -1 |
2019-07-09 07:28 | [packtpub] fix extraction(closes #21268) | Remita Amine | 1 | +51 | -60 |
2019-07-06 16:16 | [philharmoniedeparis] Relax _VALID_URL (closes #21672) | Sergey M․ | 1 | +7 | -1 |
2019-07-05 17:42 | [peertube] Detect embed URLs in generic extraction (closes #21666) | Sergey M․ | 1 | +1 | -1 |
2019-07-05 15:47 | [mixer:vod] Relax _VALID_URL (closes #21657) (#21658) | Hendrik Schröter | 1 | +4 | -1 |
2019-07-04 14:59 | [lecturio] add support id based URLs(closes #21630) | Remita Amine | 1 | +64 | -49 |
2019-07-03 21:01 | [go] Add site info for disneynow (closes #21613) | Sergey M․ | 1 | +8 | -2 |
2019-07-03 20:57 | [adobepass] Add support for AT&T U-verse (mso ATT) (closes #13938, closes #21016) | Sergey M․ | 1 | +5 | -0 |
2019-07-03 19:04 | [ted] Restrict info regex (closes #21631) | Sergey M․ | 1 | +1 | -1 |
2019-07-03 16:22 | [twitch:vod] Actualize m3u8 URL (#21538, #21607) | David Caldwell | 1 | +1 | -1 |
2019-07-03 16:16 | [vzaar] Fix videos with empty title (closes #21606) | Sergey M․ | 1 | +5 | -1 |
2019-07-03 12:31 | [tvland] fix extraction(closes #21384) | Remita Amine | 1 | +15 | -12 |
2019-07-02 21:07 | [arte] clean extractor(closes #15583)(closes #21614) | Remita Amine | 2 | +26 | -307 |
2019-07-01 18:09 | release 2019.07.02 | Sergey M․ | 7 | +14 | -14 |
2019-07-01 18:07 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +15 | -0 |
2019-07-01 17:13 | [vevo] Add support for embed.vevo.com URLs (#21565) | nyuszika7h | 1 | +4 | -0 |
2019-07-01 17:11 | [openload] Add support for oload.biz (#21574) | smed79 | 1 | +4 | -1 |
2019-07-01 17:10 | [xiami] Update API base URL (#21575) | Fai | 1 | +1 | -1 |
2019-07-01 17:05 | [yourporn] Fix extraction (#21585) | xyssy | 1 | +1 | -1 |
2019-07-01 11:05 | [acast] add support for URLs with episode id(closes #21444) | Remita Amine | 1 | +17 | -7 |
2019-07-01 07:37 | [dailymotion] add support embed with DM.player js call | Remita Amine | 2 | +26 | -3 |
2019-06-28 17:33 | [soundcloud] Update client id | Sergey M․ | 1 | +1 | -1 |
2019-06-28 17:32 | [utils] Introduce random_user_agent and use as default User-Agent (closes #21546) | Sergey M․ | 2 | +1590 | -1591 |
2019-06-27 16:57 | release 2019.06.27 | Sergey M․ | 8 | +17 | -17 |
2019-06-27 16:55 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +23 | -0 |
2019-06-27 15:59 | [go] Add support for disneynow.com (closes #21528) | Sergey M․ | 1 | +5 | -2 |
2019-06-27 15:24 | [mixer:vod] Relax _VALID_URL (closes #21531) (#21536) | Mike Fährmann | 1 | +6 | -3 |
2019-06-27 15:18 | [drtv] Relax _VALID_URL | Sergey M․ | 1 | +4 | -1 |
2019-06-27 11:06 | [fusion] fix extraction(closes #17775)(closes #21269) | Remita Amine | 1 | +59 | -10 |
2019-06-24 17:12 | [nfb] Remove extractor (closes #21518) | Sergey M․ | 2 | +0 | -113 |
2019-06-24 16:01 | [beeg] Add support for api/v6 v2 URLs (closes #21511) | Sergey M․ | 1 | +21 | -2 |
2019-06-23 10:04 | [brightcove:new] Add support for playlists (#21331) | Kyle | 1 | +25 | -3 |
2019-06-22 21:31 | [openload] Add support for oload.life (#21495) | smed79 | 1 | +4 | -1 |
2019-06-22 19:16 | [vimeo:channel,group] Make title extraction no fatal | Sergey M․ | 1 | +3 | -2 |
2019-06-22 19:13 | [vimeo:likes] Implement extrator in terms of channel extractor | Sergey M․ | 1 | +7 | -43 |
2019-06-22 01:37 | [pornhub] Add support for more paged video sources | Sergey M․ | 2 | +62 | -44 |
2019-06-21 23:01 | [pornhub] Add support for downloading single pages and search pages (closes #15570) | Sergey M․ | 1 | +23 | -16 |
2019-06-21 22:34 | [pornhub] Rework extractors (closes #11922, closes #16078, closes #17454, closes #17936) | Sergey M․ | 1 | +131 | -24 |
2019-06-21 19:22 | [youtube] Add another signature function pattern | Sergey M․ | 1 | +1 | -0 |
2019-06-21 17:37 | [tf1] Improve extraction and fix issues (closes #21372) | Sergey M․ | 1 | +25 | -17 |
2019-06-12 11:55 | [tf1] Fix wat id extraction (closes #21365) | Emmanuel Froissart | 1 | +33 | -3 |
2019-06-21 17:15 | [crunchyroll] Move Accept-Language workaround to video extractor since it causes playlists not to list any videos | Sergey M․ | 1 | +13 | -13 |
2019-06-21 17:07 | [crunchyroll:playlist] Fix and relax title extraction (closes #21291, closes #21443) | Sergey M․ | 1 | +2 | -3 |
2019-06-21 16:04 | release 2019.06.21 | Sergey M․ | 7 | +14 | -14 |
2019-06-21 16:01 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +15 | -0 |
2019-06-21 15:58 | [youtube] Update signature function patterns (closes #21469, closes #21476) | Sergey M․ | 1 | +10 | -4 |
2019-06-19 17:57 | [youtube] Make --write-annotations non fatal (closes #21452) | Sergey M․ | 1 | +9 | -2 |
2019-06-16 05:32 | [sixplay] add support for rtlmost.hu(#21405) | Remita Amine | 1 | +5 | -1 |
2019-06-13 18:59 | [youtube] Hardcode codec metadata for av01 video only formats (closes #21381) | Sergey M․ | 1 | +6 | -0 |
2019-06-13 18:56 | [utils] Restrict parse_codecs and add theora as known vcodec (#21381) | Sergey M․ | 2 | +12 | -8 |
2019-06-12 20:41 | [toutv] update client key(closes #21370) | Remita Amine | 1 | +1 | -1 |
2019-06-10 14:17 | [biqle] remove unnecessary regex group | Remita Amine | 1 | +1 | -1 |
2019-06-10 13:58 | [biqle] add support for new embed domain | Remita Amine | 1 | +1 | -1 |
2019-06-08 23:12 | [cbs] improve DRM protected videos detection(closes #21339) | Remita Amine | 1 | +1 | -1 |
2019-06-07 20:47 | release 2019.06.08 | Sergey M․ | 8 | +16 | -21 |
2019-06-07 20:45 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +38 | -0 |
2019-06-07 20:06 | [ted] Improve playlist extraction (closes #21032) | Sergey M․ | 1 | +8 | -5 |
2019-05-09 18:11 | [ted] Fix playlist extraction (closes #20844) | biwubo | 1 | +16 | -14 |
2019-06-07 19:42 | [vlive] Add comments to tests and quotes consistency | Sergey M․ | 1 | +5 | -3 |
2019-06-07 19:40 | [vlive:playlist] Redirect to video extractor when no playlist is found (#20590) | biwubo | 1 | +40 | -17 |
2019-06-07 19:19 | [vlive] Improve and style (closes #21209) | Sergey M․ | 1 | +8 | -11 |
2019-05-24 14:55 | [vlive] Add CH+ support (closes #16887) | biwubo | 1 | +73 | -13 |
2019-06-07 19:03 | [openload] Add support for oload.website (#21329) | Miroslav Šedivý | 1 | +4 | -1 |
2019-06-07 17:45 | [tvnow] Extract HD formats (closes #21201) | Sergey M․ | 1 | +17 | -9 |
2019-06-07 16:48 | [redbulltv:rrn:content] Add extractor (closes #21297) | Sergey M․ | 2 | +26 | -1 |
2019-06-07 16:13 | [youtube] Fix average rating extraction (closes #21304) | Sergey M․ | 1 | +5 | -1 |
2019-06-07 15:58 | [bitchute] Extract HTML5 formats (closes #21306) | Sergey M․ | 1 | +5 | -0 |
2019-06-05 00:22 | [cbsnews] fix extraction(closes #9659)(closes #15397) | Remita Amine | 2 | +47 | -32 |
2019-06-04 20:06 | [downloader/common] Improve rate limit (#21301) | Sergey M․ | 1 | +3 | -1 |
2019-06-04 20:03 | [vvvvid] relax _VALID_URL(closes #21299) | Remita Amine | 1 | +1 | -1 |
2019-06-03 23:37 | Revert "[southpark] add support for videos with english audio track" | Remita Amine | 1 | +0 | -4 |
2019-06-03 11:43 | [southpark] add support for videos with english audio track(closes #21271) | Remita Amine | 1 | +4 | -0 |
2019-06-01 14:12 | [prosiebensat1] add support for new API(closes #21272) | Remita Amine | 1 | +120 | -75 |
2019-06-01 10:16 | [vrv] extract adaptive_hls formats(closes #21243) | Remita Amine | 1 | +2 | -2 |
2019-05-28 21:42 | [viki] Switch to HTTPS (closes #21001) | Sergey M․ | 1 | +2 | -2 |
2019-05-28 12:31 | [LiveLeak] Check if the original videos exist (closes #21206) (#21208) | bitraid | 1 | +11 | -5 |
2019-05-28 03:58 | [rtp] fix extraction(closes #15099) | Remita Amine | 1 | +30 | -53 |
2019-05-25 22:14 | [youtube] improve DRM protected videos detection(#1774) | Remita Amine | 1 | +4 | -4 |
2019-05-23 17:43 | [srgssrplay] Improve _VALID_URL (closes #21155) | Sergey M․ | 1 | +15 | -11 |
2019-05-19 16:11 | [srgssrplay] Add support for popupvideoplayer URLs | Stefan Pöschel | 1 | +12 | -1 |
2019-05-23 17:38 | [24video] Add support for porno.24video.net (closes #21194) | Sergey M․ | 1 | +15 | -1 |
2019-05-23 17:35 | [24video] Add support for 24video.site (closes #21193) | Sergey M․ | 1 | +4 | -1 |
2019-05-23 16:58 | [utils] Improve strip_or_none | Sergey M․ | 2 | +15 | -2 |
2019-05-23 16:52 | [extractor/common] Strip src attribute for HTML5 entries code (closes #18485, closes #21169) | Sergey M․ | 1 | +4 | -3 |
2019-05-23 16:48 | [pornflip] Remove extractor | Sergey M․ | 2 | +0 | -102 |
2019-05-23 16:38 | [criterion] Remove extractor (closes #21195) | Sergey M․ | 2 | +0 | -40 |
2019-05-22 23:06 | [travis] Force dist to Ubuntu Trusty by default According to https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment Ubuntu Xenial is now default, but it lacks python 2.6, 3.2 and 3.3 support needed by tests | Sergey M․ | 1 | +1 | -0 |
2019-05-22 20:56 | [pornhub] Use https (#21061) | NRTICN | 1 | +1 | -1 |
2019-05-22 20:51 | [bitchute] Fix uploader extraction (#21076) | Georgi Saev | 1 | +3 | -2 |
2019-05-22 20:46 | [streamcloud] Reduce waiting time to 6 seconds (#21092) | Malte Kiefer | 1 | +1 | -1 |
2019-05-22 20:38 | [novamov] Remove extractors (#21077) | ealgase | 3 | +0 | -232 |
2019-05-22 20:30 | [openload] Add support for oload.press (#21135) | smed79 | 1 | +4 | -1 |
2019-05-22 20:04 | [vivo] Improve extraction (closes #19217) | Sergey M․ | 1 | +21 | -10 |
2019-02-13 15:29 | [vivo] Fix extraction (closes #18906) | Daniel Höpfl | 1 | +16 | -2 |
2019-05-20 16:29 | release 2019.05.20 | Sergey M․ | 8 | +15 | -15 |
2019-05-20 16:24 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +19 | -0 |
2019-05-20 16:23 | [extractor/common] Add doc string for _apply_first_set_cookie_header | Sergey M․ | 1 | +13 | -9 |
2019-05-17 20:23 | [safari] Fix authentication (closes #21090) | Sergey M․ | 1 | +52 | -35 |
2019-05-17 20:17 | [extractor/common] Move workaround for applying first Set-Cookie header into a separate method | Sergey M․ | 2 | +26 | -19 |
2019-05-15 14:02 | [vrt] fix extraction(closes #20527) | Remita Amine | 1 | +65 | -132 |
2019-05-15 13:58 | [canvas] add support for vrtnieuws and sporza site ids and extract AES HLS formats | Remita Amine | 1 | +7 | -3 |
2019-05-15 09:38 | [vrv] extract captions(closes #19238) | Remita Amine | 1 | +9 | -8 |
2019-05-12 17:13 | [tele5] Improve video id extraction | Sergey M․ | 1 | +3 | -2 |
2019-05-12 17:11 | [tele5] Relax _VALID_URL (closes #21020, closes #21063) | Sergey M․ | 1 | +15 | -3 |
2019-05-12 16:23 | [svtplay] Update API URL (closes #21075) | Sergey M․ | 1 | +1 | -1 |
2019-05-12 09:23 | [yahoo:gyao] add X-User-Agent header to dam proxy requests(closes #21071) | Remita Amine | 1 | +2 | -0 |
2019-05-10 23:07 | release 2019.05.11 | Sergey M․ | 8 | +16 | -14 |
2019-05-10 23:04 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +23 | -0 |
2019-05-10 21:53 | [extractor/common] Fix typo | Sergey M․ | 1 | +1 | -1 |
2019-05-10 20:56 | Fix W504 and disable W503 (closes #20863) | Sergey M․ | 49 | +211 | -211 |
2019-05-10 20:14 | [tvnow] Fix W605 | Sergey M․ | 1 | +1 | -1 |
2019-05-10 20:11 | [commonmistakes] Fix E117 | Sergey M․ | 1 | +16 | -16 |
2019-05-10 20:09 | [cloudflarestream] Add support for videodelivery.net (#21049) | davex25 | 1 | +6 | -3 |
2019-05-10 20:05 | [byutv] Improve extraction and update DVR test (closes #20676) | Sergey M․ | 1 | +29 | -27 |
2019-04-14 22:30 | [byutv] Add support for DVR videos (closes #20574) | Michael Tilbury | 1 | +45 | -13 |
2019-05-10 19:12 | [gfycat] Add support for URLs with tags (closes #20696) (#20731) | biwubo | 1 | +4 | -1 |
2019-05-10 18:42 | [utils] Transliterate "þ" as "th" (#20897) | Jakub Wilk | 2 | +3 | -3 |
2019-05-10 18:35 | [openload] Add support for verystream.com (closes #20701) (#20967) | ealgase | 3 | +78 | -24 |
2019-05-10 01:36 | [youtube] Use sp field value for signature field name (closes #18841, closes #18927, closes #21028) | Sergey M․ | 1 | +2 | -1 |
2019-05-09 03:13 | [yahoo:gyao] extend _VALID_URL(closes #21008) | Remita Amine | 1 | +4 | -1 |
2019-05-08 17:58 | [youtube] Fix channel id extraction (closes #20982) (#21003) | pypy | 1 | +7 | -2 |
2019-05-07 09:16 | [sky] add support for news.sky.com (closes #13055) | Remita Amine | 3 | +74 | -50 |
2019-05-05 18:12 | [youtube:entrylistbase] Retry on 5xx HTTP errors (#20965) | Sergey M․ | 1 | +20 | -4 |
2019-05-04 23:26 | [francetvinfo] Extend video id extraction (closes #20619) (#20740) | mtilbury | 1 | +5 | -4 |
2019-05-03 20:26 | [4tube] Update token hosts (closes #20918) | Sergey M․ | 1 | +3 | -2 |
2019-05-03 20:11 | [hotstar] Move to API v2 (closes #20931) | Sergey M․ | 1 | +62 | -25 |
2019-05-02 09:46 | [fox] fix Uplynk PrePlay error handling under python 2(#20925) | Remita Amine | 1 | +1 | -1 |
2019-05-01 17:36 | [fox] Fix API error handling under python 2 (closes #20925) | Sergey M․ | 1 | +1 | -1 |
2019-05-01 14:36 | [redbulltv] Extend _VALID_URL (closes #20922) | Sergey M․ | 1 | +7 | -1 |
2019-04-29 23:11 | release 2019.04.30 | Sergey M․ | 8 | +18 | -18 |
2019-04-29 23:08 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +21 | -0 |
2019-04-29 22:59 | [openload] Use real Chrome versions (closes #20902) | Sergey M․ | 1 | +1580 | -6 |
2019-04-29 21:49 | [youtube] Remove info el for get_video_info request Since it does not work for quite a long time | Sergey M․ | 1 | +1 | -1 |
2019-04-29 21:32 | [youtube] Improve extraction robustness Fail on missing token only when no formats found | Sergey M․ | 1 | +29 | -24 |
2019-04-28 17:02 | [dramafever] Remove extractor(closes #20868) | Remita Amine | 2 | +0 | -270 |
2019-04-28 16:50 | [adn] fix subtitle extraction(#12724) | Remita Amine | 1 | +3 | -2 |
2019-04-28 16:37 | [youtube] extract album from Music in this video section(#20301) | Remita Amine | 1 | +5 | -2 |
2019-04-28 16:05 | [ccc] Improve extraction (closes #14601, closes #20355) | Sergey M․ | 1 | +13 | -17 |
2019-03-14 20:30 | [ccc] Extract creator | Tobias Gruetzmacher | 1 | +15 | -1 |
2017-10-27 11:22 | [ccc:playlist] Add extractor | Tobias Kunze | 2 | +28 | -1 |
2019-04-28 11:03 | [sverigesradio] improve extraction(closes #18635) | Remita Amine | 1 | +59 | -49 |
2018-12-25 13:29 | [sverigesradio] Add extractor | Mattias Wadman | 2 | +109 | -0 |
2019-04-27 23:42 | [cinemax] Add new extractor | Remita Amine | 3 | +55 | -19 |
2019-04-27 09:32 | [sixplay] add missing parenthesis | Remita Amine | 1 | +1 | -1 |
2019-04-27 09:17 | [sixplay] try to extract non drm protected manifests(closes #20849) | Remita Amine | 1 | +2 | -1 |
2019-04-27 08:16 | [youtube] improve Youtube Music Auto-generated description parsing(closes #20742) | Remita Amine | 1 | +23 | -34 |
2019-04-22 04:26 | [youtube] Extract additional meta data from video description on youtube music videos | quinlander | 1 | +122 | -1 |
2019-04-26 22:12 | [wrzuta] Remove extractor (closes #20684) (#20801) | Jakub Wilk | 2 | +0 | -162 |
2019-04-26 22:08 | [twitch] Prefer source format (closes #20850) | Sergey M․ | 1 | +2 | -2 |
2019-04-26 21:55 | Move issue template templates into separate folder | Sergey M․ | 6 | +6 | -6 |
2019-04-26 21:22 | Issue template overhaul | Sergey M․ | 15 | +561 | -129 |
2019-04-26 16:17 | [twitcasting] Add support for private videos (#20843) | Mao Zedong | 1 | +24 | -3 |
2019-04-26 09:34 | [twitcasting] Fix test: video title (#20840) | Mao Zedong | 1 | +1 | -1 |
2019-04-26 09:26 | [reddit] check thumbnail URL(closes #20030) | Remita Amine | 1 | +2 | -1 |
2019-04-25 17:46 | [ISSUE_TEMPLATE.md] Add entry on argument escaping in make-sure checklist [ci skip] | Sergey M․ | 2 | +2 | -0 |
2019-04-25 10:36 | [yandexmusic] fix track url extraction(closes #20820) | Remita Amine | 1 | +23 | -28 |
2019-04-24 03:05 | release 2019.04.24 | Sergey M․ | 4 | +7 | -5 |
2019-04-24 03:05 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +22 | -0 |
2019-04-24 02:58 | [youtube] Fix extraction (closes #20758, closes #20759, closes #20761, closes #20762, closes #20764, closes #20766, closes #20767, closes #20769, closes #20771, closes #20768, closes #20770) | Sergey M․ | 1 | +6 | -3 |
2019-04-23 23:28 | [toutv] fix extraction and extract series info(closes #20757) | Remita Amine | 1 | +12 | -1 |
2019-04-22 22:50 | [vrv] add support for movie listings(closes #19229) | Remita Amine | 1 | +32 | -6 |
2019-04-22 19:31 | [youtube] raise ExtractorError when no data available(#20737) | Remita Amine | 1 | +7 | -0 |
2019-04-22 17:39 | [soundcloud] Add support for new rendition and improve extraction (closes #20699) | Sergey M․ | 1 | +152 | -58 |
2019-04-22 09:04 | [ooyala] add support for geo verification proxy | Remita Amine | 1 | +1 | -1 |
2019-04-22 09:04 | [nrl] Add new extractor(closes #15991) | Remita Amine | 2 | +31 | -0 |
2019-04-21 20:05 | [vimeo] extract live archive source format(#19144) | Remita Amine | 1 | +12 | -1 |
2019-04-21 16:20 | [vimeo] add support live streams and improve info extraction(closes #19144) | Remita Amine | 2 | +31 | -22 |
2019-04-21 13:51 | [ntvcojp] Add new extractor | Remita Amine | 2 | +50 | -0 |
2019-04-21 12:25 | [nhk] extract rtmpt format | Remita Amine | 1 | +7 | -6 |
2019-04-21 12:17 | [nhk] add support for audio URLs | Remita Amine | 1 | +59 | -33 |
2019-04-19 19:44 | [udemy] add another course id extraction pattern(closes #20491) | Remita Amine | 1 | +4 | -1 |
2019-04-18 16:56 | [openload] Add support for oload.services (closes #20691) | Sergey M․ | 1 | +4 | -1 |
2019-04-16 22:33 | [openload] Add support for openloed.co (closes #20691) | ealgase | 1 | +4 | -1 |
2019-04-16 18:06 | [bravotv] fix extraction(closes #19213) | Remita Amine | 1 | +25 | -15 |
2019-04-16 17:20 | release 2019.04.17 | Sergey M․ | 4 | +9 | -6 |
2019-04-16 17:15 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +25 | -0 |
2019-04-16 17:08 | [openload] Randomize User-Agent (closes #20688) | Sergey M․ | 1 | +7 | -2 |
2019-04-16 16:50 | [openload] Add support for oladblock domains (#20471) | Sergey M | 1 | +10 | -1 |
2019-04-16 12:04 | [adn] fix subtitle extraction(#12724) | Remita Amine | 1 | +7 | -2 |
2019-04-16 03:09 | [openload] add test for oladblock.me | ealgase | 1 | +3 | -0 |
2019-04-16 03:08 | [openload] add oladblock.me domain | ealgase | 1 | +1 | -1 |
2019-04-14 22:18 | [aol] add support for localized websites | Remita Amine | 1 | +13 | -1 |
2019-04-14 14:01 | [yahoo] add support GYAO episode URLs | Remita Amine | 1 | +8 | -3 |
2019-04-14 13:39 | [yahoo] add support for streaming.yahoo.co.jp(closes #5811)(closes #7098) | Remita Amine | 1 | +12 | -6 |
2019-04-14 13:29 | [yahoo] add support for gyao.yahoo.co.jp | Remita Amine | 2 | +65 | -0 |
2019-04-14 12:18 | [aenetworks] add encoding declaration | Remita Amine | 1 | +1 | -0 |
2019-04-14 10:46 | [aenetworks] fix history topic extraction and extract more formats | Remita Amine | 1 | +71 | -66 |
2019-04-13 16:00 | [cbs] extract smpte and vtt subtitles | Remita Amine | 1 | +11 | -7 |
2019-04-13 08:05 | [streamango] add support for streamcherry.com (#20592) | Sergey M | 1 | +4 | -1 |
2019-04-13 08:03 | [README.md] Rephrase usage example comment (#20614) | DaMightyZombie | 1 | +1 | -1 |
2019-04-13 08:02 | [yourporn] Add support for sxyprn.com (#20646) | JChris246 | 1 | +6 | -3 |
2019-04-12 08:19 | [mgtv] fix extraction(closes #20650) | Remita Amine | 1 | +35 | -11 |
2019-04-11 07:44 | [linkedin:learning] use urljoin for form action url(closes #20431) | Remita Amine | 1 | +5 | -4 |
2019-04-09 10:23 | [gdc] add support for kaltura embeds and update tests(closes #20575) | Remita Amine | 1 | +57 | -43 |
2019-04-09 10:21 | [dispeak] improve mp4 bitrate extraction | Remita Amine | 1 | +9 | -2 |
2019-04-09 10:20 | [kaltura] sanitize embed URLs | Remita Amine | 1 | +2 | -0 |
2019-04-08 15:34 | [jwplatfom] do not match manifest URLs(#20596) | Remita Amine | 1 | +1 | -1 |
2019-04-07 20:31 | [aol] restrict url regex and improve format extraction | Remita Amine | 1 | +19 | -9 |
2019-04-07 14:05 | [tiktok] Add support for new URL schema (closes #20573) | Sergey M․ | 1 | +28 | -7 |
2019-04-07 11:39 | [stv:player] Add new extractor(closes #20586) | Remita Amine | 2 | +95 | -0 |
2019-04-07 03:59 | [streamango] add support for streamcherry.com | ealgase | 1 | +4 | -1 |
2019-04-07 03:38 | [openload] add tests | ealgase | 1 | +6 | -0 |
2019-04-06 21:19 | release 2019.04.07 | Sergey M․ | 4 | +10 | -6 |
2019-04-06 21:16 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +26 | -0 |
2019-04-06 20:18 | [ruutu] Add support for audio podcasts (closes #20473, closes #20545) | Sergey M․ | 1 | +20 | -0 |
2019-04-06 19:58 | [xvideos] Extract all thumbnails (closes #20432) | Sergey M․ | 1 | +12 | -5 |
2019-04-06 19:28 | [README.md] Fix lists formatting (closes #20558) | Martin Michlmayr | 1 | +3 | -0 |
2019-04-06 19:17 | [vk] Remove unused import | Sergey M․ | 1 | +1 | -4 |
2019-04-06 19:15 | [platzi] Add extractor (closes #20562) | Sergey M․ | 2 | +221 | -0 |
2019-04-06 15:29 | [dvtv] remove unnecessary comments and spaces | Remita Amine | 1 | +7 | -25 |
2019-02-09 09:15 | [dvtv] Fix extraction (closes #18514) | Jan Friesse | 1 | +73 | -47 |
2019-04-06 08:22 | [vrv] add basic support for individual movie links(#19229) | Remita Amine | 1 | +4 | -3 |
2019-04-05 18:35 | [bfi:player] Add new extractor(#19235) | Remita Amine | 2 | +38 | -0 |
2019-04-05 17:08 | [hbo] fix extraction and extract subtitles(closes #14629)(closes #13709) | Remita Amine | 2 | +39 | -68 |
2019-04-05 15:18 | [youtube] extract srv[1-3] subtitle formats(#20566) | Remita Amine | 1 | +1 | -1 |
2019-04-05 10:45 | [adultswim] fix extraction(closes #18025) | Remita Amine | 1 | +117 | -75 |
2019-04-05 07:26 | [teamcoco] fix extraction and add suport for subdomains(closes #17099)(closes #20339) | Remita Amine | 1 | +14 | -4 |
2019-04-04 16:59 | [adn] fix subtitle compatibility with ffmpeg | Remita Amine | 1 | +4 | -4 |
2019-04-04 13:50 | [adn] fix extraction and add support for positioning styles(closes #20549) | Remita Amine | 1 | +51 | -23 |
2019-04-03 10:08 | [vk] use a more unique video id(closes #17848) | Remita Amine | 2 | +19 | -16 |
2019-04-03 09:20 | [rtl2] update player_url | Remita Amine | 1 | +1 | -1 |
2019-04-03 09:19 | [newstube] fix extraction | Remita Amine | 1 | +41 | -75 |
2019-04-03 00:00 | [rtl2] improve _VALID_URL regex | Remita Amine | 1 | +23 | -24 |
2019-04-02 21:41 | [download/external] pass rtmp_conn to ffmpeg | Remita Amine | 1 | +6 | -0 |
2019-04-02 21:40 | [adobeconnect] Add new extractor(closes #20283) | Remita Amine | 2 | +38 | -0 |
2019-04-02 14:49 | [gaia] add support for authentication(closes #14605) | Remita Amine | 1 | +34 | -2 |
2019-04-01 18:29 | [YoutubeDL] Add ffmpeg_location to post processor options (closes #20532) | Sergey M․ | 1 | +2 | -0 |
2019-04-01 18:13 | [mediasite] Add support for dashed ids and named catalogs (closes #20531) | Sergey M․ | 2 | +33 | -1 |
2019-04-01 16:55 | release 2019.04.01 | Sergey M․ | 4 | +7 | -5 |
2019-04-01 16:53 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +20 | -0 |
2019-03-30 18:31 | [weibo] Extend _VALID_URL (#20496) | RexYuan | 1 | +1 | -1 |
2019-03-30 18:27 | [xhamster] Add support for xhamster.one (closes #20508) | Sergey M․ | 1 | +4 | -1 |
2019-03-30 18:17 | [mediasite:catalog] Add extractor (closes #20507) | Sergey M․ | 2 | +118 | -3 |
2019-03-28 15:55 | [teamtreehouse] Add new extractor(closes #9836) | Remita Amine | 2 | +141 | -0 |
2019-03-27 17:49 | [ina] add support for audio URLs | Remita Amine | 1 | +13 | -2 |
2019-03-27 17:29 | [ina] improve extraction | Remita Amine | 1 | +50 | -14 |
2019-03-27 17:01 | [cwtv] fix episode number extraction(closes #20461) | Remita Amine | 1 | +1 | -1 |
2019-03-25 16:04 | [openload] add support for oladblock.services and oladblock.xyz domains | ealgase | 1 | +1 | -1 |
2019-03-23 14:43 | [npo] Improve DRM detection | Sergey M․ | 1 | +9 | -5 |
2019-03-22 18:09 | [pornhub] Add support for DASH formats (closes #20403) | Sergey M․ | 1 | +5 | -0 |
2019-03-22 18:08 | [utils] Improve int_or_none and float_or_none (#20403) | Sergey M․ | 2 | +19 | -2 |
2019-03-21 15:55 | Check for valid --min-sleep-interval when --max-sleep-interval is specified | Jesse de Zwart | 1 | +2 | -0 |
2019-03-21 15:39 | [svtplay] Update API endpoint (closes #20430) | Sergey M․ | 1 | +1 | -1 |
2019-03-17 18:36 | release 2019.03.18 | Sergey M․ | 4 | +7 | -11 |
2019-03-17 18:33 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +34 | -0 |
2019-03-17 10:33 | [yandexvideo] Add extractor | Sergey M․ | 2 | +92 | -1 |
2019-03-17 08:34 | [openload] Improve embed detection | Sergey M․ | 1 | +5 | -7 |
2019-03-17 07:34 | [radiocanada:audiovideo] Fix typo | Sergey M․ | 1 | +1 | -1 |
2019-03-17 07:20 | [corus] Add support for bigbrothercanada.ca (#20357) | wolfy1339 | 1 | +12 | -2 |
2019-03-17 02:57 | [orf:radio] Extract series (#20012) | Lukas Anzinger | 1 | +2 | -1 |
2019-03-17 02:41 | [extractors] Remove superfluous whitespace | Sergey M․ | 1 | +1 | -1 |
2019-03-17 02:37 | [cbc:watch] Add support for gem.cbc.ca (closes #20251, #20359) | Tyler Szabo | 1 | +4 | -1 |
2019-03-17 02:15 | [anysex] Remove extractor (closes #19279) | Sergey M․ | 2 | +0 | -62 |
2019-03-17 02:09 | [extractor/common] Improve HTML5 entries extraction and add some realworld tests | Sergey M․ | 2 | +214 | -7 |
2019-03-17 02:07 | [utils] Introduce parse_bitrate | Sergey M․ | 2 | +16 | -0 |
2019-03-17 00:18 | [ciscolive] Add support for new URL schema (closes #20320, #20351) | Austin de Coup-Crank | 1 | +13 | -4 |
2019-03-17 00:15 | [youtube] Add support for invidiou.sh (#20309) | utlasidyo | 1 | +2 | -1 |
2019-03-17 00:07 | [update] Hide update URLs behind redirect | Sergey M․ | 1 | +1 | -1 |
2019-03-14 18:20 | [test_InfoExtractor] Add test for #20346 | Sergey M․ | 2 | +80 | -4 |
2019-03-14 17:42 | [extractor/common] Fix url meta field for unfragmented DASH formats (closes #20346) | Sergey M․ | 1 | +17 | -8 |
2019-03-13 09:47 | [anitube] Remove extractor | charon2019 | 2 | +0 | -31 |
2019-03-12 15:55 | [ruleporn] Remove extractor (closes #15344, closes #20324) Covered by generic extractor | Sergey M․ | 2 | +0 | -45 |
2019-03-12 15:52 | [npr] fix extraction(closes #10793)(closes #13440) | Remita Amine | 1 | +51 | -25 |
2019-03-12 07:08 | [biqle] fix extraction(closes #11471)(closes #15313) | Remita Amine | 1 | +69 | -12 |
2019-03-11 14:53 | [viddler] Modernize | Remita Amine | 1 | +7 | -15 |
2019-03-11 14:37 | [pandatv] fix condition syntax | Remita Amine | 1 | +1 | -1 |
2019-03-11 14:18 | [moevideo] fix extraction | Remita Amine | 1 | +15 | -50 |
2019-03-11 08:51 | [primesharetv] remove extractor | Remita Amine | 2 | +0 | -63 |
2019-03-11 08:43 | [hypem] Modernize and extract more metadata(closes #15320) | Remita Amine | 1 | +19 | -31 |
2019-03-11 08:04 | [veoh] fix extraction | Remita Amine | 1 | +36 | -63 |
2019-03-11 07:18 | [escapist] Modernize | Remita Amine | 1 | +20 | -15 |
2019-03-11 06:27 | [videomega] remove extractor(closes #10108) | Remita Amine | 2 | +0 | -61 |
2019-03-10 21:33 | [beeg] Add support for beeg.porn (closes #20306) | Sergey M․ | 1 | +9 | -3 |
2019-03-09 12:14 | Start moving to ytdl-org | Sergey M․ | 61 | +182 | -182 |
2019-03-10 14:03 | [vimeo:review] improve config url extraction and extract original format(closes #20305) | Remita Amine | 1 | +38 | -26 |
2019-03-10 08:37 | [fox] detect geo restriction and authentication errors(#20208) | Remita Amine | 1 | +28 | -4 |
2019-03-08 19:53 | release 2019.03.09 | Sergey M․ | 3 | +5 | -5 |
2019-03-08 19:52 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +31 | -0 |
2019-03-08 16:26 | [francetv:site] Relax video id regex and update test (closes #20268) | Sergey M․ | 1 | +2 | -2 |
2019-03-06 08:28 | [toutv] detect invalid login error | Remita Amine | 1 | +20 | -12 |
2019-03-06 08:20 | [toutv] fix authentication(closes #20261) | Remita Amine | 1 | +14 | -39 |
2019-03-05 19:45 | [test] Fix test_compat_etree_Element | Sergey M․ | 1 | +1 | -1 |
2019-03-05 19:11 | [urplay] Extract timestamp (#20235) | 0x9fff00 | 1 | +16 | -2 |
2019-03-05 18:34 | [openload] Add support for oload.space | yonaikerlol | 1 | +4 | -1 |
2019-03-05 18:27 | [facebook] Improve uploader extraction (closes #20250) | Sergey M․ | 1 | +1 | -1 |
2019-03-05 18:21 | Use compat_etree_Element | Sergey M․ | 3 | +11 | -11 |
2019-03-05 18:18 | [compat] Introduce compat_etree_Element | Sergey M․ | 2 | +17 | -0 |
2019-03-05 17:33 | [extractor/common] Fallback url to base URL for DASH formats | Sergey M․ | 1 | +6 | -2 |
2019-03-05 16:57 | [npo] Improve ISM extraction | Sergey M․ | 1 | +1 | -1 |
2019-03-05 16:54 | [rai] Improve extraction (closes #20253) | Sergey M․ | 1 | +2 | -2 |
2019-03-05 16:45 | [extractor/common] Do not fail on invalid data while parsing F4M manifest in non fatal mode | Sergey M․ | 1 | +4 | -0 |
2019-03-04 21:26 | [paramountnetwork] fix mgid extraction(closes #20241) | Remita Amine | 1 | +7 | -3 |
2019-03-04 17:39 | [extractor/common] Clarify url and manifest_url meta fields | Sergey M․ | 1 | +12 | -2 |
2019-03-04 17:37 | [extractor/common] Return MPD manifest as format's url meta field (#20242) For symmetry with other segmented media | Sergey M․ | 1 | +1 | -1 |
2019-03-03 12:23 | [utils] strip #HttpOnly_ prefix from cookies files (#20219) | remitamine | 3 | +33 | -1 |
2019-03-03 05:18 | [libsyn] improve extraction(closes #20229) | Remita Amine | 1 | +35 | -29 |
2019-03-03 01:19 | [youtube] Add more invidious instances | dimqua | 1 | +3 | -0 |
2019-03-03 01:16 | [travis] Remove sudo: false | cclauss | 1 | +0 | -1 |
2019-03-02 23:25 | [spankbang] Fix extraction (closes #20023) | Sergey M․ | 1 | +40 | -5 |
2019-03-02 07:25 | [crunchyroll] fix is_logged check | Remita Amine | 1 | +1 | -1 |
2019-03-02 07:01 | Revert "use older login method(closes #11572)" | Remita Amine | 1 | +0 | -12 |
2019-03-01 14:34 | [espn] extend _VALID_URL regex(closes #20013) | Remita Amine | 1 | +5 | -1 |
2019-03-01 14:08 | [sixplay] handle videos with empty assets(closes #20016) | Remita Amine | 1 | +2 | -1 |
2019-03-01 07:14 | [vimeo] add support for Vimeo Pro portfolio protected videos(closes #20070) | Remita Amine | 1 | +5 | -1 |
2019-02-28 18:03 | release 2019.03.01 | Sergey M․ | 3 | +5 | -5 |
2019-02-28 18:02 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +15 | -0 |
2019-02-28 17:47 | [npo] Fix extraction (#20084) | Sergey M․ | 1 | +117 | -3 |
2019-02-28 16:26 | [francetv:site] Extend video id regex (closes #20029, closes #20071) | Sergey M․ | 1 | +1 | -1 |
2019-02-26 20:41 | [periscope] Extract width and height (closes #20015) | Sergey M․ | 1 | +18 | -4 |
2019-02-24 16:19 | [servus] Fix extraction (closes #19297) | Sergey M․ | 1 | +20 | -7 |
2019-02-24 14:01 | [bbccouk] Make subtitles non fatal (#19651) | Sergey M․ | 1 | +10 | -2 |
2019-02-22 17:58 | [downloader/external] Add support for rate limit and retries for wget | Sergey M․ | 1 | +6 | -0 |
2019-02-22 17:43 | [downloader/external] Fix infinite retries for curl (closes #19303) | Sergey M․ | 1 | +5 | -1 |
2019-02-20 22:59 | [metacafe] Fix family filter bypass (closes #19287) | Sergey M․ | 1 | +3 | -2 |
2019-02-17 19:11 | release 2019.02.18 | Sergey M․ | 4 | +7 | -5 |
2019-02-17 19:10 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +25 | -0 |
2019-02-17 07:27 | [tvp:website] Improve support | Sergey M․ | 2 | +23 | -5 |
2019-02-17 07:09 | [tvp:series] Fix extraction | Sergey M․ | 1 | +29 | -38 |
2019-02-17 06:39 | [tvp] Detect unavailable videos | Sergey M․ | 1 | +8 | -3 |
2019-02-17 06:38 | [tvp] Fix description extraction, make thumbnail optional and fix tests | Sergey M․ | 1 | +16 | -5 |
2019-02-17 00:12 | [linuxacademy] Add extractor (closes #12207) | Sergey M․ | 2 | +175 | -0 |
2019-02-16 22:00 | [bilibili] Update keys (closes #19233) | Sergey M․ | 1 | +2 | -2 |
2019-02-16 18:05 | [udemy] Extend _VALID_URLs (closes #14330, closes #15883) | Sergey M․ | 1 | +12 | -3 |
2019-02-16 17:58 | [udemy] Update User-Agent and detect captcha (closes #14713, closes #15839, closes #18126) | Sergey M․ | 1 | +14 | -2 |
2019-02-16 15:45 | [noovo] Fix extraction (closes #19230) | Sergey M․ | 1 | +6 | -2 |
2019-02-15 16:56 | [rai] Relax _VALID_URL (closes #19232) | Sergey M․ | 1 | +4 | -1 |
2019-02-14 16:40 | [vshare] Pass Referer to download request (closes #19205, closes #19221) | Sergey M․ | 1 | +1 | -1 |
2019-02-14 15:28 | [openload] Add support for oload.live | yonaikerlol | 1 | +4 | -1 |
2019-02-12 17:02 | [imgur] Use video id as title fallback (closes #18590) | bitraid | 1 | +5 | -1 |
2019-02-11 17:13 | [twitch] Add new source format detection approach (closes #19193) | Sergey M․ | 1 | +6 | -1 |
2019-02-10 21:41 | [tvplayhome] Fix video id extraction (closes #19190) | Sergey M․ | 1 | +2 | -3 |
2019-02-10 21:39 | [tvplayhome] Fix episode metadata extraction (closes #19190) | Sergey M․ | 1 | +3 | -2 |
2019-02-10 17:49 | [rutube:embed] Fix extraction and add support private videos (closes #19163) | Sergey M․ | 1 | +72 | -43 |
2019-02-10 16:44 | [soundcloud] Extract more metadata | Sergey M․ | 1 | +56 | -9 |
2019-02-09 16:49 | [trunews] Add extractor (closes #19153) | Sergey M․ | 2 | +76 | -0 |
2019-02-08 06:21 | [linkedin:learning] extract chapter_number and chapter_id(closes #19162) | Remita Amine | 1 | +11 | -5 |
2019-02-07 18:12 | release 2019.02.08 | Sergey M․ | 4 | +7 | -6 |
2019-02-07 18:10 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +29 | -0 |
2019-02-07 18:08 | [YoutubeDL] Improve _make_archive_id (closes #19149) | Sergey M․ | 1 | +5 | -1 |
2019-02-07 17:43 | [malltv] Fix issues and simplify (closes #17856) | Sergey M․ | 1 | +39 | -44 |
2018-10-10 21:47 | [malltv] Add extractor (closes #18058) | Ales Jirasek | 5 | +63 | -2 |
2019-02-07 17:09 | [spankbang:playlist] Add extractor (closes #19145) | Sergey M․ | 2 | +36 | -2 |
2019-02-07 16:57 | [spankbang] Extend _VALID_URL | Sergey M․ | 1 | +13 | -4 |
2019-02-06 18:38 | [trutv] fix extraction(closes #17336) | Remita Amine | 1 | +56 | -28 |
2019-02-06 12:59 | [toutv] fix authentication(closes #16398)(closes #18700) | Remita Amine | 2 | +46 | -50 |
2019-02-05 16:06 | [pornhub] Improve and simplify (closes #19135) | Sergey M․ | 1 | +6 | -11 |
2019-02-04 17:33 | [pornhub] Fix tags and categories extraction (closes #13720) | JChris246 | 1 | +11 | -9 |
2019-02-04 17:07 | [pornhd] Fix formats extraction | Sergey M․ | 1 | +5 | -1 |
2019-02-04 17:06 | [pornhd] Extract like count | JChris246 | 1 | +8 | -0 |
2019-02-03 11:10 | [radiocanada] switch to the new media requests(closes #19115) | Remita Amine | 1 | +39 | -94 |
2019-02-03 08:10 | [teachable] add support for courses.workitdaily.com (closes #18871) | Remita Amine | 1 | +1 | -0 |
2019-02-02 17:33 | [vporn] Remove extractor (closes #16276) Handled by generic extractor | Sergey M․ | 2 | +0 | -124 |
2019-02-02 16:40 | [soundcloud:pagedplaylist] Improve (closes #19086) | Sergey M․ | 1 | +16 | -12 |
2019-02-01 01:51 | [soundcloud:pagedplaylist] Add ie and title to entries (#19022) | Cory Hall | 1 | +9 | -7 |
2019-02-01 23:04 | [drtuber] Extract duration | JChris246 | 1 | +6 | -0 |
2019-02-01 22:44 | [YoutubeDL] Fallback to ie_key of matching extractor while making download archive id when no explicit ie_key is provided (#19022) | Sergey M․ | 1 | +13 | -7 |
2019-02-01 21:11 | [soundcloud:user] Update tests | Sergey M․ | 1 | +26 | -22 |
2019-02-01 21:00 | [soundcloud] Fix paged playlists extraction, add support for albums and update client id | Sergey M․ | 1 | +17 | -9 |
2019-01-31 18:48 | [drtv] Improve preference (closes #19079) | Sergey M․ | 1 | +5 | -2 |
2019-01-30 17:15 | [openload] Add support for openload.pw and oload.pw (closes #18930) | Sergey M․ | 1 | +8 | -2 |
2019-01-30 16:39 | [openload] Add support for oload.info | Batuhan's Unmaintained Account | 1 | +4 | -1 |
2019-01-30 13:43 | [crackle] authorize media detail request(closes #16931) | Remita Amine | 1 | +12 | -6 |
2019-01-29 23:19 | release 2019.01.30.1 | Sergey M․ | 3 | +5 | -5 |
2019-01-29 23:17 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +6 | -0 |
2019-01-29 23:15 | [postprocessor/ffmpeg] Fix avconv processing broken in #19025 (closes #19067) | Sergey M․ | 1 | +7 | -5 |
2019-01-29 17:08 | release 2019.01.30 | Sergey M․ | 4 | +7 | -5 |
2019-01-29 17:05 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +18 | -0 |
2019-01-29 17:03 | [fox] Remove unused imports | Sergey M․ | 1 | +0 | -2 |
2019-01-29 16:56 | [yourporn] Improve (closes #19061) | Sergey M․ | 1 | +11 | -7 |
2019-01-28 23:42 | [yourporn] Fix extraction and extract duration (closes #18815, closes #18852) | JChris246 | 1 | +9 | -2 |
2019-01-29 16:33 | [drtv] Improve extraction (closes #19039) + Add support for EncryptedUri videos + Extract more metadata * Fix subtitles extraction | Sergey M․ | 1 | +102 | -31 |
2019-01-28 23:31 | [fox] add support for locked videos using cookies(closes #19060) | Remita Amine | 3 | +51 | -26 |
2019-01-28 21:39 | [fox] fix extraction for free videos(#19060) | Remita Amine | 1 | +20 | -26 |
2019-01-28 19:20 | [zattoo] Add support for tv.salt.ch | Alexander Seiler | 2 | +12 | -0 |
2019-01-28 18:59 | [postprocessor/ffmpeg] Wrap loglevel args in encodeArgument | Sergey M․ | 1 | +1 | -1 |
2019-01-28 15:59 | [postprocessor/ffmpeg] Disable "Last message repeated" messages which cause non-zero exit status (#19025) | Sergey M | 1 | +1 | -0 |
2019-01-28 15:57 | [postprocessor/ffmpeg] Do not copy Apple TV chapter tracks while embedding subtitles (closes #19042) | Tatsh | 1 | +3 | -0 |
2019-01-28 03:24 | [postprocessor/ffmpeg] Disable "Last message repeated" messages which cause non-zero exit status | Andrew Udvare | 1 | +1 | -0 |
2019-01-27 14:28 | release 2019.01.27 | Sergey M․ | 5 | +9 | -6 |
2019-01-27 14:25 | [ChangeLog] Actualize [ci skip] | Sergey M․ | 1 | +19 | -0 |
2019-01-27 09:53 | [vice] fix extraction for locked videos(closes #16248) | Remita Amine | 1 | +1 | -3 |
2019-01-26 21:52 | [wakanim] detect DRM protected videos | Remita Amine | 1 | +13 | -2 |
2019-01-26 21:36 | [extractor/common] Extract season in _json_ld | Sergey M․ | 1 | +4 | -1 |
| 16765 more commits remaining, fetch the repository |