Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [HotStar] Use API for metadata and extract subtitles (#640) | Ashish | 2021-08-08 | 1 | -43/+93 |
| | | | | | The API is not rate-limited unlike the webpage Authored by: Ashish0804 | ||||
* | [peertube] Fix videos without description (#639) | SsSsS | 2021-08-08 | 1 | -2/+2 |
| | | | Authored by: u-spec-png | ||||
* | [youtube] Improve signature function detection (#641) | PSlava | 2021-08-08 | 1 | -4/+4 |
| | | | Authored by: PSlava (Slava <slash@i-slash.com>) | ||||
* | [aenetworks] Update `_THEPLATFORM_KEY` and `_THEPLATFORM_SECRET` (#643) | Wes | 2021-08-08 | 1 | -2/+2 |
| | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/29749 Fixes: https://github.com/ytdl-org/youtube-dl/issues/29300 Authored by: wesnm | ||||
* | [docs] Fix some mistakes and improve doc | pukkandan | 2021-08-07 | 5 | -51/+62 |
| | |||||
* | [cleanup] Misc | pukkandan | 2021-08-07 | 7 | -39/+41 |
| | |||||
* | Allow multiple `--exec` and `--exec-before-download` | pukkandan | 2021-08-07 | 2 | -12/+28 |
| | |||||
* | [youtube] Raise appropriate error when API pages can't be downloaded | pukkandan | 2021-08-07 | 1 | -12/+27 |
| | |||||
* | [tests:download] Add batch testing for extractors | pukkandan | 2021-08-07 | 1 | -6/+28 |
| | | | | Use `test_YourExtractor_all` to invoke them | ||||
* | [extractor] Reset non-repeating warnings per video | pukkandan | 2021-08-07 | 1 | -7/+13 |
| | |||||
* | Allow entire infodict to be printed using `%()s` | pukkandan | 2021-08-07 | 3 | -18/+30 |
| | | | | Makes `--dump-json` redundant | ||||
* | Add option `--no-simulate` to not simulate even when `--print` or ↵ | pukkandan | 2021-08-07 | 4 | -31/+39 |
| | | | | | | | | | `--list...` are used * Deprecates `--print-json` * Some listings like `--list-extractors` are handled by `yt_dlp` and so are not affected by this. These have been documented as such Addresses: https://github.com/ytdl-org/youtube-dl/issues/29675, https://github.com/ytdl-org/youtube-dl/issues/29580#issuecomment-882046305 | ||||
* | Fix bugs related to `sanitize_info` | pukkandan | 2021-08-07 | 3 | -11/+34 |
| | | | | Related: https://github.com/yt-dlp/yt-dlp/commit/8012d892bd38af731357a61e071e0a0d01bc41b4#r54555230 | ||||
* | [utils] Fix `traverse_obj` depth when is_user_input | pukkandan | 2021-08-07 | 1 | -2/+4 |
| | |||||
* | [youtube] extractor-arg to show live dash formats | pukkandan | 2021-08-07 | 3 | -3/+6 |
| | | | | If replay is enabled, these formats can be used to download the last 4 hours | ||||
* | Fix resuming when using `--no-part` | pukkandan | 2021-08-06 | 1 | -1/+1 |
| | | | | Closes #576 | ||||
* | Add compat-option `no-keep-subs` | pukkandan | 2021-08-06 | 3 | -4/+5 |
| | | | | Closes #630 | ||||
* | [adobepass] Add MSO Cablevision (#635) | Jesse | 2021-08-06 | 1 | -3/+11 |
| | | | Authored by: Jessecar96 | ||||
* | [vrv] Fix thumbnail extraction (#634) | funniray | 2021-08-05 | 1 | -1/+2 |
| | | | Authored by: funniray | ||||
* | Fix wrong extension for intermediate files | pukkandan | 2021-08-05 | 1 | -4/+7 |
| | | | | Closes #632 | ||||
* | Add regex to `--match-filter` | pukkandan | 2021-08-05 | 4 | -42/+81 |
| | | | | | | | | This does not fully deprecate `--match-title`/`--reject-title` since `--match-filter` is only checked after the extraction is complete, while `--match-title` can often be checked from the flat playlist. Fixes: https://github.com/ytdl-org/youtube-dl/issues/9092, https://github.com/ytdl-org/youtube-dl/issues/23035 | ||||
* | Add all format filtering operators also to `--match-filter` | Max Teegen | 2021-08-05 | 4 | -42/+49 |
| | | | | | | PR: https://github.com/ytdl-org/youtube-dl/pull/27361 Authored by: max-te | ||||
* | [twitch:clips] Extract `display_id` | pukkandan | 2021-08-05 | 1 | -0/+2 |
| | | | | | | | PR: https://github.com/ytdl-org/youtube-dl/pull/29684 Fixes: https://github.com/ytdl-org/youtube-dl/issues/29666 Authored by: dirkf | ||||
* | Handle `BrokenPipeError` | pukkandan | 2021-08-05 | 1 | -0/+5 |
| | | | | | | | PR: https://github.com/ytdl-org/youtube-dl/pull/29505 Fixes: https://github.com/ytdl-org/youtube-dl/issues/29082 Authored by: kikuyan | ||||
* | [ffpmeg] Allow `--ffmpeg-location` to be a file with different name | pukkandan | 2021-08-05 | 1 | -9/+4 |
| | |||||
* | Ensure sanitization of infodict before printing to stdout | pukkandan | 2021-08-05 | 1 | -7/+13 |
| | | | | * `filter_requested_info` is renamed to a more appropriate name `sanitize_info` | ||||
* | Fix `--compat-options filename` (#629) | Stavros Ntentos | 2021-08-04 | 1 | -1/+1 |
| | | | | | The correct default filename is `%(title)s-%(id)s.%(ext)s` Authored by: stdedos | ||||
* | [Newgrounds] Improve extractor and fix playlist (#627) | SsSsS | 2021-08-04 | 1 | -44/+49 |
| | | | Authored by: u-spec-png | ||||
* | [nbcolympics:stream] Fix extractor | nikhil | 2021-08-04 | 4 | -33/+72 |
| | | | | | | | | | | | | PR: https://github.com/ytdl-org/youtube-dl/pull/29688 Closes: #617, https://github.com/ytdl-org/youtube-dl/issues/29665 * Livestreams are untested * If using ffmpeg as downloader, v4.3+ is needed since `-http_seekable` option is necessary * Instead of making a seperate key for each arg that needs to be passed to ffmpeg, I made `_ffmpeg_args` * This deprecates `_seekable`, but the option is kept for compatibility Authored by: nchilada, pukkandan | ||||
* | [RCTIPlus] Support events and TV (#625) | MinePlayersPE | 2021-08-04 | 4 | -25/+126 |
| | | | Authored by: MinePlayersPE | ||||
* | [openrec] Add extractors (#624) | The Hatsune Daishi | 2021-08-04 | 3 | -1/+131 |
| | | | Authored by: nao20010128nao | ||||
* | [nbcolympics] Update extractor for 2020 olympics (#621) | Wes | 2021-08-04 | 1 | -8/+14 |
| | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/617#issuecomment-891834323 Authored by: wesnm | ||||
* | [VrtNU] Fix XSRF token (#588) | Sam | 2021-08-04 | 1 | -24/+27 |
| | | | | PR: https://github.com/ytdl-org/youtube-dl/pull/29614 Authored-by: pgaig | ||||
* | [docs] Document which fields `--add-metadata` adds to the file | pukkandan | 2021-08-03 | 1 | -1/+23 |
| | | | | :ci skip all | ||||
* | [ffmpeg] Fix streaming `mp4` to `stdout` | pukkandan | 2021-08-03 | 1 | -1/+4 |
| | |||||
* | [Vine] Remove invalid formats (#614) | SsSsS | 2021-08-02 | 1 | -0/+1 |
| | | | Authored by: u-spec-png | ||||
* | [doc] Fix banner URL | pukkandan | 2021-08-02 | 1 | -1/+1 |
| | |||||
* | [version] update | pukkandan | 2021-08-02 | 6 | -13/+13 |
| | | | | :ci skip all | ||||
* | Release 2021.08.02 | pukkandan | 2021-08-02 | 4 | -32/+92 |
| | |||||
* | Add donate links | pukkandan | 2021-08-02 | 6 | -34/+90 |
| | |||||
* | Add logo and banner | pukkandan | 2021-08-02 | 5 | -11/+40 |
| | |||||
* | [youtube] Extract SAPISID only once | pukkandan | 2021-08-02 | 1 | -14/+21 |
| | |||||
* | [tenplay] Add MA15+ age limit (#606) | pukkandan | 2021-08-02 | 1 | -1/+2 |
| | | | | Authored by: pento | ||||
* | [CBS] Add fallback (#579) | LE | 2021-08-02 | 2 | -13/+84 |
| | | | | Related: https://github.com/ytdl-org/youtube-dl/issues/29564 Authored-by: llacb47, pukkandan | ||||
* | [Vimeo] Better extraction of original file (#599) | Ashish | 2021-08-02 | 1 | -0/+40 |
| | | | Authored by: Ashish0804 | ||||
* | [test:download] Support testing with `ignore_no_formats_error` | pukkandan | 2021-08-02 | 2 | -3/+11 |
| | |||||
* | [CBS] Add ParamountPlusSeriesIE (#603) | Ashish | 2021-08-02 | 2 | -1/+41 |
| | | | Authored by: Ashish0804 | ||||
* | [youtube] Add age-gate bypass for unverified accounts (#600) | David | 2021-08-02 | 2 | -24/+54 |
| | | | | | Adds `_creator` variants for each client Authored by: zerodytrash, colethedj, pukkandan | ||||
* | [cleanup] Fix linter in 96fccc101f8f579ebd67da176e029803d82634c7 | pukkandan | 2021-08-01 | 3 | -3/+3 |
| | |||||
* | [downloader] Allow streaming unmerged formats to stdout using ffmpeg | pukkandan | 2021-08-01 | 5 | -15/+36 |
| | | | | | | | | | For this to work: 1. The downloader must be ffmpeg 2. The selected formats must have the same protocol 3. The formats must be downloadable by ffmpeg to stdout Partial solution for: https://github.com/ytdl-org/youtube-dl/issues/28146, https://github.com/ytdl-org/youtube-dl/issues/27265 |