summaryrefslogtreecommitdiff
path: root/net/youtube-dl
diff options
context:
space:
mode:
authortron <tron>2016-02-06 09:39:20 +0000
committertron <tron>2016-02-06 09:39:20 +0000
commit9982b46591098ac5080f65cca2d3222b4efca8b1 (patch)
tree879d12fbece6c0a872361821cb92f31456ec4024 /net/youtube-dl
parent803c655ffa4c01d128c6f15b79d19bcefc16c44c (diff)
downloadpkgsrc-9982b46591098ac5080f65cca2d3222b4efca8b1.tar.gz
Update "youtube-dl" to version 2016.02.05.1. Changes since 2016.01.23:
[youtube] added vcodec/acodec/abr for multiple itags [utils] Add more items to mimetype2ext (#8293) [utils] Reorder items in mimetype2ext alphabetically [youtube] Prefer info from YouTube than _formats (#8293) [common] Keep full codec name from m3u8 manifests [facebook] Add shortcut and reformat _VALID_URL [facebook:post] Add extractor (Closes #8321) [vevo] extract all formats and bypass geo restriction [vevo] extract metadata and formats from api if videoinfo is empty [cspan] Fix clip/prog id extraction (#8317) [vevo] fallback to youtube video only if vevo video is geo restricted [cspan] Extract from path when no qualities (Closes #8317) [instagram] Make description optional (Closes #8326) [daum.net] Fixes #8331 [extractor/common] Auto calculate tbr when missing [spankbang] Fix formats extraction [spankbang] Fix title extraction (Closes #8329) [extractor/common] detect media playlist in _extract_m3u8_formats [cbsnews] extract all formats [cbsnews] Remove unused import [utils] fix dfxp2srt text extraction(fixes #8055) [ndr:embed:base] Add missing ext for m3u8 [ok] Add support for mobile URLs (Closes #8345) [bbc] Add another title regex (Closes #8340) [bbc] Add another description regex [bbc] Add test for #8147 [ffmpeg] fix adding metadata when using m3u8_native(fixes #8350) [youtube:user] Require 'https?://' in the url (fixes #8356) [azubu] Add extractor for live streams (closes #8343) [cspan] Unescape path (Closes #8365) [extractor/common] Restrict checks when auto calculating tbr [espn] Improve video id extraction (Closes #8368) [daum] Fix copy-paste mistake [daum] Fix add view_count, comment_count to test [daum.net] Move the request to ClipInfoXml.do [daum.net] Support VodPlayer.swf URLs (closes #8173) [daum] Add 'thumbnail' to all _TESTS [facebook] Support alternative webpage form [youtube] Move decrypt_sig out of _parse_dash_manifest [daum.net] Support for playlists, user channels [downloader/f4m] Prefer bootstrap url attribute over inline bootstrap [matchtv] Add extractor (Closes #8313) [options] Add missing closing parenthesis [common] _parse_dash_manifest() from youtube.py [downloader/fragment] Do not report total bytes estimation and eta [downloader/f4m] Add live stream flag to context [common] Modify _parse_dash_manifest for use in Facebook [downloader/fragment] Remove superfluous whitespace [facebook] Add support for DASH manifests [youtube] Pass self._formats to _parse_dash_manifest [common] Fix for youtube [common] Prefer the manifest than formats_dict in determining codecs [downloader/f4m] Do not update fragment list while test [youtube] Remove '(v|a)codec': 'none' entries [common] Rename to namespace [common] Remove unused arguments [common] Add _extract_dash_manifest_formats [facebook] Add md5 for the test case with DASH [generic] Add support for Limelight API [limelight] fix format sorting and make m3u8 and f4m extraction [npo] Add extension for m3u8 [viidea] Skip download for the test case requiring ffmpeg [vgtv] Fix test_VGTV_2 [screenwavemedia] Fix HLS extension and test_TeamFour [tv2] Fix test_TV2 [senateisvp] Fix test_SenateISVP and test_SenateISVP_1 [nrktv] Fix _TESTS [nbc] Use NBC's id and fix _TESTS [nba] Add ext for hls formats and fix test_NBA [schooltv] Add extractor for SchoolTV playlists [schooltv] Improve video id regex [Gamekings] Fix url from .tv to .nl [letv] Fix LetvCloud extraction [Gamekings] Fix viewing of old videos [youtube] Use authentication for entry list base extractor (Closes #8380) [youtube] Filter duplicates in playlists base extractor [test_youtube_lists] Fix TestYoutubeLists.test_youtube_course [test_subtitles] Fix TestRaiSubtitles [xuite] Replace the test case with my uploaded one [FFmpegSubtitlesConvertorPP] delete old subtitle files (fixes #8382) [youtube] Use 'orderedSet' instead of 'set' to preserve the order [gamekings] Add MD5 back [gamekings] add_ie [gamekings] Stricter checks [acast] Fix extraction [acast] Remove ACastBaseIE [allocine] Fix extraction of test_allocine_1 and update tests [bpb] Fix extraction and update tests [allocine] Use xpath_element [vidzi] Fix extraction [vidzi] Fix _TESTS [YoutubeDL] Do not override ie_key in url_transparent [kickstarter] Eliminate the warning message and add_ie [kickstarter] Fix title and test_kickstarter [daum] PEP8 [daum] Do not match a single URL with multiple info extractors [daum] Update test_daum_1 [daum.net:user] Match more URLs (#1952) [vk:uservideos] Improve _VALID_URL (Closes #8389) [test_YoutubeDL] Fix test_youtube_format_selection [ffmpeg] fix adding metadata when using --hls-prefer-native(#8350) [utils] dfxp2srt: make TTMLPElementParser inherit from object [cbsnews] add support for live videos(fixes #7010) [srgssr] use flv as ext for rtmp formats [README.md] Clarify unavailable sequences in output format [kuwo] Check for georestriction [generic] extract m3u8 formats when mpegurl content type detected [youtube] fix subtitle extraction(fixes #8415) [youtube] fix subtitle order [test_subtitles] update youtube subtitles tests [arte.tv:+7] Fix extraction (fixes #8427)
Diffstat (limited to 'net/youtube-dl')
-rw-r--r--net/youtube-dl/Makefile4
-rw-r--r--net/youtube-dl/PLIST5
-rw-r--r--net/youtube-dl/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile
index 9d4b97e64d8..647e3398a3e 100644
--- a/net/youtube-dl/Makefile
+++ b/net/youtube-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2016/01/24 18:35:41 adam Exp $
+# $NetBSD: Makefile,v 1.80 2016/02/06 09:39:20 tron Exp $
-VERSION_DATE= 2016.01.23
+VERSION_DATE= 2016.02.05.1
DISTNAME= youtube-dl-${VERSION_DATE}
PKGNAME= youtube-dl-${VERSION_DATE:S/.//g}
CATEGORIES= net
diff --git a/net/youtube-dl/PLIST b/net/youtube-dl/PLIST
index b7750cdda7f..b4c7b08582a 100644
--- a/net/youtube-dl/PLIST
+++ b/net/youtube-dl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2016/01/24 18:35:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2016/02/06 09:39:20 tron Exp $
bin/youtube-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -803,6 +803,9 @@ ${PYSITELIB}/youtube_dl/extractor/makertv.pyo
${PYSITELIB}/youtube_dl/extractor/malemotion.py
${PYSITELIB}/youtube_dl/extractor/malemotion.pyc
${PYSITELIB}/youtube_dl/extractor/malemotion.pyo
+${PYSITELIB}/youtube_dl/extractor/matchtv.py
+${PYSITELIB}/youtube_dl/extractor/matchtv.pyc
+${PYSITELIB}/youtube_dl/extractor/matchtv.pyo
${PYSITELIB}/youtube_dl/extractor/mdr.py
${PYSITELIB}/youtube_dl/extractor/mdr.pyc
${PYSITELIB}/youtube_dl/extractor/mdr.pyo
diff --git a/net/youtube-dl/distinfo b/net/youtube-dl/distinfo
index 1dbd3b6de69..4257d1b2af6 100644
--- a/net/youtube-dl/distinfo
+++ b/net/youtube-dl/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.65 2016/01/24 18:35:41 adam Exp $
+$NetBSD: distinfo,v 1.66 2016/02/06 09:39:20 tron Exp $
-SHA1 (youtube-dl-2016.01.23.tar.gz) = 4843069809d9605d92d66969293652db07fde5ba
-RMD160 (youtube-dl-2016.01.23.tar.gz) = 17a71c37b7cf1f3f2a83b85e9b8c7efbef1ad1d4
-SHA512 (youtube-dl-2016.01.23.tar.gz) = ca3a7f2024ae97a290869e123d4b67c858f35894ce4309c295c3994c9bac1f406152cd36d893cd48c79bd3ada92b6e5e76ac1a87cbffc321fe03efc131d0445f
-Size (youtube-dl-2016.01.23.tar.gz) = 1916234 bytes
+SHA1 (youtube-dl-2016.02.05.1.tar.gz) = 003857f54ef1cda94c489da0af1589e340e1b477
+RMD160 (youtube-dl-2016.02.05.1.tar.gz) = 13ee5c2a9dce6fc294729ed86bf570008c2fdb27
+SHA512 (youtube-dl-2016.02.05.1.tar.gz) = 91253fcd27a696f55a5640de10ba17f4e8265d2fc9d3c5ff2c110e9c2ed32ef5b4521b51d273d181a3a49762fc2a89b7be8ebc3e6bad9b02ae5409611a71129f
+Size (youtube-dl-2016.02.05.1.tar.gz) = 1932949 bytes
SHA1 (patch-setup.py) = 31521d16e718cc8fc048acb695639f70de35f6f4