Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-08 | [youtube] Prefer UTC upload date for videos (#2223) | coletdev | |
Except for live/scheduled streams/premieres. Closes #1881 Related: #2402 Authored-by: coletdjnz | |||
2022-03-08 | [utils] Better traceback for `ExtractorError` | pukkandan | |
2022-03-08 | [nrk] Add fallback API | pukkandan | |
Closes #1891 | |||
2022-03-07 | [build] Update pyinstaller to 4.10 | shirt | |
2022-03-06 | [utils] render_table: Fix character calculation for removing extra gap | Lesmiscore | |
without this fix, the column next to delimiter will lack leading spaces on terminal (see https://github.com/yt-dlp/yt-dlp/pull/920#issuecomment-1059914615 for the situation) | |||
2022-03-05 | [youtube] Fix automatic captions | pukkandan | |
Closes #2956 | |||
2022-03-04 | [tumblr] Fix extractor (#2883) | foghawk | |
Authored by: foghawk | |||
2022-03-04 | [ant1newsgr] Add extractor (#1982) | Zenon Mousmoulas | |
Authored by: zmousm | |||
2022-03-05 | Update to ytdl-commit-6508688 | pukkandan | |
Make default upload_/release_date a compat_str https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Except: * "[NDR] Overhaul NDR and NJoy extractors" https://github.com/ytdl-org/youtube-dl/pull/30531 - https://github.com/ytdl-org/youtube-dl/commit/01824d275bfa7efbaca274b38c1ddc2b03f12f5d - https://github.com/ytdl-org/youtube-dl/commit/39a98b09a2acf50dc64bc41185be723b98e740b9 - https://github.com/ytdl-org/youtube-dl/commit/f0a05a55c2ee512880546c056cfbec5ad3399798 - https://github.com/ytdl-org/youtube-dl/commit/4186e817772d49d6f66b07c5ac8c248f026a6446 | |||
2022-03-04 | [VideocampusSachsen] Add extractors (#2787) | FestplattenSchnitzel | |
Authored by: FestplattenSchnitzel | |||
2022-03-04 | Implement `--add-header` without modifying `std_headers` | pukkandan | |
Closes #2526, #1614 | |||
2022-03-04 | Revert 2e4cacd038b8543ccecfa9081dff6f656c979548 | pukkandan | |
Closes #2923 | |||
2022-03-04 | Fix verbose log when stdout/stderr encoding is `None` | pukkandan | |
See: 5c104538270e5fc5ff8cf1007c34c0bf1e82e003 | |||
2022-03-04 | [bandcamp] Detect acodec | pukkandan | |
2022-03-04 | [FormatSort] Consider `acodec`=`ogg` as `vorbis` | pukkandan | |
2022-03-04 | [twitch] Fix field name of `view_count` | pukkandan | |
2022-03-04 | Better error message when no --live-from-start format | pukkandan | |
2022-03-04 | Handle negative duration from extractor | pukkandan | |
Closes #2921 | |||
2022-03-04 | Fix doubling of `video_id` in `ExtractorError` | pukkandan | |
2022-03-04 | [lbry] Fix `--ignore-no-formats-error` | pukkandan | |
Closes #2942 | |||
2022-03-04 | [Gettr] Improve extractor (#2920) | i6t | |
Authored by: i6t | |||
2022-03-04 | [crunchyroll] Better error reporting on login failure (#2938) | Jeff Huffman | |
Authored by: tejing1 | |||
2022-03-04 | [zingmp3] Fix extractor (#2889) | Ha Tien Loi | |
Authored by: hatienl0i261299 | |||
2022-03-04 | [daystar] Add extractor (#2924) | Ha Tien Loi | |
Closes #2887 Authored by; hatienl0i261299 | |||
2022-03-04 | [telegram] Add extractor (#2922) | Ha Tien Loi | |
Closes #2910 Authored by: hatienl0i261299 | |||
2022-03-03 | [extractor] Support `--mark-watched` without `_NETRC_MACHINE` (#2939) | coletdev | |
Authored by: coletdjnz | |||
2022-03-03 | [downloader] Obey `--file-access-retries` when deleting/renaming (#2224) | Emanuel Hoogeveen | |
Authored by: ehoogeveen-medweb | |||
2022-03-03 | [utils] Improve file locking | pukkandan | |
* Implement non-blocking locks for windows * Don't raise error when closing a closed file | |||
2022-03-03 | [utils] Fix file locking for AOSP (#2714) | Justin Keogh | |
Closes #2080, #2670 Authored by: jakeogh | |||
2022-03-03 | [utils] OnDemandPagedList: Do not download pages after error | pukkandan | |
2022-03-03 | [manyvids] Extract `uploader` (#2913) | pukkandan | |
Authored by: regarten | |||
2022-03-02 | [cleanup] Don't pass protocol to `_extract_m3u8_formats` for live videos | pukkandan | |
`live` parameter already handles changing the protocol | |||
2022-03-03 | [niconico] Add playlist extractors and refactor (#2915) | Lesmiscore (Naoya Ozaki) | |
Authored by: Lesmiscore | |||
2022-03-03 | [mirrativ] Cleanup extractor code (#2925) | Lesmiscore (Naoya Ozaki) | |
Authored by: Lesmiscore | |||
2022-03-02 | [rokfin] Add stack and channel extractors (#1534) | pukkandan | |
Authored by: P-reducible, pukkandan | |||
2022-03-02 | [rokfin] Add extractor (#1534) | pukkandan | |
Authored by: P-reducible, pukkandan | |||
2022-02-28 | [youtube:tab] Follow redirect to regional channel (#2884) | coletdev | |
Closes #2694 Authored by: coletdjnz | |||
2022-02-28 | [downloader/fragment] Fix bugs around resuming with Range (#2901) | Lesmiscore (Naoya Ozaki) | |
Authored by: Lesmiscore | |||
2022-02-26 | [downloader/fragment] Ignore `FileNotFoundError` when downloading livestreams | Lesmiscore | |
when `--live-from-start` is used for YouTube and the live ends, request for the last segment prematurely ends (or 404, 403). this is causing lack of the file and `FileNotFoundError` lacking segment doesn't have any data, so it's safe to ignore | |||
2022-02-25 | [downloader/fragment] Fix problem where multiple threads can share one iterator | Lesmiscore | |
which causes "ValueError: generator already executing" error Closes #2881 | |||
2022-02-25 | [fc2:live] Add extractor (#2418) | Lesmiscore (Naoya Ozaki) | |
Authored by: Lesmiscore | |||
2022-02-25 | [AbemaTV] Add extractors (#1688) | Lesmiscore (Naoya Ozaki) | |
Authored by: Lesmiscore | |||
2022-02-25 | [downloader/fragment] Improve `--live-from-start` for YouTube livestreams ↵ | Lesmiscore (Naoya Ozaki) | |
(#2870) | |||
2022-02-24 | [devscripts] Improve `prepare_manpage` | pukkandan | |
Closes #2873 | |||
2022-02-24 | [YoutubeDL] Fill more fields for playlists (#2824) | Lesmiscore (Naoya Ozaki) | |
2022-02-23 | Add pre-processor stage `after_filter` | pukkandan | |
* Move `_match_entry` and `post_extract` to `process_video_result`. It is also left in `process_info` for API compat * `--list-...` options and `--force-write-archive` now obey filtering options * Move `SponsorBlockPP` to `after_filter`. Closes https://github.com/yt-dlp/yt-dlp/issues/2536 * Reverts 4ec82a72bbf7ff0066edb50dcad20aa77ac2fe09 since this commit addresses the issue it was solving | |||
2022-02-23 | [youtube:tab] Reject webpage data if redirected to home page | pukkandan | |
Closes #2660 | |||
2022-02-23 | [youtube:tab] Add `approximate_date` extractor-arg | pukkandan | |
2022-02-23 | [spiegel] Fix `_VALID_URL` | pukkandan | |
Closes #2842 | |||
2022-02-23 | [ThumbnailsConvertor] Support `webp` | pukkandan | |
Closes #2226 |