Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor] Support `--mark-watched` without `_NETRC_MACHINE` (#2939) | coletdev | 2022-03-03 | 1 | -1/+1 |
| | | | Authored by: coletdjnz | ||||
* | [downloader] Obey `--file-access-retries` when deleting/renaming (#2224) | Emanuel Hoogeveen | 2022-03-03 | 4 | -22/+35 |
| | | | Authored by: ehoogeveen-medweb | ||||
* | [utils] Improve file locking | pukkandan | 2022-03-03 | 1 | -8/+12 |
| | | | | | * Implement non-blocking locks for windows * Don't raise error when closing a closed file | ||||
* | [utils] Fix file locking for AOSP (#2714) | Justin Keogh | 2022-03-03 | 1 | -6/+16 |
| | | | | | Closes #2080, #2670 Authored by: jakeogh | ||||
* | [utils] OnDemandPagedList: Do not download pages after error | pukkandan | 2022-03-03 | 1 | -4/+9 |
| | |||||
* | [manyvids] Extract `uploader` (#2913) | pukkandan | 2022-03-03 | 1 | -0/+1 |
| | | | | Authored by: regarten | ||||
* | [cleanup] Don't pass protocol to `_extract_m3u8_formats` for live videos | pukkandan | 2022-03-02 | 8 | -22/+9 |
| | | | | `live` parameter already handles changing the protocol | ||||
* | [niconico] Add playlist extractors and refactor (#2915) | Lesmiscore (Naoya Ozaki) | 2022-03-03 | 2 | -35/+155 |
| | | | Authored by: Lesmiscore | ||||
* | [mirrativ] Cleanup extractor code (#2925) | Lesmiscore (Naoya Ozaki) | 2022-03-03 | 1 | -48/+35 |
| | | | Authored by: Lesmiscore | ||||
* | [rokfin] Add stack and channel extractors (#1534) | pukkandan | 2022-03-02 | 3 | -7/+113 |
| | | | | Authored by: P-reducible, pukkandan | ||||
* | [rokfin] Add extractor (#1534) | pukkandan | 2022-03-02 | 2 | -0/+159 |
| | | | | Authored by: P-reducible, pukkandan | ||||
* | [youtube:tab] Follow redirect to regional channel (#2884) | coletdev | 2022-02-28 | 1 | -5/+20 |
| | | | | Closes #2694 Authored by: coletdjnz | ||||
* | [downloader/fragment] Fix bugs around resuming with Range (#2901) | Lesmiscore (Naoya Ozaki) | 2022-02-28 | 3 | -19/+41 |
| | | | Authored by: Lesmiscore | ||||
* | [downloader/fragment] Ignore `FileNotFoundError` when downloading livestreams | Lesmiscore | 2022-02-26 | 1 | -1/+6 |
| | | | | | | 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 | ||||
* | [downloader/fragment] Fix problem where multiple threads can share one iterator | Lesmiscore | 2022-02-25 | 1 | -8/+7 |
| | | | | | | which causes "ValueError: generator already executing" error Closes #2881 | ||||
* | [fc2:live] Add extractor (#2418) | Lesmiscore (Naoya Ozaki) | 2022-02-25 | 5 | -1/+197 |
| | | | Authored by: Lesmiscore | ||||
* | [AbemaTV] Add extractors (#1688) | Lesmiscore (Naoya Ozaki) | 2022-02-25 | 3 | -0/+515 |
| | | | Authored by: Lesmiscore | ||||
* | [downloader/fragment] Improve `--live-from-start` for YouTube livestreams ↵ | Lesmiscore (Naoya Ozaki) | 2022-02-25 | 2 | -16/+38 |
| | | | | (#2870) | ||||
* | [devscripts] Improve `prepare_manpage` | pukkandan | 2022-02-24 | 1 | -15/+11 |
| | | | | Closes #2873 | ||||
* | [YoutubeDL] Fill more fields for playlists (#2824) | Lesmiscore (Naoya Ozaki) | 2022-02-24 | 1 | -47/+54 |
| | |||||
* | Add pre-processor stage `after_filter` | pukkandan | 2022-02-23 | 6 | -58/+39 |
| | | | | | | | * 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 | ||||
* | [youtube:tab] Reject webpage data if redirected to home page | pukkandan | 2022-02-23 | 1 | -0/+10 |
| | | | | Closes #2660 | ||||
* | [youtube:tab] Add `approximate_date` extractor-arg | pukkandan | 2022-02-23 | 2 | -1/+2 |
| | |||||
* | [spiegel] Fix `_VALID_URL` | pukkandan | 2022-02-23 | 1 | -1/+1 |
| | | | | Closes #2842 | ||||
* | [ThumbnailsConvertor] Support `webp` | pukkandan | 2022-02-23 | 2 | -2/+2 |
| | | | | Closes #2226 | ||||
* | [nhk] Add support for NHK for School (#2850) | Lesmiscore (Naoya Ozaki) | 2022-02-23 | 3 | -1/+155 |
| | | | | Authored by: Lesmiscore | ||||
* | [Gettr] Fix formats order (#2832) | i6t | 2022-02-22 | 1 | -3/+3 |
| | | | | | Closes #2557 Authored by: i6t | ||||
* | [SponsorBlock] Fixes for highlight and "full video labels" (#2849) | Nil Admirari | 2022-02-22 | 1 | -0/+4 |
| | | | Authored by: nihil-admirari | ||||
* | [zee5] Support web-series (#2827) | Aniruddh Joshi | 2022-02-21 | 1 | -2/+8 |
| | | | Authored by: Aniruddh-J | ||||
* | [TwitCasting] Check for password protection (#2838) | Lesmiscore (Naoya Ozaki) | 2022-02-20 | 1 | -0/+3 |
| | | | Authored by: Lesmiscore | ||||
* | [generic] Pass referer to extracted formats | pukkandan | 2022-02-20 | 1 | -3/+7 |
| | | | | Closes #2839 | ||||
* | [Bilibili] Pass referer for all formats (#2834) | Daniel.Zeng | 2022-02-20 | 1 | -4/+3 |
| | | | Authored by: blackgear | ||||
* | [youtube] Escape possible `$` in `_extract_n_function_name` regex | Lesmiscore | 2022-02-20 | 1 | -1/+1 |
| | |||||
* | [tubitv] Fix/improve TV series extraction (#2829) | Bepis | 2022-02-19 | 2 | -2/+12 |
| | | | Authored by: bbepis | ||||
* | [FFmpegConcat] Abort on `--simulate` | pukkandan | 2022-02-18 | 2 | -5/+6 |
| | |||||
* | [Biqle] Fix extractor (#2731) | Bricio | 2022-02-18 | 1 | -42/+51 |
| | | | | Closes #193 Authored by: Bricio | ||||
* | [youtube] De-prioritize potentially damaged formats | pukkandan | 2022-02-18 | 1 | -3/+7 |
| | | | | Closes #2823 | ||||
* | Tolerate failure to `--write-link` due to unknown URL | pukkandan | 2022-02-18 | 1 | -4/+6 |
| | | | | Closes #2724 | ||||
* | Create necessary directories for `--print-to-file` | pukkandan | 2022-02-18 | 1 | -2/+3 |
| | | | | Closes #2721 | ||||
* | Fix `-all` for `--sub-langs` | pukkandan | 2022-02-18 | 1 | -3/+6 |
| | | | | Closes #2703 | ||||
* | [aria2c] Add `--http-accept-gzip=true` | pukkandan | 2022-02-18 | 1 | -1/+1 |
| | | | | Closes #1936, #1236 | ||||
* | [youtube] Fix intermittent failure of embed-based age-gate bypass | pukkandan | 2022-02-18 | 1 | -10/+10 |
| | |||||
* | [abc] Support 1080p (#2819) | Ronnnny | 2022-02-18 | 1 | -1/+1 |
| | | | Authored by: Ronnnny | ||||
* | [rtvs] Fix extractor (#2795) | Bricio | 2022-02-18 | 1 | -16/+58 |
| | | | | | Closes #2758 Authored by: Bricio | ||||
* | [youtube] Fix n-sig extraction for phone player JS (#2816) | MinePlayersPE | 2022-02-18 | 2 | -1/+5 |
| | | | Authored by: MinePlayersPE | ||||
* | [washingtonpost] Fix extractor (#2796) | Bricio | 2022-02-17 | 1 | -3/+18 |
| | | | | Closes #2778 Authored by: Bricio | ||||
* | [piapro] Add extractor (#2801) | Lesmiscore (Naoya Ozaki) | 2022-02-17 | 2 | -0/+101 |
| | | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/25922 Closes #2710, https://github.com/ytdl-org/youtube-dl/issues/5856 Authored by: pycabbage, Lesmiscore | ||||
* | [Sponsorblock] minor fixes (#2793) | Nil Admirari | 2022-02-17 | 2 | -6/+6 |
| | | | | | | * preserve mtime - Closes #2769 * keep concat spec on failure Authored by: nihil-admirari | ||||
* | [bbc] Fix extraction of news articles (#2811) | ajj8 | 2022-02-17 | 1 | -4/+4 |
| | | | | | Closes #1374 Authored by: ajj8 | ||||
* | Fix for when stdout/stderr encoding is None | pukkandan | 2022-02-17 | 1 | -1/+2 |
| | | | | Closes #2711 |