]>
git.bitcoin.ninja Git - youtube-dl/log
rzhxeo [Sat, 26 Oct 2013 23:04:22 +0000 (01:04 +0200)]
Add support for http://www.pornhub.com
Philipp Hagemeister [Fri, 25 Oct 2013 21:46:18 +0000 (23:46 +0200)]
[8tracks] Use track count instead of looking at at_last_track property
This fixes the error:
$ youtube-dl http://8tracks.com/vladmc/counting-stars
[8tracks] counting-stars: Downloading webpage
[8tracks] counting-stars: Downloading song information 1/4
[8tracks] counting-stars: Downloading song information 2/4
[8tracks] counting-stars: Downloading song information 3/4
[8tracks] counting-stars: Downloading song information 4/4
[8tracks] counting-stars: Downloading song information 5/4
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/phihag/projects/youtube-dl/youtube_dl/__main__.py", line 18, in <module>
youtube_dl.main()
File "/home/phihag/projects/youtube-dl/youtube_dl/__init__.py", line 761, in main
_real_main(argv)
File "/home/phihag/projects/youtube-dl/youtube_dl/__init__.py", line 714, in _real_main
retcode = ydl.download(all_urls)
File "/home/phihag/projects/youtube-dl/youtube_dl/YoutubeDL.py", line 701, in download
videos = self.extract_info(url)
File "/home/phihag/projects/youtube-dl/youtube_dl/YoutubeDL.py", line 342, in extract_info
ie_result = ie.extract(url)
File "/home/phihag/projects/youtube-dl/youtube_dl/extractor/common.py", line 121, in extract
return self._real_extract(url)
File "/home/phihag/projects/youtube-dl/youtube_dl/extractor/eighttracks.py", line 111, in _real_extract
'id': track_data['id'],
KeyError: 'id'
Jaime Marquínez Ferrándiz [Fri, 25 Oct 2013 15:17:23 +0000 (17:17 +0200)]
Document the %(format_id)s field for the output template
Jaime Marquínez Ferrándiz [Fri, 25 Oct 2013 15:11:29 +0000 (17:11 +0200)]
[youtube] Set the format_id field to the itag of the format (closes #1624)
Jaime Marquínez Ferrándiz [Fri, 25 Oct 2013 14:55:37 +0000 (16:55 +0200)]
Fix the extensions of two tests with youtube videos
The best quality is now a mp4 video.
Jaime Marquínez Ferrándiz [Fri, 25 Oct 2013 14:52:58 +0000 (16:52 +0200)]
[youtube] Also use the 'adaptative_fmts' field from the /get_video_info page (fixes #1649)
The 'adaptative_fmts' field from the video page is not added to the 'url_encoded_fmt_stream_map'
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 18:21:25 +0000 (20:21 +0200)]
[cinemassacre] Simplify
* Remove some rtmp parameters that are not needed.
* Remove the md5 checksums, the video is not downloaded.
* Remove the code used before the current format system.
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 18:13:34 +0000 (20:13 +0200)]
Merge pull request #1632 from rzhxeo/cinemassacre
[Cinemassacre] Download video that is shown in flash player
Philipp Hagemeister [Wed, 23 Oct 2013 16:38:09 +0000 (18:38 +0200)]
release 2013.10.23.2
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 15:33:38 +0000 (17:33 +0200)]
[dailymotion] Extract all the available formats (closes #1028)
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 15:00:33 +0000 (17:00 +0200)]
[nowvideo] Fix key extraction
Extract it from the embed page
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 14:32:17 +0000 (16:32 +0200)]
Hide the video password on verbose mode
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 14:31:53 +0000 (16:31 +0200)]
[vimeo] fix the extraction for videos protected with password
Added a test video.
Philipp Hagemeister [Wed, 23 Oct 2013 13:12:33 +0000 (15:12 +0200)]
release 2013.10.23.1
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 12:38:03 +0000 (14:38 +0200)]
[vimeo] Fix pro videos and player.vimeo.com urls
The old process can still be used for those videos.
Added RegexNotFoundError, which is raised by _search_regex if it can't extract the info.
Philipp Hagemeister [Wed, 23 Oct 2013 09:40:46 +0000 (11:40 +0200)]
Merge remote-tracking branch 'origin/master'
Philipp Hagemeister [Wed, 23 Oct 2013 09:38:51 +0000 (11:38 +0200)]
[vimeo] Fix normal videos (Fixes #1642)
Vimeo Pro Videos are still broken
Philipp Hagemeister [Tue, 22 Oct 2013 22:16:26 +0000 (15:16 -0700)]
Merge pull request #1622 from rbrito/fix-extension
extractor: youtube: Set extension of AAC audio formats to m4a.
Philipp Hagemeister [Tue, 22 Oct 2013 22:07:27 +0000 (00:07 +0200)]
release 2013.10.23
Philipp Hagemeister [Tue, 22 Oct 2013 20:35:13 +0000 (22:35 +0200)]
release 2013.10.22
Philipp Hagemeister [Tue, 22 Oct 2013 20:30:06 +0000 (22:30 +0200)]
Merge remote-tracking branch 'origin/master'
Conflicts:
youtube_dl/YoutubeDL.py
Philipp Hagemeister [Tue, 22 Oct 2013 20:28:19 +0000 (22:28 +0200)]
Expand tilde in template (Fixes #1639)
Jaime Marquínez Ferrándiz [Tue, 22 Oct 2013 19:06:06 +0000 (21:06 +0200)]
[arte.tv:creative] Update the title of the test
Jaime Marquínez Ferrándiz [Tue, 22 Oct 2013 19:01:16 +0000 (21:01 +0200)]
[nhl:videocenter] Fix playlist title extraction
Jaime Marquínez Ferrándiz [Tue, 22 Oct 2013 12:49:34 +0000 (14:49 +0200)]
Style fixes in YoutubeDL.py
Fixed some of the problems reported by pep8
Jaime Marquínez Ferrándiz [Mon, 21 Oct 2013 22:01:59 +0000 (00:01 +0200)]
Respect the download parameter in YoutubeDL.process_video_result if the extractor handle the format selection
Joshua Elsasser [Fri, 5 Jul 2013 16:10:57 +0000 (09:10 -0700)]
[vimeo] Implement the new format selection system (closes PR #996)
Rebased and deleted some parts to use the new system instead of copying the one from YoutubeIE
Jaime Marquínez Ferrándiz [Mon, 21 Oct 2013 14:28:55 +0000 (16:28 +0200)]
[youtube] Use 'node is None' when checking if the video has automatic captions
It had stopped working and it reports a FutureWarning
Jaime Marquínez Ferrándiz [Mon, 21 Oct 2013 13:07:33 +0000 (15:07 +0200)]
Fix the duration field for the VideoDetective and InternetVideoArchive tests
Also remove the use of the old format system and the comment
Jaime Marquínez Ferrándiz [Mon, 21 Oct 2013 13:00:21 +0000 (15:00 +0200)]
[googleplus] Fix upload_date extraction
Jaime Marquínez Ferrándiz [Mon, 21 Oct 2013 12:40:06 +0000 (14:40 +0200)]
[arte] Set the format_note and the format_id fields (closes #1628)
Jaime Marquínez Ferrándiz [Mon, 21 Oct 2013 12:09:38 +0000 (14:09 +0200)]
The 'format' field now defaults to '{format_id} - {width}x{height}{format_note}'
Following the YoutubeIE format. The 'format_note' gives additional info about the format, for example '3D' or 'DASH video'.
Jaime Marquínez Ferrándiz [Mon, 21 Oct 2013 11:52:24 +0000 (13:52 +0200)]
YoutubeDL: remove method that came from FileDownloader
Jaime Marquínez Ferrándiz [Mon, 21 Oct 2013 11:31:55 +0000 (13:31 +0200)]
Allow to use the extension for the format selection
The best format with the extension is downloaded.
Jaime Marquínez Ferrándiz [Mon, 21 Oct 2013 11:19:58 +0000 (13:19 +0200)]
Accept requested formats to be in the format 35/best (closes #1552)
The format selection code is now an independent function.
Philipp Hagemeister [Sat, 19 Oct 2013 19:16:14 +0000 (21:16 +0200)]
Merge remote-tracking branch 'rbrito/set-age'
Conflicts:
youtube_dl/extractor/xhamster.py
Philipp Hagemeister [Sat, 19 Oct 2013 19:09:48 +0000 (21:09 +0200)]
[xhamster] Add support for age_limit (Instead of #1627)
Rogério Brito [Sat, 19 Oct 2013 17:19:25 +0000 (14:19 -0300)]
extractor: Set age limit on some adult-related extractors.
More age limit of videos for adult-related sites.
Note that, for redtube, I explicitly left the variable containing the age
limit, since the comment justifying the age limit is a good thing to have.
That being said, I included the age limit field on the test, to better
reflect what the information extractor does (even if it may not break the
automated tests).
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
rzhxeo [Sat, 19 Oct 2013 14:46:17 +0000 (16:46 +0200)]
[CinemassacreIE] Fix information extraction
Philipp Hagemeister [Sat, 19 Oct 2013 09:14:20 +0000 (11:14 +0200)]
Add an author email
Rogério Brito [Fri, 18 Oct 2013 22:32:37 +0000 (19:32 -0300)]
extractor: Set age limit on some adult-related extractors.
This is similar in spirit to what was done in commit
8e590a117f .
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Rogério Brito [Fri, 18 Oct 2013 21:53:00 +0000 (18:53 -0300)]
extractor: youtube: Fix extension of dash formats.
While we are at it, separate the audio formats from the video formats.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Philipp Hagemeister [Fri, 18 Oct 2013 21:35:17 +0000 (23:35 +0200)]
[xnxx] Add age_limit
Philipp Hagemeister [Fri, 18 Oct 2013 21:34:55 +0000 (23:34 +0200)]
Simplify release process
Philipp Hagemeister [Fri, 18 Oct 2013 21:22:54 +0000 (23:22 +0200)]
release 2013.10.18.2
Philipp Hagemeister [Fri, 18 Oct 2013 21:13:46 +0000 (23:13 +0200)]
[bash-completion] Do not use dash in function name (Fixes #1623)
Philipp Hagemeister [Fri, 18 Oct 2013 21:09:32 +0000 (23:09 +0200)]
Add new option --abort-on-error
Philipp Hagemeister [Fri, 18 Oct 2013 21:06:49 +0000 (23:06 +0200)]
Document %(format)s (#1612)
Rogério Brito [Fri, 18 Oct 2013 20:50:55 +0000 (17:50 -0300)]
extractor: youtube: Set extension of AAC audio formats to m4a.
This, in particular, eases downloading both audio and videos in DASH formats
before muxing them, which alleviates the problem that I exposed on issue
Furthermore, one may argue that this is, indeed, the case for correctness's
sake.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Philipp Hagemeister [Fri, 18 Oct 2013 09:50:48 +0000 (11:50 +0200)]
Add metavar to --cache-dir
Philipp Hagemeister [Fri, 18 Oct 2013 09:45:30 +0000 (11:45 +0200)]
release 2013.10.18.1
Philipp Hagemeister [Fri, 18 Oct 2013 09:44:57 +0000 (11:44 +0200)]
Check for embedded YouTube player (Fixes #1616)
Philipp Hagemeister [Fri, 18 Oct 2013 09:17:21 +0000 (11:17 +0200)]
release 2013.10.18
Philipp Hagemeister [Fri, 18 Oct 2013 09:16:11 +0000 (11:16 +0200)]
[tudou] Fix title regex (Fixes #1614)
Philipp Hagemeister [Thu, 17 Oct 2013 22:49:45 +0000 (00:49 +0200)]
fix typos
Philipp Hagemeister [Thu, 17 Oct 2013 22:46:35 +0000 (00:46 +0200)]
Extend #980 with --max-quality support
Philipp Hagemeister [Thu, 17 Oct 2013 22:27:51 +0000 (00:27 +0200)]
Fix test
Philipp Hagemeister [Thu, 17 Oct 2013 22:17:03 +0000 (00:17 +0200)]
Merge remote-tracking branch 'jaimeMF/format_selection'
Jaime Marquínez Ferrándiz [Thu, 17 Oct 2013 06:20:58 +0000 (08:20 +0200)]
Add an extractor for techtalks.tv (closes #1606)
Philipp Hagemeister [Thu, 17 Oct 2013 00:20:26 +0000 (02:20 +0200)]
release 2013.10.17
Philipp Hagemeister [Thu, 17 Oct 2013 00:19:19 +0000 (02:19 +0200)]
[youtube] Do not crash if caption info is missing altogether (Fixes #1610)
Philipp Hagemeister [Wed, 16 Oct 2013 23:02:17 +0000 (01:02 +0200)]
[brightcove] Raise error if playlist is empty (#1608)
Philipp Hagemeister [Wed, 16 Oct 2013 22:55:06 +0000 (00:55 +0200)]
Merge remote-tracking branch 'origin/master'
Philipp Hagemeister [Wed, 16 Oct 2013 22:46:11 +0000 (00:46 +0200)]
[brightcove] Fix more broken XML (#1608)
Jaime Marquínez Ferrándiz [Wed, 16 Oct 2013 14:57:40 +0000 (16:57 +0200)]
Add an extractor for rutube.ru (closes #1136)
It downloads with a m3u8 manifest, requires ffmpeg.
Jaime Marquínez Ferrándiz [Tue, 15 Oct 2013 21:15:15 +0000 (23:15 +0200)]
Fix the indentation of the Makefile
It uses tabs, no spaces.
Jaime Marquínez Ferrándiz [Tue, 15 Oct 2013 21:08:52 +0000 (23:08 +0200)]
Don't include the test/testdata directory in the youtube-dl.tar.gz
The last releases included big files that increased the size of the compressed file.
Philipp Hagemeister [Tue, 15 Oct 2013 10:06:45 +0000 (12:06 +0200)]
release 2013.10.15
Philipp Hagemeister [Tue, 15 Oct 2013 10:05:24 +0000 (12:05 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Tue, 15 Oct 2013 10:05:13 +0000 (12:05 +0200)]
[generic] Support embedded vimeo videos (#1602)
Jaime Marquínez Ferrándiz [Tue, 15 Oct 2013 06:22:59 +0000 (08:22 +0200)]
[sztvhu] Fix the title extraction
Jaime Marquínez Ferrándiz [Tue, 15 Oct 2013 06:22:20 +0000 (08:22 +0200)]
Fix an import in the tests and the Youtube Shows test
Jaime Marquínez Ferrándiz [Tue, 15 Oct 2013 06:12:30 +0000 (08:12 +0200)]
[websurg] Skipt the test
It needs login information.
Philipp Hagemeister [Tue, 15 Oct 2013 02:53:02 +0000 (04:53 +0200)]
Use upper-case for prefixes in help to signify bytes (#1043)
Philipp Hagemeister [Tue, 15 Oct 2013 02:52:07 +0000 (04:52 +0200)]
Merge remote-tracking branch 'alphapapa/master'
Philipp Hagemeister [Tue, 15 Oct 2013 00:11:33 +0000 (02:11 +0200)]
Merge remote-tracking branch 'Rudloff/websurg'
Philipp Hagemeister [Tue, 15 Oct 2013 00:07:26 +0000 (02:07 +0200)]
Do not import *
Philipp Hagemeister [Tue, 15 Oct 2013 00:00:53 +0000 (02:00 +0200)]
Simplify tests
* Make them directly executable again
* Move common stuff (md5, parameters) to helper
* Never import *
* General clean up
Philipp Hagemeister [Mon, 14 Oct 2013 23:34:47 +0000 (01:34 +0200)]
Credit @Elbandi for sztvhu
Philipp Hagemeister [Mon, 14 Oct 2013 23:33:20 +0000 (01:33 +0200)]
[sztvhu] Simplify
Philipp Hagemeister [Mon, 14 Oct 2013 23:26:34 +0000 (01:26 +0200)]
Merge remote-tracking branch 'Elbandi/master'
Philipp Hagemeister [Mon, 14 Oct 2013 23:25:47 +0000 (01:25 +0200)]
Merge remote-tracking branch 'origin/master'
Philipp Hagemeister [Mon, 14 Oct 2013 23:20:04 +0000 (01:20 +0200)]
[tudou] Add support for youku links (Closes #1571)
Jaime Marquínez Ferrándiz [Mon, 14 Oct 2013 14:25:04 +0000 (16:25 +0200)]
[gamespot] Fix video extraction (fixes #1587)
Philipp Hagemeister [Mon, 14 Oct 2013 14:07:53 +0000 (16:07 +0200)]
Merge remote-tracking branch 'origin/master'
Andras Elso [Mon, 14 Oct 2013 11:07:47 +0000 (13:07 +0200)]
Add an extractor for Szombathelyi TV
Filippo Valsorda [Mon, 14 Oct 2013 05:32:47 +0000 (01:32 -0400)]
add VideoPremium.tv RTMP support
Filippo Valsorda [Mon, 14 Oct 2013 05:03:22 +0000 (22:03 -0700)]
Merge pull request #1569 from Jaiz909/1321-download-annotations
Added downloading annotations download support - closes #1321
Jai Grimshaw [Mon, 14 Oct 2013 05:18:58 +0000 (16:18 +1100)]
[youtube] Adds #1312 Download annotations
Adds #1321 Download annotations from youtube
Annotations are downloaded and written to a .annotations.xml file using the https://www.youtube.com/annotations_invideo?features=1&legacy=1&video_id=$VIDEOID API.
Added unit test for annotations.
Philipp Hagemeister [Sun, 13 Oct 2013 13:54:53 +0000 (15:54 +0200)]
[youku] Allow shortcut youku:ID and make non-matching groups non-matching (#1571)
Philipp Hagemeister [Sun, 13 Oct 2013 13:26:10 +0000 (15:26 +0200)]
Merge remote-tracking branch 'jaimeMF/opus-fix'
Jaime Marquínez Ferrándiz [Sun, 13 Oct 2013 12:21:13 +0000 (14:21 +0200)]
[arte] Add an extractor for future.arte.tv (closes #1593)
Jaime Marquínez Ferrándiz [Sun, 13 Oct 2013 11:54:31 +0000 (13:54 +0200)]
[arte] add an extractor for creative.arte.tv (#1593)
The +7 videos now use an independent extractor that is also used for the creative videos
Jaime Marquínez Ferrándiz [Sat, 12 Oct 2013 20:21:23 +0000 (22:21 +0200)]
Add an extractor for rottentomatoes.com and improve InternetVideoArchiveIE to get the best quality
Jaime Marquínez Ferrándiz [Sat, 12 Oct 2013 19:36:17 +0000 (21:36 +0200)]
Add an extractor for videodetective.com (closes #262)
It uses the internetvideoarchive.com platform.
Jaime Marquínez Ferrándiz [Sat, 12 Oct 2013 19:34:04 +0000 (21:34 +0200)]
Add an extractor for internetvideoarchive.com videos
It's used by videodetective.com
Filippo Valsorda [Sat, 12 Oct 2013 17:17:11 +0000 (13:17 -0400)]
Add support for single-test tox runs
Use a sintax like
tox test.test_download:TestDownload.test_NowVideo
to run the specific test on all the tox environments (Python versions)
Filippo Valsorda [Sat, 12 Oct 2013 17:11:03 +0000 (13:11 -0400)]
add support for NowVideo.ch
Jaime Marquínez Ferrándiz [Sat, 12 Oct 2013 11:49:27 +0000 (13:49 +0200)]
FFmpegPostProcessor: print the command line used if the --verbose option is given
Jaime Marquínez Ferrándiz [Sat, 12 Oct 2013 11:29:02 +0000 (13:29 +0200)]
Don't set the '-aq' option with the opus format (fixes #1263)