sdk 3bb3ae5a5d Update yt-dlp 2021.12.01 => 2021.12.27 by Ricardo Mestre
Changes:
2021.12.27
    Avoid recursion error when re-extracting info
    [ffmpeg] Fix position of --ppa
    [aria2c] Don't show progress when --no-progress
    [cookies] Support other keyrings by mbway
    [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available
    [generic] Fix HTTP KVS Player by git-anony-mouse
    [ThumbnailsConvertor] Fix for when there are no thumbnails
    [docs] Add examples for using TYPES: in -P/-o
    [PixivSketch] Add extractors by nao20010128nao
    [tiktok] Add music, sticker and tag IEs by MinePlayersPE
    [BiliIntl] Fix extractor by MinePlayersPE
    [CBC] Fix URL regex
    [tiktok] Fix extractor_key used in archive
    [youtube] End live-from-start properly when stream ends with 403
    [Zee5] Fix VALID_URL for tv-shows by Ashish0804

2021.12.25
    [dash,youtube] Download live from start to end by nao20010128nao, pukkandan
        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 issues:
            Ctrl+C doesn't work on Windows when downloading multiple formats
            If video becomes private, download hangs
    [SponsorBlock] Add Filler and Highlight categories by nihil-admirari, pukkandan
        Change --sponsorblock-cut all to --sponsorblock-cut default if you do not want filler sections to be removed
    Add field webpage_url_domain
    Add interactive format selection with -f -
    Add option --file-access-retries by ehoogeveen-medweb
    [outtmpl] Add alternate forms S, D and improve id detection
    [outtmpl] Add operator & for replacement text by PilzAdam
    [EmbedSubtitle] Disable duration check temporarily
    [extractor] Add _search_nuxt_data by nao20010128nao
    [extractor] Ignore errors in comment extraction when -i is given
    [extractor] Standardize _live_title
    [FormatSort] Prevent incorrect deprecation warning
    [generic] Extract m3u8 formats from JSON-LD
    [postprocessor/ffmpeg] Always add faststart
    [utils] Fix parsing YYYYMMDD dates in Nov/Dec by wlritchi
    [utils] Improve parse_count
    [utils] Update std_headers by kikuyan, fstirlitz
    [lazy_extractors] Fix for search IEs
    [extractor] Support default implicit graph in JSON-LD by zmousm
    Allow --no-write-thumbnail to override --write-all-thumbnail
    Fix --throttled-rate
    Fix control characters being printed to --console-title
    Fix PostProcessor hooks not registered for some PPs
    Pre-process when using --flat-playlist
    Remove known invalid thumbnails from info_dict
    Add warning when using -f best
    Use parse_duration for --wait-for-video and some minor fix
    [test/download] Add more fields
    [test/download] Ignore field webpage_url_domain by std-move
    [compat] Suppress errors in enabling VT mode
    [docs] Improve manpage format by iw0nderhow, pukkandan
    [docs,cleanup] Minor fixes and cleanup
    [cleanup] Fix some typos by unit193
    [ABC:iview] Add show extractor by pabs3
    [dropout] Add extractor by TwoThousandHedgehogs, pukkandan
    [GameJolt] Add extractors by MinePlayersPE
    [gofile] Add extractor by Jertzukka, Ashish0804
    [hse] Add extractors by cypheron, pukkandan
    [NateTV] Add NateIE and NateProgramIE by Ashish0804, Hyeeji
    [OpenCast] Add extractors by bwildenhain, C0D3D3V
    [rtve] Add RTVEAudioIE by kebianizao
    [Rutube] Add RutubeChannelIE by Ashish0804
    [skeb] Add extractor by nao20010128nao
    [soundcloud] Add related tracks extractor by Lapin0t
    [toggo] Add extractor by nyuszika7h
    [TrueID] Add extractor by MinePlayersPE
    [audiomack] Update album and song VALID_URL by abdullah-if, dirkf
    [CBC Gem] Extract 1080p formats by DavidSkrundz
    [ceskatelevize] Fetch iframe from nextJS data by mkubecek
    [crackle] Look for non-DRM formats by raleeper
    [dplay] Temporary fix for discoveryplus.com/it
    [DiscoveryPlusShowBaseIE] yield actual video id by Ashish0804
    [Facebook] Handle redirect URLs
    [fujitv] Extract 1080p from tv_android m3u8 by YuenSzeHong
    [gronkh] Support new URL pattern by Sematre
    [instagram] Expand valid URL by u-spec-png
    [Instagram] Try bypassing login wall with embed page by MinePlayersPE
    [Jamendo] Fix use of _VALID_URL_RE by jaller94
    [LBRY] Support livestreams by Ashish0804, pukkandan
    [NJPWWorld] Extract formats from m3u8 by aarubui
    [NovaEmbed] update player regex by std-move
    [npr] Make SMIL extraction non-fatal by r5d
    [ntvcojp] Extract NUXT data by nao20010128nao
    [ok.ru] add mobile fallback by nao20010128nao
    [olympics] Add uploader and cleanup by u-spec-png
    [ondemandkorea] Update jw_config regex by julien-hadleyjack
    [PlutoTV] Expand _VALID_URL
    [RaiNews] Fix extractor by nixxo
    [RCTIPlusSeries] Lazy extraction and video type selection by MinePlayersPE
    [redtube] Handle formats delivered inside a JSON by dirkf, nixxo
    [SonyLiv] Add OTP login support by Ashish0804
    [Steam] Fix extractor by u-spec-png
    [TikTok] Pass cookies to mobile API by MinePlayersPE
    [trovo] Fix inheritance of TrovoChannelBaseIE
    [TVer] Extract better thumbnails by YuenSzeHong
    [vimeo] Extract chapters
    [web.archive:youtube] Improve metadata extraction by coletdjnz
    [youtube:comments] Add more options for limiting number of comments extracted by coletdjnz
    [youtube:tab] Extract more metadata from feeds/channels/playlists by coletdjnz
    [youtube:tab] Extract video thumbnails from playlist by coletdjnz, pukkandan
    [youtube:tab] Ignore query when redirecting channel to playlist and cleanup of related code
    [youtube] Fix ytsearchdate
    [zdf] Support videos with different ptmd location by iw0nderhow
    [zee5] Support /episodes in URL
2021-12-30 20:14:37 +00:00
..
2021-03-06 16:36:01 +00:00
2021-12-21 07:38:41 +00:00
2021-12-09 15:16:40 +00:00
2021-03-03 18:07:38 +00:00
2021-12-08 08:47:41 +00:00
2020-10-16 07:16:18 +00:00
2021-10-19 11:17:57 +00:00
2021-09-11 08:47:54 +00:00
2020-04-04 19:28:31 +00:00
2021-12-30 08:38:28 +00:00
2021-11-23 14:00:45 +00:00
2020-03-01 16:45:02 +00:00
2021-12-21 16:22:16 +00:00
2019-07-17 14:39:42 +00:00
2021-12-08 07:57:15 +00:00
2021-11-25 08:50:03 +00:00
2021-05-24 16:52:33 +00:00
2021-11-21 10:36:23 +00:00
2020-02-13 11:01:11 +00:00
2021-12-28 15:49:54 +00:00
2021-02-02 14:47:28 +00:00
2021-10-03 19:04:15 +00:00
2020-11-19 20:28:03 +00:00
2021-06-05 12:59:52 +00:00
2021-10-19 11:09:03 +00:00
2021-12-02 10:25:27 +00:00
2019-07-30 16:57:41 +00:00
2021-06-23 17:04:50 +00:00
2021-11-13 11:14:43 +00:00
2021-10-05 05:16:06 +00:00
2021-11-14 15:25:18 +00:00
2020-07-06 20:53:59 +00:00
2021-10-26 14:45:49 +00:00
2021-03-02 15:25:38 +00:00
2021-12-26 22:59:59 +00:00
2020-08-21 11:15:31 +00:00
2020-07-24 23:38:30 +00:00
2021-06-11 16:51:21 +00:00
2021-09-01 21:00:08 +00:00
2020-10-24 01:47:45 +00:00
2021-03-23 15:07:46 +00:00
2021-07-15 16:53:33 +00:00
2021-02-10 07:39:24 +00:00
2021-03-05 12:51:53 +00:00
2020-08-21 22:38:14 +00:00
2021-03-06 15:52:07 +00:00
2021-08-15 08:42:47 +00:00
2021-12-07 04:38:32 +00:00
2021-11-14 12:48:52 +00:00
2021-11-14 11:37:39 +00:00
2021-01-30 07:14:29 +00:00
2021-10-04 18:18:52 +00:00
2019-09-26 06:32:37 +00:00
2020-11-16 18:42:05 +00:00
2021-06-17 21:55:48 +00:00
2021-08-26 20:01:39 +00:00
2021-06-20 10:30:30 +00:00
2021-09-03 07:39:06 +00:00
2021-03-15 21:33:52 +00:00
2020-10-07 20:01:32 +00:00
2021-03-20 19:51:41 +00:00
2021-05-21 22:26:28 +00:00
2021-03-19 17:49:51 +00:00
2020-11-16 18:41:21 +00:00
2021-07-09 09:31:03 +00:00
2021-09-02 14:59:44 +00:00
2021-06-05 12:59:55 +00:00
2021-01-10 16:58:29 +00:00
2021-07-06 19:33:21 +00:00
2021-12-30 11:14:36 +00:00
2020-02-03 20:40:37 +00:00
2021-12-13 08:14:28 +00:00
2021-12-27 19:20:53 +00:00
2021-07-15 16:41:50 +00:00
2021-07-15 16:51:22 +00:00
2021-12-24 14:25:40 +00:00
2019-08-06 18:45:24 +00:00
2021-11-25 18:10:28 +00:00
2021-12-19 00:43:08 +00:00
2021-03-19 14:29:13 +00:00
2021-11-08 11:24:20 +00:00
2021-11-24 15:15:41 +00:00
2020-02-21 18:53:20 +00:00
2019-07-17 14:39:42 +00:00
2021-02-02 12:09:49 +00:00