youtube-dl: Update to 20191128
Changes: version 2019.11.28 ------------------ Core + [utils] Add generic caesar cipher and rot47 * [utils] Handle rd-suffixed day parts in unified_strdate (#23199) Extractors * [vimeo] Improve extraction * Fix review extraction * Fix ondemand extraction * Make password protected player case as an expected error (#22896) * Simplify channel based extractors code - [openload] Remove extractor (#11999) - [verystream] Remove extractor - [streamango] Remove extractor (#15406) * [dailymotion] Improve extraction * Extract http formats included in m3u8 manifest * Fix user extraction (#3553, #21415) + Add suport for User Authentication (#11491) * Fix password protected videos extraction (#23176) * Respect age limit option and family filter cookie value (#18437) * Handle video url playlist query param * Report allowed countries for geo-restricted videos * [corus] Improve extraction + Add support for Series Plus, W Network, YTV, ABC Spark, disneychannel.com and disneylachaine.ca (#20861) + Add support for self hosted videos (#22075) * Detect DRM protection (#14910, #9164) * [vivo] Fix extraction (#22328, #22279) + [bitchute] Extract upload date (#22990, #23193) * [soundcloud] Update client id (#23214)
This commit is contained in:
parent
97bed777ae
commit
05112e3425
3 changed files with 8 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.192 2019/11/23 12:23:57 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.193 2019/11/28 21:22:07 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= 2019.11.22
|
||||
VERSION_DATE= 2019.11.28
|
||||
DISTNAME= youtube-dl-${VERSION_DATE}
|
||||
PKGNAME= ${DISTNAME:S/.//:S/.//}
|
||||
CATEGORIES= net
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.95 2019/11/23 12:23:57 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.96 2019/11/28 21:22:07 leot Exp $
|
||||
bin/youtube-dl
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -1754,9 +1754,6 @@ ${PYSITELIB}/youtube_dl/extractor/stitcher.pyo
|
|||
${PYSITELIB}/youtube_dl/extractor/streamable.py
|
||||
${PYSITELIB}/youtube_dl/extractor/streamable.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/streamable.pyo
|
||||
${PYSITELIB}/youtube_dl/extractor/streamango.py
|
||||
${PYSITELIB}/youtube_dl/extractor/streamango.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/streamango.pyo
|
||||
${PYSITELIB}/youtube_dl/extractor/streamcloud.py
|
||||
${PYSITELIB}/youtube_dl/extractor/streamcloud.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/streamcloud.pyo
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.175 2019/11/23 12:23:57 leot Exp $
|
||||
$NetBSD: distinfo,v 1.176 2019/11/28 21:22:07 leot Exp $
|
||||
|
||||
SHA1 (youtube-dl-2019.11.22.tar.gz) = 734d9b9c51ca93f5808d95712e66cd1e77e8bfc5
|
||||
RMD160 (youtube-dl-2019.11.22.tar.gz) = f9345be59897759078a1ecf825c9668b0349e798
|
||||
SHA512 (youtube-dl-2019.11.22.tar.gz) = bd43d851044ab08ffd878a064aa98d2b1646fef14c4ea17f68400602dc2132209ff99213429bf8fcc2a6423758fc4add0ecff2d3c1589355a9d9627c36b78cae
|
||||
Size (youtube-dl-2019.11.22.tar.gz) = 3154889 bytes
|
||||
SHA1 (youtube-dl-2019.11.28.tar.gz) = c8537c966bda1e68d3b7b8f7e392ae488dbed063
|
||||
RMD160 (youtube-dl-2019.11.28.tar.gz) = 3958b538feb2d23968a96051f52487b61980b215
|
||||
SHA512 (youtube-dl-2019.11.28.tar.gz) = fd3fc9658428ecf96d681dd699db49e02f94343e5c49e370cb68a5764e8ecebc14b3ce5bc44db0a829b0d3c4fbffc96a1f8288fb24cbd21add6e9c7852b0915d
|
||||
Size (youtube-dl-2019.11.28.tar.gz) = 3148365 bytes
|
||||
SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
|
||||
SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490
|
||||
|
|
Loading…
Reference in a new issue