youtube-dl: Update to 20190417
Changes: version 2019.04.17 Extractors * [openload] Randomize User-Agent (closes #20688) + [openload] Add support for oladblock domains (#20471) * [adn] Fix subtitle extraction (#12724) + [aol] Add support for localized websites + [yahoo] Add support GYAO episode URLs + [yahoo] Add support for streaming.yahoo.co.jp (#5811, #7098) + [yahoo] Add support for gyao.yahoo.co.jp * [aenetworks] Fix history topic extraction and extract more formats + [cbs] Extract smpte and vtt subtitles + [streamango] Add support for streamcherry.com (#20592) + [yourporn] Add support for sxyprn.com (#20646) * [mgtv] Fix extraction (#20650) * [linkedin:learning] Use urljoin for form action URL (#20431) + [gdc] Add support for kaltura embeds (#20575) * [dispeak] Improve mp4 bitrate extraction * [kaltura] Sanitize embed URLs * [jwplatfom] Do not match manifest URLs (#20596) * [aol] Restrict URL regular expression and improve format extraction + [tiktok] Add support for new URL schema (#20573) + [stv:player] Add support for player.stv.tv (#20586)
This commit is contained in:
parent
4faa14c9d3
commit
1a7c34cb7e
3 changed files with 11 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.168 2019/04/06 21:52:06 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.169 2019/04/16 18:18:38 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.04.07
|
||||
VERSION_DATE= 2019.04.17
|
||||
DISTNAME= youtube-dl-${VERSION_DATE}
|
||||
PKGNAME= ${DISTNAME:S/.//:S/.//}
|
||||
CATEGORIES= net
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.82 2019/04/06 21:52:07 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.83 2019/04/16 18:18:38 leot Exp $
|
||||
bin/youtube-dl
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -1817,6 +1817,9 @@ ${PYSITELIB}/youtube_dl/extractor/streetvoice.pyo
|
|||
${PYSITELIB}/youtube_dl/extractor/stretchinternet.py
|
||||
${PYSITELIB}/youtube_dl/extractor/stretchinternet.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/stretchinternet.pyo
|
||||
${PYSITELIB}/youtube_dl/extractor/stv.py
|
||||
${PYSITELIB}/youtube_dl/extractor/stv.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/stv.pyo
|
||||
${PYSITELIB}/youtube_dl/extractor/sunporno.py
|
||||
${PYSITELIB}/youtube_dl/extractor/sunporno.pyc
|
||||
${PYSITELIB}/youtube_dl/extractor/sunporno.pyo
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.152 2019/04/06 21:52:07 leot Exp $
|
||||
$NetBSD: distinfo,v 1.153 2019/04/16 18:18:38 leot Exp $
|
||||
|
||||
SHA1 (youtube-dl-2019.04.07.tar.gz) = 6cf6f75fc329333e39e6c0f05508bf66660088fb
|
||||
RMD160 (youtube-dl-2019.04.07.tar.gz) = 5316dc91fc05100027e4edcb69585c3c6995160f
|
||||
SHA512 (youtube-dl-2019.04.07.tar.gz) = 9c4544f1e4437980d289127342aec1bbb93669a1ef9abde5cde20c02a153a4429f18df85fa61c6c040ea2df5987ed7d7ae4ca57684921de4f9640e8403948dc6
|
||||
Size (youtube-dl-2019.04.07.tar.gz) = 3139592 bytes
|
||||
SHA1 (youtube-dl-2019.04.17.tar.gz) = 1a7a44c5ed0a6b5a8e4ff2f6d76eee66d27a8ce8
|
||||
RMD160 (youtube-dl-2019.04.17.tar.gz) = e112dfed152791d2e699c57b288b813f9a26512c
|
||||
SHA512 (youtube-dl-2019.04.17.tar.gz) = 6277a96a6487d81be23e0772c8e6fa36337d5b2b90a50b9be328579334b92c6e1a6eb9634a66969435c0d47e734fb907e286578cbc2f693565055ed1111b8148
|
||||
Size (youtube-dl-2019.04.17.tar.gz) = 3146625 bytes
|
||||
SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
|
||||
SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490
|
||||
|
|
Loading…
Reference in a new issue