Commit Graph

20036 Commits (71738b14516294d47cfcbfd6a517e148c3917dc7)
 

Author SHA1 Message Date
pukkandan 6a34813a0d
[docs] Add examples for using `TYPES:` in `-P`/`-o`
Matt Broadway f59f5ef8b6
[cookies] Support other keyrings ()
Authored by: mbway
pukkandan f44afb54ef
[aria2c] Don't show progress when `--no-progress`
pukkandan 77cee0f188
[EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available
pukkandan 6a17677577
[ThumbnailsConvertor] Fix for when there are no thumbnails
Closes 
Ashish Gupta ee7b9bdf5d [Zee5] Fix VALID_URL for tv-shows
pukkandan 185bf31070
[youtube] End `live-from-start` properly when stream ends with 403
Closes 
pukkandan 0b77924a38
[tiktok] Fix `extractor_key` used in archive
MinePlayersPE 8126298c1b
[TikTok] Add music, sticker and tag IEs ()
Closes 
Authored by: MinePlayersPE
pukkandan 6da22e7d4f
Avoid recursion error when re-extracting info
MinePlayersPE c62ecf0d90
[BiliIntl] Fix extractor ()
Closes 
Authored by: MinePlayersPE
The Hatsune Daishi 3774f4f427
[PixivSketch] Add extractors ()
Authored by: nao20010128nao
git-anony-mouse 9980d3d213
[generic] Fix HTTP KVS Player ()
Authored by: git-anony-mouse
pukkandan 8eb4b1bb8e
[ffmpeg] Fix position of `--ppa`
Bug in ca5db158ae
Closes 
pukkandan 332da56f52
[CBC] Fix URL regex
Closes 
github-actions 459aea84c3 [version] update
Created by: pukkandan

:ci skip all
pukkandan 87e0499624
Release 2021.12.25
pukkandan 0f86a1cd59
[dplay] Temporary fix for `discoveryplus.com/it`
Closes 
pukkandan d80d98e7d4
[docs] Minor fixes
pukkandan 352d5da812
[utils] Improve `parse_count`
MinePlayersPE d43de6821c
[GameJolt] Add extractors ()
Authored by: MinePlayersPE
u-spec-png 070f6a85ea
[Steam] Fix extractor ()
Closes 
Authored by: u-spec-png
Benedikt Wildenhain 4b4b7f746c
[OpenCast] Add extractors ()
Original PR: https://github.com/ytdl-org/youtube-dl/pull/26934
Authored by: bwildenhain, C0D3D3V
Sonic e9efb99f66
[dropout] Add extractor ()
Authored-by: TwoThousandHedgehogs, pukkandan
coletdjnz a709d87335
[youtube:tab] Extract video thumbnails from playlist ()
closes 
Co-Authored-by: coletdjnz, pukkandan
siddharth 774a46c53d
[npr] Make SMIL extraction non-fatal ()
Closes 
Authored by: r5d
MinePlayersPE c8b80b9643
[RCTIPlusSeries] Lazy extraction and video type selection ()
Authored by: MinePlayersPE
MinePlayersPE 4e260d1a56
[Instagram] Try bypassing login wall with embed page ()
Authored by: MinePlayersPE
Luc Ritchie 4f3fa23e5a
[utils] Fix parsing `YYYYMMDD` dates in Nov/Dec ()
The date format `%Y%m%d%H%M` will successfully match against
one-digit month, day, hour, and minute strings, even though %m et al.
are documented as being zero-padded. So dates without time in
Nov/Dec may be wrongly parsed as dates in January with time.

This commit adds a format string of `%Y%m%d` to our supported date
format strings directly below (higher priority) its problematic relatives.

Closes 
Authored by: wlritchi
pukkandan b28bac93ab
Fix bug in 1cefca9e44
Fixes https://github.com/ytdl-patched/ytdl-patched/issues/11
pukkandan 37893bb0c9
[outtmpl] Change filename sanitization type to `S`
`F` is already used for float!
Bug in e0fd95737d
Ashish Gupta c25de59cf7
[LBRY] Support livestreams ()
Closes  
Authored by: Ashish0804, pukkandan
Emanuel Hoogeveen 205a0654c0
Add option `--file-access-retries` ()
Closes 
Authored by: ehoogeveen-medweb
aarubui 663949f825
[NJPWWorld] Extract formats from m3u8 ()
Authored by: aarubui
pukkandan b69fd25c25
[cleanup] Misc cleanup
Closes     
pukkandan e0fd95737d
[outtmpl] Add alternate forms `F`, `D`
and improve `id` detection

F = sanitize as filename (# = restricted)
D = add Decimal suffixes

Closes , 2081
pukkandan 4ac5b94807
[dash] Fix `--test`
Bug in adbc4ec4bb
pukkandan 4273cc776d
[dash] Fix aria2c dash downloads
Bug in adbc4ec4bb
pukkandan fa9f30b802
Add interactive format selection with `-f -`
Closes 
pukkandan 1cefca9e44
Add warning when using `-f best`
kebianizao 5edb8dfec2
[rtve] Add `RTVEAudioIE` ()
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29023
Authored by: kebianizao
pukkandan 0fcba15d57
[docs] Fix bug in regex escape in python 3.6
Bug in ec2e44fc57
Closes 
The Hatsune Daishi adbc4ec4bb
[dash,youtube] Download live from start to end ()
* Add option `--live-from-start` to enable downloading live videos from start
* Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start
* [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments
* [fragment] Allow multiple live dash formats to download simultaneously
* [youtube] Implement fragment re-fetching for the live dash formats
* [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
* [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms

Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats

Closes 
Authored by: nao20010128nao, pukkandan
Julien Hadley Jack c031b0414c
[ondemandkorea] Update `jw_config` regex ()
Authored by: julien-hadleyjack
coletdjnz f3aa3c3f98
[youtube:tab] Extract more metadata from feeds/channels/playlists ()
Parse relative time text, extract live, upcoming status, availability and channel id from feeds/channels/playlists (where applicable). 
Closes 
Authored-by: coletdjnz
cypheron ae43a4b986
[hse] Add extractors ()
Original PR: https://github.com/ytdl-org/youtube-dl/pull/27060
Authored by: cypheron, pukkandan
pukkandan ca5db158ae
[postprocessor/ffmpeg] Always add `faststart`
Closes 
pukkandan 5f549d4959
[Facebook] Handle redirect URLs
Closes 
Paul Wise 6839d02cb6
[ABC:iview] Add show extractor ()
Authored by: pabs3
Abdullah Ibn Fulan 2aae2c91ff
[audiomack] Update album and song VALID_URL ()
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29810
Closes , https://github.com/ytdl-org/youtube-dl/issues/29800
Authored by: abdullah-if, dirkf