Commit Graph

22 Commits

Author SHA1 Message Date
mestre
e1a96d2562 update to 2023.01.06
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2023.01.06
2023-01-07 13:18:45 +00:00
mestre
1e0e7aa0f4 update to 2023.01.02
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2023.01.02
2023-01-02 21:38:38 +00:00
mestre
a685a70cff update to 2022.11.11
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2022.11.11
2022-11-21 14:45:38 +00:00
sthen
a2890a5b39 use MODPY_PYBUILD 2022-11-13 20:31:00 +00:00
sthen
c7010de0bd bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:30:15 +00:00
mestre
910138a03a update to 2022.10.04
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2022.10.04
2022-10-17 11:07:27 +00:00
mestre
f1b9f9c192 update to 2022.09.01
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2022.09.01
2022-09-02 11:48:05 +00:00
mestre
ec25786bc6 update to 2022.08.19
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2022.08.19
2022-08-23 07:12:03 +00:00
mestre
86b4cbd9a2 update to 2022.08.14
new extractors: jixie, moview, parler, truth
2022-08-17 07:14:03 +00:00
mestre
89e94bbeb5 update to 2022.08.08
New extractors:
angel
camtasia
genericembeds
harpodeon
holodex
kompas
redbee
sharevideos
tempo

Removed extractors:
parliamentliveuk
rtbf
2022-08-10 08:06:22 +00:00
mestre
aa0441cdd2 update to 2022.07.18
New extractors:
acfun
audiodraft
cellebrite
detik
hytale
liputan6
mocha
rtvslo
startrek
syvdk
theholetv
tubetugraz
tviplayer
wetv
wikimedia
2022-07-18 08:46:04 +00:00
mestre
85e6374d77 update to 2022.06.29 2022-07-01 13:42:45 +00:00
mestre
5a1c75d551 update to 2022.06.22.1 2022-06-22 07:08:58 +00:00
mestre
510cf8ee72 update to 2022.05.18
ok sthen@
2022-05-26 16:13:16 +00:00
sthen
4fda679825 update to yt-dlp-2022.04.08 2022-04-12 20:40:16 +00:00
mestre
5c445058c6 update to 2022.03.08.1
while here remove RCSTags, pointed out by op@

ok op@
2022-03-11 07:55:25 +00:00
sthen
1b572f4cd2 update to yt-dlp-2022.02.04 (another one already!) 2022-02-04 11:31:49 +00:00
sthen
296b868628 update to yt-dlp-2022.02.03 2022-02-04 10:45:31 +00:00
mestre
b5c0451429 update to yt-dlp-2022.01.21
OK sthen@
2022-01-21 16:05:55 +00:00
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
sthen
3057306636 update to yt-dlp-2021.12.01 2021-12-01 08:54:35 +00:00
landry
f52f8309db import ports/www/yt-dlp 2021.11.10.1, from Hiltjo Posthuma
yt-dlp is a youtube-dl fork: small command-line program for downloading
videos from YouTube.com and many other sites.

this one allows me to download from france.tv again, while youtube-dl
fails and seems dormant now..

tweaks/ok sthen@
2021-11-17 18:08:34 +00:00