]>
git.bitcoin.ninja Git - youtube-dl/log
Sergey M․ [Sun, 11 Dec 2016 17:49:07 +0000 (00:49 +0700)]
[utils] Add common user agents map
Sergey M․ [Sat, 10 Dec 2016 18:40:30 +0000 (01:40 +0700)]
[facebook] Detect login required error message
Sergey M․ [Sat, 10 Dec 2016 18:22:01 +0000 (01:22 +0700)]
[facebook] Improve video selection (closes #11390)
Sergey M․ [Sat, 10 Dec 2016 17:45:27 +0000 (00:45 +0700)]
[canalplus] Add another video id regex (closes #11399)
Sergey M․ [Sat, 10 Dec 2016 16:45:36 +0000 (23:45 +0700)]
[mixcloud] Relax _VALID_URL (closes #11406)
Remita Amine [Sat, 10 Dec 2016 16:36:32 +0000 (17:36 +0100)]
[ctvnews] relax _VALID_URL regex(closes #11394)
Remita Amine [Sat, 10 Dec 2016 16:17:13 +0000 (17:17 +0100)]
[common] recognize hls manifests that contain video only formats(#11394)
Remita Amine [Sat, 10 Dec 2016 15:34:01 +0000 (16:34 +0100)]
[rte] improve extraction(closes #10498)(closes #7746)
Remita Amine [Sat, 10 Dec 2016 12:29:51 +0000 (13:29 +0100)]
[prosiebensat1] extract dash formats
Remita Amine [Sat, 10 Dec 2016 09:47:19 +0000 (10:47 +0100)]
[rts,srgssr] improve extraction for geo restricted videos(fixes #11089)(closes #4989)
Sergey M․ [Thu, 8 Dec 2016 19:46:18 +0000 (02:46 +0700)]
release 2016.12.09
Sergey M․ [Thu, 8 Dec 2016 19:41:49 +0000 (02:41 +0700)]
[ChangeLog] Actualize
Yen Chi Hsuan [Thu, 8 Dec 2016 18:15:16 +0000 (02:15 +0800)]
[openload] Fix extraction (closes #10408)
Sergey M․ [Wed, 7 Dec 2016 16:50:10 +0000 (23:50 +0700)]
[pandoratv] PEP 8 and simplify
Serkora [Wed, 7 Dec 2016 16:46:42 +0000 (00:46 +0800)]
[pandoratv] Fix extraction (closes #11023)
Remita Amine [Tue, 6 Dec 2016 18:01:09 +0000 (19:01 +0100)]
[telebruxelles] extract all formats and add support for emission urls
Sergey M․ [Mon, 5 Dec 2016 17:41:03 +0000 (00:41 +0700)]
[bloomberg] Add another video id regex (closes #11371)
Sergey M․ [Mon, 5 Dec 2016 16:28:57 +0000 (23:28 +0700)]
[1tv] Fix video id extraction
vordep [Sun, 4 Dec 2016 23:53:49 +0000 (23:53 +0000)]
[fusion] Update ooyala id regex
Yen Chi Hsuan [Sun, 4 Dec 2016 16:31:02 +0000 (00:31 +0800)]
[socks] Refine exception model for better error handling
1. ProxyError now inherits from socket.error instead of IOError
The only functions socks.py overrides are connect and connect_ex. In
Python 2.x and Python <= 3.2, socket functions raises socket.error. In
newer Python versions, those functions raises OSError instead. The name
socket.error is preserved as an alias of OSError for backward
compability. To keep socks.py compatible with Python's standard library,
it should raise the same exception as raw sockets.
See PEP 3151 (https://www.python.org/dev/peps/pep-3151/) for more
information about the change in Python 3.3.
2. Raise EOFError instead of IOError when the socket receives less data
than it expects
There's no common convention, but both ftplib and telnetlib raises
EOFError for similar situations. socks.py follows them.
Closes #11355
In #11355, only Python 2 is affected. In Python 3, both socket.error and
IOError are alias of OSError, so AbstractHTTPHandler.do_open correctly
catches the error and thus InfoExtractor._is_valid_url works fine.
Sergey M․ [Sun, 4 Dec 2016 16:20:14 +0000 (23:20 +0700)]
[1tv] Improve extraction and add support for playlists (closes #11335)
Yen Chi Hsuan [Sat, 3 Dec 2016 13:53:41 +0000 (21:53 +0800)]
[socks] Fix error reporting (#11355)
Remita Amine [Thu, 1 Dec 2016 11:15:35 +0000 (12:15 +0100)]
[aenetworks] extract more formats(closes #11321)
Yen Chi Hsuan [Thu, 1 Dec 2016 06:56:52 +0000 (14:56 +0800)]
[thisoldhouse] Recognize /tv-episode/ URLs and update _TESTS
Closes #11271
Laneone [Wed, 30 Nov 2016 18:31:21 +0000 (00:01 +0530)]
[README.md] Fix typo
Just a minor spelling mistake in the readme
Sergey M․ [Wed, 30 Nov 2016 17:15:12 +0000 (00:15 +0700)]
release 2016.12.01
Sergey M․ [Wed, 30 Nov 2016 17:13:06 +0000 (00:13 +0700)]
[ChangeLog] Actualize
Sergey M․ [Wed, 30 Nov 2016 16:17:30 +0000 (23:17 +0700)]
[soundcloud] Update client id (closes #11327)
Philipp Hagemeister [Wed, 30 Nov 2016 10:52:19 +0000 (11:52 +0100)]
[comedcycentral] Give /shows/.+/full-episodes URLs to the COmedyCentralFullEpisodesIE
Sergey M․ [Tue, 29 Nov 2016 21:19:38 +0000 (04:19 +0700)]
[ruutu] Detect DRM videos
Sergey M․ [Tue, 29 Nov 2016 16:42:19 +0000 (23:42 +0700)]
[liveleak] Simplify and PEP 8
Varun [Tue, 29 Nov 2016 16:37:30 +0000 (22:07 +0530)]
[liveleak] Add support for youtube embeds
Mark Lee [Tue, 29 Nov 2016 16:06:01 +0000 (08:06 -0800)]
[spike] Fix full episodes extraction
Philipp Hagemeister [Tue, 29 Nov 2016 09:11:08 +0000 (10:11 +0100)]
[comedycentral] Add new extractor for full-episodes
CC seems to have added yet another indirection for full episodes - the mgid is now only in a linked feed.
This may be a little brittle, but it's better than failing outright.
Plus, the current The Daily Show episode now works :)
Sergey M․ [Mon, 28 Nov 2016 16:22:29 +0000 (23:22 +0700)]
[teamfourstar] Simplify _VALID_URL and relax regexes
felix [Mon, 28 Nov 2016 16:17:56 +0000 (17:17 +0100)]
[screenwavemedia] Remove extractor
Rewrite TeamFourStar and Normalboots extractors in terms of JWPlatform
Yen Chi Hsuan [Sun, 27 Nov 2016 14:01:07 +0000 (22:01 +0800)]
Ignore and clean .swf files
Some videos on NicoNico are swf
Sergey M․ [Sun, 27 Nov 2016 13:05:32 +0000 (20:05 +0700)]
release 2016.11.27
Sergey M․ [Sun, 27 Nov 2016 13:04:03 +0000 (20:04 +0700)]
[ChangeLog] Actualize
Sergey M․ [Sun, 27 Nov 2016 12:56:32 +0000 (19:56 +0700)]
[extractor/generic] Add support for webcaster.pro embeds
Sergey M․ [Sun, 27 Nov 2016 12:54:59 +0000 (19:54 +0700)]
[webcaster] Add support for webcaster.pro
Sergey M․ [Sun, 27 Nov 2016 08:40:28 +0000 (15:40 +0700)]
[azubu] Add support for azubu.uol.com.br (closes #11305)
Sergey M․ [Fri, 25 Nov 2016 17:14:09 +0000 (00:14 +0700)]
[viki] Prefer hls
Sergey M․ [Fri, 25 Nov 2016 17:13:46 +0000 (00:13 +0700)]
[viki] Fix rtmp formats extraction (closes #11255)
Sergey M․ [Fri, 25 Nov 2016 16:37:32 +0000 (23:37 +0700)]
[puls4] Relax _VALID_URL (closes #11267)
Sergey M․ [Thu, 24 Nov 2016 16:10:58 +0000 (23:10 +0700)]
[vevo] Allow video info to fail in tests
Sergey M․ [Thu, 24 Nov 2016 16:09:35 +0000 (23:09 +0700)]
[vevo] Simplify artists extraction
Andrew J. Erickson [Wed, 9 Nov 2016 22:54:17 +0000 (14:54 -0800)]
vevo: fixing naming when there are featured artists
Sergey M․ [Thu, 24 Nov 2016 15:43:02 +0000 (22:43 +0700)]
[mitele] Modernize and extract more metadata
zurfyx [Sat, 19 Nov 2016 18:23:49 +0000 (19:23 +0100)]
[mitele] Relax _VALID_URL
Yen Chi Hsuan [Thu, 24 Nov 2016 12:32:17 +0000 (20:32 +0800)]
[cbslocal] Support newyork.cbslocal.com
Closes #11285
Sergey M․ [Wed, 23 Nov 2016 16:28:32 +0000 (23:28 +0700)]
[youtube:playlist] Pass disable_polymer in query (closes #11193, closes #11270)
Sergey M․ [Tue, 22 Nov 2016 15:32:16 +0000 (22:32 +0700)]
release 2016.11.22
Sergey M․ [Tue, 22 Nov 2016 15:29:37 +0000 (22:29 +0700)]
[ChangeLog] Actualize
Andy Savicki [Sat, 19 Nov 2016 23:12:22 +0000 (02:12 +0300)]
[hellporno] Add support for hellporno.net and improve ext extraction
Yen Chi Hsuan [Tue, 22 Nov 2016 12:40:57 +0000 (20:40 +0800)]
[amcnetworks] Recognize more BBC America URLs
Closes #11263
Sergey M․ [Mon, 21 Nov 2016 16:46:55 +0000 (23:46 +0700)]
[funnyordie] Copy formats' metadata from hls and sort formats
Andy Savicki [Tue, 15 Nov 2016 23:37:28 +0000 (02:37 +0300)]
[funnyordie] Improve extraction
Yen Chi Hsuan [Mon, 21 Nov 2016 04:50:13 +0000 (12:50 +0800)]
Clean and ignore more file types
ape is another audio codec seen in kuwo. See
https://en.wikipedia.org/wiki/Monkey's_Audio
Yen Chi Hsuan [Mon, 21 Nov 2016 04:25:19 +0000 (12:25 +0800)]
[CONTRIBUTING.md] Fix broken links (#11239)
Yen Chi Hsuan [Mon, 21 Nov 2016 04:24:11 +0000 (12:24 +0800)]
Merge pull request #11239 from josephfrazier/patch-1
[CONTRIBUTING.md] Fix broken link
Joseph Frazier [Sun, 20 Nov 2016 16:32:00 +0000 (11:32 -0500)]
[README.md] Update link from generated CONTRIBUTING.md
Sergey M․ [Sat, 19 Nov 2016 19:13:21 +0000 (02:13 +0700)]
[extractor/generic] Improve limelight embeds support
Yen Chi Hsuan [Sat, 19 Nov 2016 16:07:35 +0000 (00:07 +0800)]
Merge branch 'DarkstaIkers-master'
Yen Chi Hsuan [Sat, 19 Nov 2016 16:06:44 +0000 (00:06 +0800)]
[ChangeLog] Update for #9028
Yen Chi Hsuan [Sat, 19 Nov 2016 16:05:11 +0000 (00:05 +0800)]
Merge branch 'master' of https://github.com/DarkstaIkers/youtube-dl into DarkstaIkers-master
Sergey M․ [Fri, 18 Nov 2016 21:18:21 +0000 (04:18 +0700)]
[bandcamp] Fix free downloads extraction and extract all formats (closes #11067)
Sergey M․ [Fri, 18 Nov 2016 20:10:20 +0000 (03:10 +0700)]
[ChangeLog] Actualize
Sergey M․ [Fri, 18 Nov 2016 18:56:31 +0000 (01:56 +0700)]
[toutv] Fix login form regex (closes #11223)
Sergey M․ [Fri, 18 Nov 2016 18:49:13 +0000 (01:49 +0700)]
[twitter:card] Relax _VALID_URL (closes #11225)
Sergey M․ [Thu, 17 Nov 2016 18:16:33 +0000 (01:16 +0700)]
[tvanouvelles] Add extractor (closes #10616)
Sergey M․ [Thu, 17 Nov 2016 17:25:24 +0000 (00:25 +0700)]
release 2016.11.18
Sergey M․ [Thu, 17 Nov 2016 17:19:55 +0000 (00:19 +0700)]
[ChangeLog] Actualize
Sergey M․ [Thu, 17 Nov 2016 17:17:46 +0000 (00:17 +0700)]
[devscripts/create-github-release] Fill release body from ChangeLog (closes #11094)
Yen Chi Hsuan [Thu, 17 Nov 2016 11:42:56 +0000 (19:42 +0800)]
Update coding style after pycodestyle 2.1.0
In pycodestyle 2.1.0, E305 was introduced, which requires two blank
lines after top level declarations, too.
See https://github.com/PyCQA/pycodestyle/issues/400
See also #10689; thanks @stepshal for first mentioning this issue and
initial patches
Sergey M․ [Wed, 16 Nov 2016 16:14:06 +0000 (23:14 +0700)]
[youtube:live] Relax _VALID_URL (closes #11164)
Yen Chi Hsuan [Wed, 16 Nov 2016 15:29:37 +0000 (23:29 +0800)]
Merge pull request #11210 from FooBarQuaxx/patch-2
Strip only args urls
FooBarQuaxx [Wed, 16 Nov 2016 15:18:54 +0000 (18:18 +0300)]
Add explanatory comment
Yen Chi Hsuan [Wed, 16 Nov 2016 12:47:15 +0000 (20:47 +0800)]
[ChangeLog] Update after #11122 landed
Yen Chi Hsuan [Wed, 16 Nov 2016 12:43:19 +0000 (20:43 +0800)]
Merge pull request #11122 from kasper93/openload
[openload] Fix extraction.
MAA [Wed, 16 Nov 2016 06:00:30 +0000 (09:00 +0300)]
Strip only args urls
Sergey M․ [Tue, 15 Nov 2016 15:11:47 +0000 (22:11 +0700)]
[vlive] Add test for #11203
ping [Tue, 15 Nov 2016 15:07:17 +0000 (23:07 +0800)]
[vlive] Prefer locale over language for subtitles id
Sergey M․ [Sun, 13 Nov 2016 19:48:15 +0000 (02:48 +0700)]
release 2016.11.14.1
Sergey M․ [Sun, 13 Nov 2016 19:46:12 +0000 (02:46 +0700)]
[ChangeLog] Actualize
Sergey M․ [Sun, 13 Nov 2016 19:39:50 +0000 (02:39 +0700)]
release 2016.11.14
Sergey M․ [Sun, 13 Nov 2016 19:37:21 +0000 (02:37 +0700)]
[ChangeLog] Actualize
Sergey M․ [Sun, 13 Nov 2016 15:29:36 +0000 (22:29 +0700)]
[nrk] Improve geo restriction detection
Sergey M․ [Sun, 13 Nov 2016 15:28:29 +0000 (22:28 +0700)]
[nrk] Add X-Forwarded-For HTTP header in info dict
Sergey M․ [Sun, 13 Nov 2016 15:06:16 +0000 (22:06 +0700)]
[downoader/fragment,f4m,hls] Add internal support for custom HTTP headers
Sergey M․ [Sun, 13 Nov 2016 13:54:34 +0000 (20:54 +0700)]
[nrk] Workaround geo restriction and improve error messages
Sergey M․ [Sat, 12 Nov 2016 23:02:26 +0000 (06:02 +0700)]
[afreecatv] Add support for vod.afreecatv.com (closes #11174)
Sergey M․ [Sat, 12 Nov 2016 22:43:34 +0000 (05:43 +0700)]
[extractor/common] Fix Bandwidth substitution in media template (closes #11175)
Kacper Michajłow [Sun, 16 Oct 2016 01:04:17 +0000 (03:04 +0200)]
[cda] Fix and improve extraction
Fixes #10929
Sergey M․ [Sat, 12 Nov 2016 16:08:05 +0000 (23:08 +0700)]
[plays] Improve extraction and add support for embed URLs
Sergey M․ [Sat, 12 Nov 2016 16:01:05 +0000 (23:01 +0700)]
[extractor/common] Improve thumbnail extraction from JSON-LD
cpm [Fri, 11 Nov 2016 20:48:19 +0000 (15:48 -0500)]
[plays] Fix extraction
Kacper Michajłow [Sat, 5 Nov 2016 04:00:09 +0000 (05:00 +0100)]
[openload] Fix extraction.
aadecode code was restored from commit
c1decda58c812b3d0a3d4dfa998e7d8bd8f99203
with some optimizations (2x faster).
Fixes #10408
Kacper Michajłow [Sat, 5 Nov 2016 05:11:51 +0000 (06:11 +0100)]
[jsinterp] Fix function calls without arguments.
Sergey M․ [Thu, 10 Nov 2016 20:26:29 +0000 (03:26 +0700)]
[eagleplatform] Fix extraction (closes #11160)