youtube-dl: Update to 20201214
Changes: version 2020.12.14 Core * [extractor/common] Improve JSON-LD interaction statistic extraction (#23306) * [downloader/hls] Delegate manifests with media initialization to ffmpeg + [extractor/common] Document duration meta field for playlists Extractors * [mdr] Bypass geo restriction * [mdr] Improve extraction (#24346, #26873) * [yandexmusic:album] Improve album title extraction (#27418) * [eporner] Fix view count extraction and make optional (#23306) + [eporner] Extend URL regular expression * [eporner] Fix hash extraction and extend _VALID_URL (#27396) * [slideslive] Use m3u8 entry protocol for m3u8 formats (#27400) * [twitcasting] Fix format extraction and improve info extraction (#24868) * [linuxacademy] Fix authentication and extraction (#21129, #26223, #27402) * [itv] Clean description from HTML tags (#27399) * [vlive] Sort live formats (#27404) * [hotstart] Fix and improve extraction * Fix format extraction (#26690) + Extract thumbnail URL (#16079, #20412) + Add support for country specific playlist URLs (#23496) * Select the last id in video URL (#26412) + [youtube] Add some invidious instances (#27373)
This commit is contained in:
parent
bb77e8b0a8
commit
4c214d9c9e
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.223 2020/12/12 21:16:03 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.224 2020/12/20 11:24:34 leot Exp $
|
||||
|
||||
# XXX: VERSION_DATE can contains also an optional part that indicates
|
||||
# XXX: possible same day revisions. PKGNAME preserves that dotted part as is.
|
||||
VERSION_DATE= 2020.12.12
|
||||
VERSION_DATE= 2020.12.14
|
||||
DISTNAME= youtube-dl-${VERSION_DATE}
|
||||
PKGNAME= ${DISTNAME:S/.//:S/.//}
|
||||
CATEGORIES= net
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.204 2020/12/12 21:16:03 leot Exp $
|
||||
$NetBSD: distinfo,v 1.205 2020/12/20 11:24:34 leot Exp $
|
||||
|
||||
SHA1 (youtube-dl-2020.12.12.tar.gz) = a6a2b6857bc9f3814eb64fe3572328023f0f2e3e
|
||||
RMD160 (youtube-dl-2020.12.12.tar.gz) = 291fdfbc54d7a55c7f73d239de2a264f67f829b5
|
||||
SHA512 (youtube-dl-2020.12.12.tar.gz) = 388722cadf500cbcd97b8d92b1ae67d091a5fe79e6bdf19e3a3f94476ef926f7ab57b35ee6d14e2d7a7bf1c72db37535de6c9c6affd32f4c1403902b813d5530
|
||||
Size (youtube-dl-2020.12.12.tar.gz) = 3225195 bytes
|
||||
SHA1 (youtube-dl-2020.12.14.tar.gz) = 4390183fb753ad90b738ccc868849c02f05ff87a
|
||||
RMD160 (youtube-dl-2020.12.14.tar.gz) = aec2e44ecd10c17418c5a56ff0492c747654ac86
|
||||
SHA512 (youtube-dl-2020.12.14.tar.gz) = 8a7d96656ef6803afdff90a2c528cdac5354a10996a631c54c722615ccbf879fd5e89b85f9e369cb9d1fd239fc095db4e232a5c420cdd902f5ffbe76f4e3d1a5
|
||||
Size (youtube-dl-2020.12.14.tar.gz) = 3229047 bytes
|
||||
SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
|
||||
SHA1 (patch-youtube__dl_extractor_la7.py) = 6c579f96e7ace1b64ef25fe8788b40bc4e7e67dd
|
||||
SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490
|
||||
|
|
Loading…
Reference in a new issue