aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [HotStar] Use API for metadata and extract subtitles (#640)Ashish2021-08-081-43/+93
| | | | | The API is not rate-limited unlike the webpage Authored by: Ashish0804
* [peertube] Fix videos without description (#639)SsSsS2021-08-081-2/+2
| | | Authored by: u-spec-png
* [youtube] Improve signature function detection (#641)PSlava2021-08-081-4/+4
| | | Authored by: PSlava (Slava <slash@i-slash.com>)
* [aenetworks] Update `_THEPLATFORM_KEY` and `_THEPLATFORM_SECRET` (#643)Wes2021-08-081-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 docpukkandan2021-08-075-51/+62
|
* [cleanup] Miscpukkandan2021-08-077-39/+41
|
* Allow multiple `--exec` and `--exec-before-download`pukkandan2021-08-072-12/+28
|
* [youtube] Raise appropriate error when API pages can't be downloadedpukkandan2021-08-071-12/+27
|
* [tests:download] Add batch testing for extractorspukkandan2021-08-071-6/+28
| | | | Use `test_YourExtractor_all` to invoke them
* [extractor] Reset non-repeating warnings per videopukkandan2021-08-071-7/+13
|
* Allow entire infodict to be printed using `%()s`pukkandan2021-08-073-18/+30
| | | | Makes `--dump-json` redundant
* Add option `--no-simulate` to not simulate even when `--print` or ↵pukkandan2021-08-074-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`pukkandan2021-08-073-11/+34
| | | | Related: https://github.com/yt-dlp/yt-dlp/commit/8012d892bd38af731357a61e071e0a0d01bc41b4#r54555230
* [utils] Fix `traverse_obj` depth when is_user_inputpukkandan2021-08-071-2/+4
|
* [youtube] extractor-arg to show live dash formatspukkandan2021-08-073-3/+6
| | | | If replay is enabled, these formats can be used to download the last 4 hours
* Fix resuming when using `--no-part`pukkandan2021-08-061-1/+1
| | | | Closes #576
* Add compat-option `no-keep-subs`pukkandan2021-08-063-4/+5
| | | | Closes #630
* [adobepass] Add MSO Cablevision (#635)Jesse2021-08-061-3/+11
| | | Authored by: Jessecar96
* [vrv] Fix thumbnail extraction (#634)funniray2021-08-051-1/+2
| | | Authored by: funniray
* Fix wrong extension for intermediate filespukkandan2021-08-051-4/+7
| | | | Closes #632
* Add regex to `--match-filter`pukkandan2021-08-054-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 Teegen2021-08-054-42/+49
| | | | | | PR: https://github.com/ytdl-org/youtube-dl/pull/27361 Authored by: max-te
* [twitch:clips] Extract `display_id`pukkandan2021-08-051-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`pukkandan2021-08-051-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 namepukkandan2021-08-051-9/+4
|
* Ensure sanitization of infodict before printing to stdoutpukkandan2021-08-051-7/+13
| | | | * `filter_requested_info` is renamed to a more appropriate name `sanitize_info`
* Fix `--compat-options filename` (#629)Stavros Ntentos2021-08-041-1/+1
| | | | | The correct default filename is `%(title)s-%(id)s.%(ext)s` Authored by: stdedos
* [Newgrounds] Improve extractor and fix playlist (#627)SsSsS2021-08-041-44/+49
| | | Authored by: u-spec-png
* [nbcolympics:stream] Fix extractornikhil2021-08-044-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)MinePlayersPE2021-08-044-25/+126
| | | Authored by: MinePlayersPE
* [openrec] Add extractors (#624)The Hatsune Daishi2021-08-043-1/+131
| | | Authored by: nao20010128nao
* [nbcolympics] Update extractor for 2020 olympics (#621)Wes2021-08-041-8/+14
| | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/617#issuecomment-891834323 Authored by: wesnm
* [VrtNU] Fix XSRF token (#588)Sam2021-08-041-24/+27
| | | | PR: https://github.com/ytdl-org/youtube-dl/pull/29614 Authored-by: pgaig
* [docs] Document which fields `--add-metadata` adds to the filepukkandan2021-08-031-1/+23
| | | | :ci skip all
* [ffmpeg] Fix streaming `mp4` to `stdout`pukkandan2021-08-031-1/+4
|
* [Vine] Remove invalid formats (#614)SsSsS2021-08-021-0/+1
| | | Authored by: u-spec-png
* [doc] Fix banner URLpukkandan2021-08-021-1/+1
|
* [version] updatepukkandan2021-08-026-13/+13
| | | | :ci skip all
* Release 2021.08.02pukkandan2021-08-024-32/+92
|
* Add donate linkspukkandan2021-08-026-34/+90
|
* Add logo and bannerpukkandan2021-08-025-11/+40
|
* [youtube] Extract SAPISID only oncepukkandan2021-08-021-14/+21
|
* [tenplay] Add MA15+ age limit (#606)pukkandan2021-08-021-1/+2
| | | | Authored by: pento
* [CBS] Add fallback (#579)LE2021-08-022-13/+84
| | | | Related: https://github.com/ytdl-org/youtube-dl/issues/29564 Authored-by: llacb47, pukkandan
* [Vimeo] Better extraction of original file (#599)Ashish2021-08-021-0/+40
| | | Authored by: Ashish0804
* [test:download] Support testing with `ignore_no_formats_error`pukkandan2021-08-022-3/+11
|
* [CBS] Add ParamountPlusSeriesIE (#603)Ashish2021-08-022-1/+41
| | | Authored by: Ashish0804
* [youtube] Add age-gate bypass for unverified accounts (#600)David2021-08-022-24/+54
| | | | | Adds `_creator` variants for each client Authored by: zerodytrash, colethedj, pukkandan
* [cleanup] Fix linter in 96fccc101f8f579ebd67da176e029803d82634c7pukkandan2021-08-013-3/+3
|
* [downloader] Allow streaming unmerged formats to stdout using ffmpegpukkandan2021-08-015-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