summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-10-29 22:33:07 +0100
committer Willy Sudiarto Raharjo2015-10-31 02:33:06 +0100
commit7ced471d4c669efc1b434bc667dc67504caa3dfc (patch)
tree007dfec1ca2875846b337ce8f22f9e7a3ee3ec16
parent504e2d181699f4a6e634e16d3c301f3558c41b6f (diff)
downloadslackbuilds-7ced471d4c669efc1b434bc667dc67504caa3dfc.tar.gz
network/youtube-dl: Updated for version 2015.10.24.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--network/youtube-dl/youtube-dl.15
-rw-r--r--network/youtube-dl/youtube-dl.SlackBuild2
-rw-r--r--network/youtube-dl/youtube-dl.info6
3 files changed, 7 insertions, 6 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1
index 853a8dda3e..78efa3d315 100644
--- a/network/youtube-dl/youtube-dl.1
+++ b/network/youtube-dl/youtube-dl.1
@@ -1459,12 +1459,13 @@ class\ YourExtractorIE(InfoExtractor):
\ \ \ \ \ \ \ \ webpage\ =\ self._download_webpage(url,\ video_id)
\ \ \ \ \ \ \ \ #\ TODO\ more\ code\ goes\ here,\ for\ example\ ...
-\ \ \ \ \ \ \ \ title\ =\ self._html_search_regex(r\[aq]<h1>(.*?)</h1>\[aq],\ webpage,\ \[aq]title\[aq])
+\ \ \ \ \ \ \ \ title\ =\ self._html_search_regex(r\[aq]<h1>(.+?)</h1>\[aq],\ webpage,\ \[aq]title\[aq])
\ \ \ \ \ \ \ \ return\ {
\ \ \ \ \ \ \ \ \ \ \ \ \[aq]id\[aq]:\ video_id,
\ \ \ \ \ \ \ \ \ \ \ \ \[aq]title\[aq]:\ title,
\ \ \ \ \ \ \ \ \ \ \ \ \[aq]description\[aq]:\ self._og_search_description(webpage),
+\ \ \ \ \ \ \ \ \ \ \ \ \[aq]uploader\[aq]:\ self._search_regex(r\[aq]<div[^>]+id="uploader"[^>]*>([^<]+)<\[aq],\ webpage,\ \[aq]uploader\[aq],\ fatal=False),
\ \ \ \ \ \ \ \ \ \ \ \ #\ TODO\ more\ properties\ (see\ youtube_dl/extractor/common.py)
\ \ \ \ \ \ \ \ }
\f[]
@@ -1593,7 +1594,7 @@ For discussions, join us in the irc channel #youtube\-dl on freenode.
\f[B]Please include the full output of youtube\-dl when run with
\f[C]\-v\f[]\f[].
.PP
-The output (including the first lines) contain important debugging
+The output (including the first lines) contains important debugging
information.
Issues without the full output are often not reproducible and therefore
do not get solved in short order, if ever.
diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild
index 902c8f1937..2de8c1d034 100644
--- a/network/youtube-dl/youtube-dl.SlackBuild
+++ b/network/youtube-dl/youtube-dl.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=youtube-dl
-VERSION=${VERSION:-2015.10.18}
+VERSION=${VERSION:-2015.10.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info
index 2680c4a5c7..41788ea774 100644
--- a/network/youtube-dl/youtube-dl.info
+++ b/network/youtube-dl/youtube-dl.info
@@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
-VERSION="2015.10.18"
+VERSION="2015.10.24"
HOMEPAGE="https://rg3.github.io/youtube-dl"
-DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.10.18.tar.gz"
-MD5SUM="f2bd16ce639099ab0e92c0a4ec504992"
+DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.10.24.tar.gz"
+MD5SUM="4caf2e0bbbd6ecf511101544820fa918"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""