Commit Graph

20296 Commits (2b38f7b2bcb327b376c896211cd727690dbe5aa1)
 

Author SHA1 Message Date
SsSsS 60c8fc73c6
[instagram] Fix comments extraction ()
Authored-by: u-spec-png <miloradkalabasdt@gmail.com>
Ashish bc8745480e
[BandCamp] Add BandcampMusicIE ()
Authored by Ashish0804
The Hatsune Daishi ff5e16f2f6
[mirrativ] Add extractors ()
Authored by: nao20010128nao
pukkandan be2fc5b212
[extractor] Detect `sttp` as subtitles in MPD
Closes 
Solution by: fstirlitz
pukkandan 7be9ccff0b [utils] Fix `InAdvancePagedList.__getitem__`
Since it didn't have any cache, the page was re-fetched for each video.
* Also generalized the cache code
funniray 245d43cacf
[crunchyroll] Fix thumbnail ()
Authored by: funniray
mzbaulhaque 246fb276e0
[blackboardcollaborate] Add new extractor ()
Authored by: Ashish0804
shirt 6e6e0d95b3
[paramountplus] Separate extractor and fix some titles ()
Co-authored-by: shirt, pukkandan
Felix S 25a3f4f5d6
[webvtt] Merge daisy-chained duplicate cues ()
Fixes: https://github.com/yt-dlp/yt-dlp/issues/631#issuecomment-893338552

Previous deduplication algorithm only removed duplicate cues with
identical text, styles and timestamps.  This change also merges
cues that come in ‘daisy chains’, where sequences of cues with
identical text and styles appear in which the ending timestamp of
one equals the starting timestamp of the next.

This deduplication algorithm has the somewhat unfortunate side effect
that NOTE blocks between cues, if found, will be emitted in a different
order relative to their original cues.  This may be unwanted if perfect
fidelity is desired, but then so is daisy-chain deduplication itself.
NOTE blocks ought to be ignored by WebVTT players in any case.

Authored by: fstirlitz
pukkandan ad3dc496bb Misc fixes - See desc
* Remove unnecessary uses of _list_from_options_callback
* Fix download tests - Bug from 6e84b21559
* Rename ExecAfterDownloadPP to ExecPP and refactor its tests
* Ensure _write_ytdl_file closes file handle on error - Potential fix for 
pukkandan 2831b4686c Show libraries present in verbose head
pukkandan 8c0ae192a4 [ffmpeg] Fix `--ffmpeg-location` when directory is given
Bug introduced in 89efdc15dd
Closes 
pukkandan e9f4ccd19e
Add option `--replace-in-metadata`
pukkandan a38bd1defa
[viki] Print error message from API request
Closes 
shirt 476febeb3a
[build] Use custom build of `pyinstaller` ()
Related:  

Authored-by: shirt
Ashish b6a35ad83b
[HotStar] Use API for metadata and extract subtitles ()
The API is not rate-limited unlike the webpage

Authored by: Ashish0804
SsSsS bfd56b74b9
[peertube] Fix videos without description ()
Authored by: u-spec-png
PSlava 858a65ecc1
[youtube] Improve signature function detection ()
Authored by: PSlava (Slava <slash@i-slash.com>)
Wes 3b34e38813
[aenetworks] Update `_THEPLATFORM_KEY` and `_THEPLATFORM_SECRET` ()
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29749
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29300

Authored by: wesnm
pukkandan 3448870205
[docs] Fix some mistakes and improve doc
pukkandan b868936cd6 [cleanup] Misc
pukkandan c681cb5d93 Allow multiple `--exec` and `--exec-before-download`
pukkandan 379e44ed3c [youtube] Raise appropriate error when API pages can't be downloaded
pukkandan 243c57cfe8 [tests:download] Add batch testing for extractors
Use `test_YourExtractor_all` to invoke them
pukkandan 28f436bad0 [extractor] Reset non-repeating warnings per video
pukkandan 2b8a2973bd Allow entire infodict to be printed using `%()s`
Makes `--dump-json` redundant
pukkandan b7b04c782e Add option `--no-simulate` to not simulate even when `--print` or `--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
pukkandan 6e84b21559
Fix bugs related to `sanitize_info`
Related: 8012d892bd (r54555230)
pukkandan 575e17a1b9
[utils] Fix `traverse_obj` depth when is_user_input
pukkandan 57015a4a3f
[youtube] extractor-arg to show live dash formats
If replay is enabled, these formats can be used to download the last 4 hours
pukkandan 9cc1a3130a
Fix resuming when using `--no-part`
Closes 
pukkandan b51d2ae3ca
Add compat-option `no-keep-subs`
Closes 
Jesse fee5f0c909
[adobepass] Add MSO Cablevision ()
Authored by: Jessecar96
funniray 7bb6434767
[vrv] Fix thumbnail extraction ()
Authored by: funniray
pukkandan 124bc071ee
Fix wrong extension for intermediate files
Closes 
pukkandan a047eeb6d2
Add regex to `--match-filter`
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
Max Teegen 77b87f0519 Add all format filtering operators also to `--match-filter`
PR: https://github.com/ytdl-org/youtube-dl/pull/27361

Authored by: max-te
pukkandan 678da2f21b [twitch:clips] Extract `display_id`
PR: https://github.com/ytdl-org/youtube-dl/pull/29684
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29666

Authored by: dirkf
pukkandan cc3fa8d39d Handle `BrokenPipeError`
PR: https://github.com/ytdl-org/youtube-dl/pull/29505
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29082

Authored by: kikuyan
pukkandan 89efdc15dd [ffpmeg] Allow `--ffmpeg-location` to be a file with different name
pukkandan 8012d892bd
Ensure sanitization of infodict before printing to stdout
* `filter_requested_info` is renamed to a more appropriate name `sanitize_info`
Stavros Ntentos 9d65e7bd6d
Fix `--compat-options filename` ()
The correct default filename is `%(title)s-%(id)s.%(ext)s`

Authored by: stdedos
SsSsS 36576d7c4c
[Newgrounds] Improve extractor and fix playlist ()
Authored by: u-spec-png
nikhil bb36a55c41
[nbcolympics:stream] Fix extractor
PR: https://github.com/ytdl-org/youtube-dl/pull/29688
Closes: , 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
MinePlayersPE 3dbb2a9dcb
[RCTIPlus] Support events and TV ()
Authored by: MinePlayersPE
The Hatsune Daishi 9997eee4af
[openrec] Add extractors ()
Authored by: nao20010128nao
Wes 3e376d183e
[nbcolympics] Update extractor for 2020 olympics ()
Fixes: https://github.com/yt-dlp/yt-dlp/issues/617#issuecomment-891834323

Authored by: wesnm
Sam 888299e6ca
[VrtNU] Fix XSRF token ()
PR: https://github.com/ytdl-org/youtube-dl/pull/29614
Authored-by: pgaig
pukkandan c31be5b009
[docs] Document which fields `--add-metadata` adds to the file
:ci skip all
pukkandan e5611e8eda
[ffmpeg] Fix streaming `mp4` to `stdout`