youtube-dl: update to 2021.12.17
Aleri Kaisattera (1): [liveleak] Remove extractor (closes #17625, closes #24222) (#29331) Logan B (1): [umg:de] Update GraphQL API URL (#29304) Remita Amine (1): [periscope] pass referer to HLS requests(closes #29419) Sergey M (1): [README.md] Update MSVC 2010 redist URL (closes #29222) Sergey M․ (9): [nrk] Switch psapi URL to https (closes #29344) [youtube] Workaround for get_video_info request (refs #29333) [youtube] Make get_video_info processing more robust (closes #29333) [curiositystream:collection] Extend _VALID_URL (closes #26326, closes #29117) [pornhub] Dismiss tbr extracted from download URLs (closes #28927) [pornhub] Detect geo restriction [pornhub] Add support for pornhubthbh7ap3u.onion [ChangeLog] Actualize [ci skip] release 2021.12.17 Tianyi Shi (1): [bilibili] Strip uploader name (#29202) bopol (2): [youtube] Update invidious instance list (#29281) [peertube] only call description endpoint if necessary (#29383) kikuyan (4): [orf:tvthek] Add support for MPD formats (closes #28672) (#29236) [appleconnect] Fix extraction (#29208) [egghead] Add support for app.egghead.io (closes #28404) (#29303) [postprocessor/ffmpeg] Show ffmpeg output on error (refs #22680) (#29336) lanegramling (1): [youtube] Update signature function patterns (closes #30363) (#30366)
This commit is contained in:
parent
cc5eb2a50a
commit
e9407e636e
3 changed files with 7 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.242 2021/06/06 09:03:31 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.243 2021/12/16 19:12:09 maya 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= 2021.06.06
|
||||
VERSION_DATE= 2021.12.17
|
||||
DISTNAME= youtube-dl-${VERSION_DATE}
|
||||
PKGNAME= ${DISTNAME:S/.//:S/.//}
|
||||
CATEGORIES= net
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.115 2021/06/06 09:03:31 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.116 2021/12/16 19:12:09 maya Exp $
|
||||
bin/youtube-dl
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -1046,9 +1046,6 @@ ${PYSITELIB}/youtube_dl/extractor/litv.pyo
|
|||
${PYSITELIB}/youtube_dl/extractor/livejournal.py
|
||||
${PYSITELIB}/youtube_dl/extractor/livejournal.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/livejournal.pyo
|
||||
${PYSITELIB}/youtube_dl/extractor/liveleak.py
|
||||
${PYSITELIB}/youtube_dl/extractor/liveleak.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/liveleak.pyo
|
||||
${PYSITELIB}/youtube_dl/extractor/livestream.py
|
||||
${PYSITELIB}/youtube_dl/extractor/livestream.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/livestream.pyo
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.224 2021/10/26 11:07:13 nia Exp $
|
||||
$NetBSD: distinfo,v 1.225 2021/12/16 19:12:09 maya Exp $
|
||||
|
||||
BLAKE2s (youtube-dl-2021.06.06.tar.gz) = 8de0cb952abd578487a15c613b1bc069c8d90843ed0b0e6f4937b85e0a2663bd
|
||||
SHA512 (youtube-dl-2021.06.06.tar.gz) = 7b4d453723d03c3fde46451277d5c44be01469ed1b414ce94e782d6228c132c982835805207222862d0d7b8ba162157196f976400fd15cea7ea513e3595aeea3
|
||||
Size (youtube-dl-2021.06.06.tar.gz) = 3336227 bytes
|
||||
BLAKE2s (youtube-dl-2021.12.17.tar.gz) = f1ac93dbf5939d0956d195ca490b9ca7247fe15115329f83e5be283b11216170
|
||||
SHA512 (youtube-dl-2021.12.17.tar.gz) = bfc8280703b08f66e1108e9ebd9ab4689f064ac7cef03bd3d1fd2bc64928570e4376e389c9bc188eafdbcd74444cfc8aeccc83ee362ad4f478910efef3573ddb
|
||||
Size (youtube-dl-2021.12.17.tar.gz) = 3332299 bytes
|
||||
SHA1 (patch-setup.py) = 56115118d5a263f3b46ff0da0b8315a1459ad7d9
|
||||
SHA1 (patch-youtube__dl_extractor_la7.py) = 6c579f96e7ace1b64ef25fe8788b40bc4e7e67dd
|
||||
SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490
|
||||
|
|
Loading…
Reference in a new issue