]>
gitweb @ CieloNegro.org - youtube-dl.git/log
David Wagner [Thu, 27 Feb 2014 14:28:55 +0000 (14:28 +0000)]
Removing MD5 check for ethereal file.
David Wagner [Thu, 27 Feb 2014 12:50:48 +0000 (12:50 +0000)]
Fix test, remove unused, tidy quotes and brackets
David Wagner [Thu, 27 Feb 2014 10:32:31 +0000 (10:32 +0000)]
Add support for authenticated videos
David Wagner [Thu, 27 Feb 2014 00:20:34 +0000 (00:20 +0000)]
Add support for FLV videos with speaker decks
David Wagner [Wed, 26 Feb 2014 22:25:04 +0000 (22:25 +0000)]
Extractor for non-password protected GDC Vault videos
Sergey M. [Wed, 26 Feb 2014 11:09:43 +0000 (18:09 +0700)]
[mit] Fix MITIE test
Sergey M. [Wed, 26 Feb 2014 11:02:17 +0000 (18:02 +0700)]
[rtlnow] Remove unused import
Sergey M. [Wed, 26 Feb 2014 10:53:54 +0000 (02:53 -0800)]
Merge pull request #2464 from rzhxeo/xhamster
[XHamsterIE] Make hd video search more robust
Sergey M. [Wed, 26 Feb 2014 10:49:49 +0000 (17:49 +0700)]
[rtlnow] Fix duration extraction
Sergey M. [Wed, 26 Feb 2014 10:43:56 +0000 (17:43 +0700)]
[rtlnow] Replace n-tvnow.de test
Sergey M. [Wed, 26 Feb 2014 10:36:16 +0000 (17:36 +0700)]
[rtlnow] Modernize and add f4m support
rzhxeo [Wed, 26 Feb 2014 09:01:44 +0000 (10:01 +0100)]
[XHamsterIE] Make hd video search more robust
Philipp Hagemeister [Tue, 25 Feb 2014 23:41:13 +0000 (00:41 +0100)]
[mit] Add import
Philipp Hagemeister [Tue, 25 Feb 2014 23:32:22 +0000 (00:32 +0100)]
release 2014.02.26
Philipp Hagemeister [Tue, 25 Feb 2014 23:31:08 +0000 (00:31 +0100)]
Merge remote-tracking branch 'ruuk/master'
Philipp Hagemeister [Tue, 25 Feb 2014 23:30:47 +0000 (00:30 +0100)]
Credit @amlweems for ocw.mit (#2460)
Philipp Hagemeister [Tue, 25 Feb 2014 23:29:45 +0000 (00:29 +0100)]
[mit] Fix ocw tests
Philipp Hagemeister [Tue, 25 Feb 2014 23:12:02 +0000 (00:12 +0100)]
[tests] Raise an exception if test definition is invalid (Found in #2460)
Philipp Hagemeister [Tue, 25 Feb 2014 23:09:42 +0000 (00:09 +0100)]
Merge branch 'ocw-mit-edu' of https://github.com/amlweems/youtube-dl
Philipp Hagemeister [Tue, 25 Feb 2014 23:07:45 +0000 (00:07 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Tue, 25 Feb 2014 23:06:31 +0000 (00:06 +0100)]
[mit] Modernize
Jaime Marquínez Ferrándiz [Tue, 25 Feb 2014 23:04:03 +0000 (00:04 +0100)]
[mixcloud] Fix _VALID_RE (fixes #2462)
Accept any character except `/` for uploader and the name, caused problems with non ASCII characters
Jaime Marquínez Ferrándiz [Tue, 25 Feb 2014 23:00:57 +0000 (00:00 +0100)]
Merge pull request #2461 from niebles/master
Update __init__.py
`io` wasn't imported.
Jaime Marquínez Ferrándiz [Tue, 25 Feb 2014 22:57:54 +0000 (23:57 +0100)]
[nbc] Add an extractor for the main nbc.com site
Some of the videos are encrypted, the f4m downloader doesn’t support them.
ruuk [Tue, 25 Feb 2014 22:41:36 +0000 (14:41 -0800)]
Extract thumbnail with _og_search_thumbnail
niebles [Tue, 25 Feb 2014 22:31:16 +0000 (17:31 -0500)]
Update __init__.py
Anthony Weems [Tue, 25 Feb 2014 20:44:34 +0000 (14:44 -0600)]
Add support for ocw.mit.edu video lectures
ruuk [Tue, 25 Feb 2014 20:04:44 +0000 (12:04 -0800)]
Add thumbnail for metacafe
Jaime Marquínez Ferrándiz [Tue, 25 Feb 2014 19:51:51 +0000 (20:51 +0100)]
[crunchyroll] Use `enumerate`
Sergey M. [Tue, 25 Feb 2014 13:29:16 +0000 (20:29 +0700)]
[crunchyroll] Handle error message
Sergey M [Tue, 25 Feb 2014 13:27:25 +0000 (20:27 +0700)]
[crunchyroll] Fix subtitle lang code extraction
Sergey M [Tue, 25 Feb 2014 13:26:11 +0000 (20:26 +0700)]
[crunchyroll] Tidy and modernize
Jaime Marquínez Ferrándiz [Tue, 25 Feb 2014 13:11:01 +0000 (14:11 +0100)]
Skip youtube toptracks test
All the playlists return 500 errors.
Philipp Hagemeister [Tue, 25 Feb 2014 10:15:55 +0000 (11:15 +0100)]
release 2014.02.25.1
Philipp Hagemeister [Tue, 25 Feb 2014 10:15:34 +0000 (11:15 +0100)]
[vevo] Add age_limit support
Philipp Hagemeister [Tue, 25 Feb 2014 10:06:47 +0000 (11:06 +0100)]
[vevo] Add suppot for v3 SMIL URLs (Fixes #2409)
Philipp Hagemeister [Tue, 25 Feb 2014 09:43:34 +0000 (10:43 +0100)]
[testurl] Fix case when only one IE matches
Philipp Hagemeister [Tue, 25 Feb 2014 09:24:02 +0000 (10:24 +0100)]
Merge pull request #2456 from AGSPhoenix/master
[YT] Fix incorrect format code descriptions
AGSPhoenix [Tue, 25 Feb 2014 02:29:37 +0000 (21:29 -0500)]
Fix incorrect format codes
Corrects the descriptions for the DASH video format codes 264 and 138
(1440p and 2160p, respectively).
Philipp Hagemeister [Tue, 25 Feb 2014 00:45:10 +0000 (01:45 +0100)]
release 2014.02.25
Philipp Hagemeister [Tue, 25 Feb 2014 00:45:00 +0000 (01:45 +0100)]
Merge remote-tracking branch 'origin/master'
Philipp Hagemeister [Tue, 25 Feb 2014 00:43:17 +0000 (01:43 +0100)]
Ignore BOM in batch files (Fixes #2450)
Jaime Marquínez Ferrándiz [Mon, 24 Feb 2014 21:01:34 +0000 (22:01 +0100)]
[veoh] Allow to download videos with age protection (fixes #2455)
Sergey M. [Mon, 24 Feb 2014 16:37:42 +0000 (23:37 +0700)]
[generic] Add support for nowvideo embedded videos
Philipp Hagemeister [Mon, 24 Feb 2014 16:31:09 +0000 (17:31 +0100)]
[podomatic] Use unicode_literals
Sergey M. [Mon, 24 Feb 2014 16:30:58 +0000 (23:30 +0700)]
[nowvideo] Rewrite based on novamov extractor
Sergey M. [Mon, 24 Feb 2014 16:30:09 +0000 (23:30 +0700)]
[novamov] Generalize extractor
Sergey M. [Mon, 24 Feb 2014 15:01:19 +0000 (22:01 +0700)]
[novamov] Improve _VALID_URL
Jaime Marquínez Ferrándiz [Mon, 24 Feb 2014 13:44:29 +0000 (14:44 +0100)]
[cinemassacre] Modernize
Jaime Marquínez Ferrándiz [Mon, 24 Feb 2014 13:35:26 +0000 (14:35 +0100)]
[cinemassacre] Fix extraction
Now we download over http, we don't need rtmpdump.
Jaime Marquínez Ferrándiz [Mon, 24 Feb 2014 13:20:17 +0000 (14:20 +0100)]
[academicearth] Remove debug print
Jaime Marquínez Ferrándiz [Mon, 24 Feb 2014 13:18:12 +0000 (14:18 +0100)]
[academicearth] Fix extraction
The courses seems to be no longer available, changed the test to a playlist.
Jaime Marquínez Ferrándiz [Mon, 24 Feb 2014 13:00:31 +0000 (14:00 +0100)]
[nbc] Modernize
Jaime Marquínez Ferrándiz [Mon, 24 Feb 2014 12:50:53 +0000 (13:50 +0100)]
[iprima] Add missing `)`
Philipp Hagemeister [Mon, 24 Feb 2014 09:12:36 +0000 (10:12 +0100)]
[iprima] Add support for -WEB URLs (Closes #2449)
Philipp Hagemeister [Mon, 24 Feb 2014 08:53:48 +0000 (09:53 +0100)]
[iprima] Clean up a little bit
Philipp Hagemeister [Mon, 24 Feb 2014 08:44:22 +0000 (09:44 +0100)]
release 2014.02.24
Sergey M. [Mon, 24 Feb 2014 06:47:47 +0000 (13:47 +0700)]
[zdf] Fix podcast extraction and use unicode literals (Closes #2446)
Sergey M. [Mon, 24 Feb 2014 05:51:06 +0000 (12:51 +0700)]
[youtube] Fix mix video regex
Attributes' order in <li> is arbitrary and changes every time playlist
page is fetched, so we can't rely on `data-index` to be before
`data-video-username`.
Jaime Marquínez Ferrándiz [Sun, 23 Feb 2014 17:28:22 +0000 (18:28 +0100)]
[normalboots] Modernize and simplify
Jaime Marquínez Ferrándiz [Sun, 23 Feb 2014 17:06:51 +0000 (18:06 +0100)]
[normalboots] Fix video url extraction
Jaime Marquínez Ferrándiz [Sun, 23 Feb 2014 16:17:36 +0000 (17:17 +0100)]
[youtube:playlist] Fix mixes extraction (fixes #2444)
Sergey M. [Sun, 23 Feb 2014 12:01:15 +0000 (19:01 +0700)]
[vine] Extract more metadata and support low format
Sergey M. [Sun, 23 Feb 2014 12:00:51 +0000 (19:00 +0700)]
Add one more format to unified_strdate
Jaime Marquínez Ferrándiz [Sun, 23 Feb 2014 11:28:44 +0000 (12:28 +0100)]
[breakcom] Fix error when calling _search_regex
I passed `’webpage’` instead of the variable `webpage`.
Jaime Marquínez Ferrándiz [Sun, 23 Feb 2014 11:20:58 +0000 (12:20 +0100)]
[breakcom] Fix info json extraction
Jaime Marquínez Ferrándiz [Sun, 23 Feb 2014 11:08:30 +0000 (12:08 +0100)]
[vine] Fix uploader extraction
Philipp Hagemeister [Sat, 22 Feb 2014 22:17:56 +0000 (23:17 +0100)]
release 2014.02.22.1
Philipp Hagemeister [Sat, 22 Feb 2014 22:15:41 +0000 (23:15 +0100)]
[videobam] Set age_limit to 18
From [their ToS](http://videobam.com/terms): "User must be eighteen 18[sic] years of age or older to use or access this web site."
Philipp Hagemeister [Sat, 22 Feb 2014 22:03:12 +0000 (23:03 +0100)]
Fix imports
Philipp Hagemeister [Sat, 22 Feb 2014 22:03:00 +0000 (23:03 +0100)]
[f4m] Clean up
Sergey M. [Sat, 22 Feb 2014 21:50:05 +0000 (04:50 +0700)]
[videobam] Add support for videobam.com (Closes #2411)
Philipp Hagemeister [Sat, 22 Feb 2014 19:19:41 +0000 (20:19 +0100)]
Credit @soult for br
Philipp Hagemeister [Sat, 22 Feb 2014 19:17:26 +0000 (20:17 +0100)]
[br] Simplify
Philipp Hagemeister [Sat, 22 Feb 2014 16:14:47 +0000 (17:14 +0100)]
Merge remote-tracking branch 'soult/br'
Philipp Hagemeister [Sat, 22 Feb 2014 14:07:25 +0000 (15:07 +0100)]
release 2014.02.22
Philipp Hagemeister [Sat, 22 Feb 2014 14:06:07 +0000 (15:06 +0100)]
[release.sh] Do not run tests by default
We are at the point that testing takes waay too long for a release cycle, and fails way too often.
Tests through travis are a better indicator than testing just before release.
Philipp Hagemeister [Sat, 22 Feb 2014 14:05:30 +0000 (15:05 +0100)]
[trutube] Support multiple formats (#2433)
Philipp Hagemeister [Sat, 22 Feb 2014 13:38:42 +0000 (14:38 +0100)]
Merge remote-tracking branch 'JohnyMoSwag/master'
Philipp Hagemeister [Sat, 22 Feb 2014 13:36:04 +0000 (14:36 +0100)]
[savefrom] Add extractor (Fixes #2434)
Philipp Hagemeister [Sat, 22 Feb 2014 13:27:09 +0000 (14:27 +0100)]
[canalc2] Modernize
Sergey M. [Sat, 22 Feb 2014 09:50:08 +0000 (16:50 +0700)]
[spankwire] Fix uploader id regex
Sergey M. [Sat, 22 Feb 2014 09:45:03 +0000 (16:45 +0700)]
[spankwire] Improve and modernize
Johny Mo Swag [Sat, 22 Feb 2014 08:11:57 +0000 (00:11 -0800)]
added trutubeIE
Philipp Hagemeister [Fri, 21 Feb 2014 17:19:48 +0000 (18:19 +0100)]
release 2014.02.21.1
David Triendl [Fri, 21 Feb 2014 16:48:40 +0000 (17:48 +0100)]
[BR] Add basic test
David Triendl [Fri, 21 Feb 2014 16:28:30 +0000 (17:28 +0100)]
[BR] Add "BR" extractor
Extractor for videos from the Bayerischer Rundfunk Mediathek[1]. Currently only
supports videos. Audio and podcasts do not work yet with this extractor.
1: http://br.de/mediathek
Jaime Marquínez Ferrándiz [Fri, 21 Feb 2014 15:59:10 +0000 (16:59 +0100)]
[generic] Fix on python 2.6
`ParseError` is not available, it raises `xml.parsers.expat.ExpatError`.
The webpage needs to be encoded.
Jaime Marquínez Ferrándiz [Fri, 21 Feb 2014 14:15:58 +0000 (15:15 +0100)]
[youtube] Simplify the decryption process for the manifest urls and add a test (closes #2422)
Jaime Marquínez Ferrándiz [Fri, 21 Feb 2014 14:02:47 +0000 (15:02 +0100)]
Merge branch 'youtube-dash' of github.com:m0vie/youtube-dl
Philipp Hagemeister [Fri, 21 Feb 2014 11:16:03 +0000 (12:16 +0100)]
release 2014.02.21
Sergey M. [Fri, 21 Feb 2014 10:57:19 +0000 (17:57 +0700)]
[wimp] Modernize and replace test
Sergey M. [Fri, 21 Feb 2014 10:19:55 +0000 (17:19 +0700)]
[youtube] Fix playlist extraction (Closes #2423, #2424, #2425)
m0viefreak [Thu, 20 Feb 2014 17:19:03 +0000 (18:19 +0100)]
[youtube] decrypt signature when downloading dash manifest
Philipp Hagemeister [Thu, 20 Feb 2014 12:14:21 +0000 (13:14 +0100)]
release 2014.02.20
Philipp Hagemeister [Thu, 20 Feb 2014 12:14:05 +0000 (13:14 +0100)]
[generic] Add support for RSS feeds (Fixes #667)
Sergey M. [Thu, 20 Feb 2014 11:49:39 +0000 (18:49 +0700)]
[bbccouk] Add friendly contry filter error message (#2184)
Jaime Marquínez Ferrándiz [Thu, 20 Feb 2014 07:02:54 +0000 (08:02 +0100)]
Merge pull request #2413 from bentley/optypo
Fix minor typo: “to to” → “to”.
Anthony J. Bentley [Thu, 20 Feb 2014 03:02:29 +0000 (20:02 -0700)]
Fix minor typo: “to to” → “to”.
Sergey M. [Wed, 19 Feb 2014 18:42:15 +0000 (01:42 +0700)]
[xhamster] Fix and improve