youtube-dl
11 years agoAdds support for passing a referer.
Bjorn Heesakkers [Wed, 24 Apr 2013 11:56:04 +0000 (13:56 +0200)]
Adds support for passing a referer.

11 years agoYouTube: Fall back to <meta> description if video is rated (Fixes #800)
Philipp Hagemeister [Tue, 23 Apr 2013 11:54:17 +0000 (13:54 +0200)]
YouTube: Fall back to <meta> description if video is rated (Fixes #800)

11 years agoYoutubeIE when no description is found use an empty unicode string (closes #800)
Jaime Marquínez Ferrándiz [Tue, 23 Apr 2013 10:24:08 +0000 (12:24 +0200)]
YoutubeIE when no description is found use an empty unicode string (closes #800)

11 years agoMore calls to trouble changed to report_error
Jaime Marquínez Ferrándiz [Tue, 23 Apr 2013 09:31:37 +0000 (11:31 +0200)]
More calls to trouble changed to report_error

11 years agoDisable colored messages in Windows (related #794)
Jaime Marquínez Ferrándiz [Tue, 23 Apr 2013 09:09:22 +0000 (11:09 +0200)]
Disable colored messages in Windows (related #794)

11 years agoDocument order of preference for format selection (closes #798)
Jaime Marquínez Ferrándiz [Tue, 23 Apr 2013 08:33:54 +0000 (10:33 +0200)]
Document order of preference for format selection (closes #798)

11 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Mon, 22 Apr 2013 21:15:15 +0000 (23:15 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

11 years agoCorrect indentation
Philipp Hagemeister [Mon, 22 Apr 2013 21:15:05 +0000 (23:15 +0200)]
Correct indentation

11 years agoMerge pull request #797 from AI0867/patch-1
Philipp Hagemeister [Mon, 22 Apr 2013 21:13:52 +0000 (14:13 -0700)]
Merge pull request #797 from AI0867/patch-1

Use standard unit symbols in format_bytes

11 years agoDo not read configuration files if explicit arguments are given by a host program...
Philipp Hagemeister [Mon, 22 Apr 2013 21:05:05 +0000 (23:05 +0200)]
Do not read configuration files if explicit arguments are given by a host program (#792)

11 years agoMerge pull request #792 from fp7/master
Jaime Marquínez Ferrándiz [Mon, 22 Apr 2013 20:44:05 +0000 (13:44 -0700)]
Merge pull request #792 from fp7/master

Parameters as arguments to main

11 years agoTumblrIE
Jaime Marquínez Ferrándiz [Mon, 22 Apr 2013 19:07:49 +0000 (21:07 +0200)]
TumblrIE

I haven't found many videos to test, so it may not work for all.

11 years agorelease 2013.04.22
Philipp Hagemeister [Mon, 22 Apr 2013 18:01:56 +0000 (20:01 +0200)]
release 2013.04.22

11 years agoFix --list-formats (Closes #799)
Philipp Hagemeister [Mon, 22 Apr 2013 17:51:42 +0000 (19:51 +0200)]
Fix --list-formats (Closes #799)

11 years agoAdded parenthesis for explicity
Finn Petersen [Mon, 22 Apr 2013 08:15:58 +0000 (10:15 +0200)]
Added parenthesis for explicity

11 years agoAdd playlist and playlist_index to the help string for the output option
Jaime Marquínez Ferrándiz [Mon, 22 Apr 2013 08:06:07 +0000 (10:06 +0200)]
Add playlist and playlist_index to the help string for the output option

Also split the help string in different lines to make editing easier.

11 years agoSteamIE returns a playlist
Jaime Marquínez Ferrándiz [Sun, 21 Apr 2013 20:05:21 +0000 (22:05 +0200)]
SteamIE returns a playlist

With the game name as title.

11 years agoAllow to download videos with age check from Steam
Jaime Marquínez Ferrándiz [Sun, 21 Apr 2013 19:56:13 +0000 (21:56 +0200)]
Allow to download videos with age check from Steam

Also move method report_age_confirmation to the base IE class.

11 years agorelease 2013.04.21
Philipp Hagemeister [Sun, 21 Apr 2013 10:52:45 +0000 (12:52 +0200)]
release 2013.04.21

11 years agoUse standard unit symbols in format_bytes
Alexander van Gessel [Sat, 20 Apr 2013 23:38:37 +0000 (02:38 +0300)]
Use standard unit symbols in format_bytes

11 years agoClean duplicate method report_extraction in InfoExtractors
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 19:12:29 +0000 (21:12 +0200)]
Clean duplicate method report_extraction in InfoExtractors

A lot of IEs had implemented the method in the same way.

11 years agoWrite the method to_screen in InfoExtractor (related #608)
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 17:35:49 +0000 (19:35 +0200)]
Write the method to_screen in InfoExtractor (related #608)

Except the ones in youtube subtypes (user, channels ..) all calls to _downloader.to_screen has been changed.
The calls not prefixed with the IE name hasn't been touched.

11 years agoRemove calls to _downloader.download in Youtube searchs
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 17:22:45 +0000 (19:22 +0200)]
Remove calls to _downloader.download in Youtube searchs

Instead, return the urls of the videos.

11 years agoGet the title of Youtube playlists
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 16:57:05 +0000 (18:57 +0200)]
Get the title of Youtube playlists

11 years agoTEDIE can now return a playlist
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 11:31:21 +0000 (13:31 +0200)]
TEDIE can now return a playlist

11 years agoAllows to specify which IE should be used for extracting info for a result of type url
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 10:50:14 +0000 (12:50 +0200)]
Allows to specify which IE should be used for extracting info for a result of type url

11 years agoCreate a function in InfoExtractors that returns the InfoExtractor class with the...
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 10:42:57 +0000 (12:42 +0200)]
Create a function in InfoExtractors that returns the InfoExtractor class with the given name

11 years agoFix some metacafe videos, closes #562
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 10:06:58 +0000 (12:06 +0200)]
Fix some metacafe videos, closes #562

11 years agoUse _download_webpage in MetacafeIE
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 09:40:05 +0000 (11:40 +0200)]
Use _download_webpage in MetacafeIE

11 years agoAdd myself to travis notifications
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 09:17:03 +0000 (11:17 +0200)]
Add myself to travis notifications

11 years agoThe test video for subtitles has added a new language
Jaime Marquínez Ferrándiz [Sat, 20 Apr 2013 08:39:02 +0000 (10:39 +0200)]
The test video for subtitles has added a new language

11 years agoAdd tests for YoutubeChannelIE
ispedals [Fri, 19 Apr 2013 22:06:28 +0000 (18:06 -0400)]
Add tests for YoutubeChannelIE

- tests for identifying channel urls
- test retrieval of paginated channel
- test retrieval of autogenerated channel

11 years agoFix YoutubeChannelIE
ispedals [Fri, 19 Apr 2013 22:05:35 +0000 (18:05 -0400)]
Fix YoutubeChannelIE

- urls with query parameters now match
- fixes regex for identifying videos
- fixes pagination

11 years agoMerge branch 'extract_info_rewrite'
Jaime Marquínez Ferrándiz [Fri, 19 Apr 2013 19:57:08 +0000 (21:57 +0200)]
Merge branch 'extract_info_rewrite'

11 years agoFix playlists with size 50i ∀ i∉ℕ (Closes #782)
Philipp Hagemeister [Thu, 18 Apr 2013 05:28:24 +0000 (07:28 +0200)]
Fix playlists with size 50i ∀ i∉ℕ (Closes #782)

11 years agorelease 2013.04.18
Philipp Hagemeister [Thu, 18 Apr 2013 04:29:32 +0000 (06:29 +0200)]
release 2013.04.18

11 years agoLimit titles to 200 characters (Closes #789)
Philipp Hagemeister [Thu, 18 Apr 2013 04:27:11 +0000 (06:27 +0200)]
Limit titles to 200 characters (Closes #789)

11 years agoFix FunnyOrDie extraction for a special video (#789)
Philipp Hagemeister [Thu, 18 Apr 2013 04:21:46 +0000 (06:21 +0200)]
Fix FunnyOrDie extraction for a special video (#789)

11 years agoFix facebook IE
Philipp Hagemeister [Thu, 18 Apr 2013 02:41:48 +0000 (04:41 +0200)]
Fix facebook IE

11 years agoRevert "disable YT ratelimit; this should enable to max out the connection bandwidth"
Philipp Hagemeister [Wed, 17 Apr 2013 21:21:58 +0000 (23:21 +0200)]
Revert "disable YT ratelimit; this should enable to max out the connection bandwidth"

Although cool, that seems to break a lot of youtube videos.

This reverts commit a60b854d9099e5a286accf8065d1dc9e00a4bfe6.

11 years agodisable YT ratelimit; this should enable to max out the connection bandwidth
Filippo Valsorda [Wed, 17 Apr 2013 17:48:35 +0000 (19:48 +0200)]
disable YT ratelimit; this should enable to max out the connection bandwidth

11 years agoArguments as parameter to function _real_main so it can be used programmatically
Finn Petersen [Tue, 16 Apr 2013 17:26:48 +0000 (19:26 +0200)]
Arguments as parameter to function _real_main so it can be used programmatically

11 years agoAdd a playlist_index key to the info_dict, can be used in the output template
Jaime Marquínez Ferrándiz [Tue, 16 Apr 2013 13:13:29 +0000 (15:13 +0200)]
Add a playlist_index key to the info_dict, can be used in the output template

11 years agorelease 2013.04.11
Philipp Hagemeister [Thu, 11 Apr 2013 16:42:57 +0000 (18:42 +0200)]
release 2013.04.11

11 years agoFix keek title extraction
Philipp Hagemeister [Thu, 11 Apr 2013 16:39:13 +0000 (18:39 +0200)]
Fix keek title extraction

11 years agoShow whole diff in error cases
Philipp Hagemeister [Thu, 11 Apr 2013 16:38:43 +0000 (18:38 +0200)]
Show whole diff in error cases

11 years agoOption to dump intermediate pages
Philipp Hagemeister [Thu, 11 Apr 2013 16:31:35 +0000 (18:31 +0200)]
Option to dump intermediate pages

11 years agoUse download_webpage in youtube IE
Philipp Hagemeister [Thu, 11 Apr 2013 16:18:15 +0000 (18:18 +0200)]
Use download_webpage in youtube IE

11 years agoSkip ARD test as it requires rtmpdump
Philipp Hagemeister [Thu, 11 Apr 2013 15:20:17 +0000 (17:20 +0200)]
Skip ARD test as it requires rtmpdump

11 years agoRe-enable Stanford OC test
Philipp Hagemeister [Thu, 11 Apr 2013 15:20:05 +0000 (17:20 +0200)]
Re-enable Stanford OC test

11 years agoFix default for variable-size autonumbering
Philipp Hagemeister [Thu, 11 Apr 2013 15:07:55 +0000 (17:07 +0200)]
Fix default for variable-size autonumbering

11 years agoMerge remote-tracking branch 'sagittarian/vimeo-no-desc'
Philipp Hagemeister [Thu, 11 Apr 2013 08:56:01 +0000 (10:56 +0200)]
Merge remote-tracking branch 'sagittarian/vimeo-no-desc'

11 years agoRemoved overly verbose options and arguments (Should be obvious from the previous...
Philipp Hagemeister [Thu, 11 Apr 2013 08:54:37 +0000 (10:54 +0200)]
Removed overly verbose options and arguments (Should be obvious from the previous lines)

11 years agoAdded option --autonumber-size:
Stanislav Kupryakhin [Tue, 2 Apr 2013 04:40:07 +0000 (11:40 +0700)]
Added option --autonumber-size:
  Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given

11 years agoMerge remote-tracking branch 'sagittarian/resolve-symlinks'
Philipp Hagemeister [Thu, 11 Apr 2013 08:51:13 +0000 (10:51 +0200)]
Merge remote-tracking branch 'sagittarian/resolve-symlinks'

11 years agoCredit @catch22 for ARD IE
Philipp Hagemeister [Thu, 11 Apr 2013 08:48:37 +0000 (10:48 +0200)]
Credit @catch22 for ARD IE

11 years agoMinor improvements for ARD IE
Philipp Hagemeister [Thu, 11 Apr 2013 08:47:21 +0000 (10:47 +0200)]
Minor improvements for ARD IE

11 years agoResolve the symlink if __main__.py is invoke as a symlink.
Adam Mesha [Thu, 11 Apr 2013 04:33:18 +0000 (07:33 +0300)]
Resolve the symlink if __main__.py is invoke as a symlink.

11 years agoFix bug when the vimeo description is empty on Python 2.x.
Adam Mesha [Thu, 11 Apr 2013 04:27:04 +0000 (07:27 +0300)]
Fix bug when the vimeo description is empty on Python 2.x.

11 years agoImplement the playlist/start options in FileDownloader
Jaime Marquínez Ferrándiz [Wed, 10 Apr 2013 12:32:03 +0000 (14:32 +0200)]
Implement the playlist/start options in FileDownloader

It makes it available for all the InfoExtractors

11 years agoIn MetacafeIE return a url if YoutubeIE should do the job
Jaime Marquínez Ferrándiz [Tue, 9 Apr 2013 22:06:03 +0000 (00:06 +0200)]
In MetacafeIE return a url if YoutubeIE should do the job

11 years agoChange the order for extracting/downloading
Jaime Marquínez Ferrándiz [Tue, 9 Apr 2013 22:05:04 +0000 (00:05 +0200)]
Change the order for extracting/downloading

Now it gets a video info and directly downloads it, the it pass to the next video founded.

11 years agoAdd progress counter for playlists
Jaime Marquínez Ferrándiz [Fri, 5 Apr 2013 11:01:59 +0000 (13:01 +0200)]
Add progress counter for playlists

Closes #276

11 years agoadded ARD InfoExtractor (german state television)
Michael Walter [Sun, 7 Apr 2013 13:23:48 +0000 (15:23 +0200)]
added ARD InfoExtractor (german state television)

11 years agoadded --playpath/-y support to RTMP downloads (via 'play_path' entry in 'info_dict')
Michael Walter [Sun, 7 Apr 2013 13:17:36 +0000 (15:17 +0200)]
added --playpath/-y support to RTMP downloads (via 'play_path' entry in 'info_dict')

11 years agoChange rg3.github.com to rg3.github.io almost everywhere
Ricardo Garcia [Sat, 6 Apr 2013 08:46:17 +0000 (10:46 +0200)]
Change rg3.github.com to rg3.github.io almost everywhere

11 years agoMerge branch 'master' into extract_info_rewrite
Jaime Marquínez Ferrándiz [Fri, 5 Apr 2013 10:39:51 +0000 (12:39 +0200)]
Merge branch 'master' into extract_info_rewrite

11 years agorelease 2013.04.03
Philipp Hagemeister [Wed, 3 Apr 2013 17:43:53 +0000 (19:43 +0200)]
release 2013.04.03

11 years agoRestore youtube-dl (update) binary (#770)
Philipp Hagemeister [Mon, 1 Apr 2013 21:43:20 +0000 (23:43 +0200)]
Restore youtube-dl (update) binary (#770)

11 years agoMerge pull request #764 from jaimeMF/subtitles_not_found
Filippo Valsorda [Mon, 1 Apr 2013 02:02:18 +0000 (19:02 -0700)]
Merge pull request #764 from jaimeMF/subtitles_not_found

Fix crash when subtitles are not found

11 years agoDon't crash in FileDownloader if subtitles couldn't be found and errors are ignored
Jaime Marquínez Ferrándiz [Sun, 31 Mar 2013 10:21:35 +0000 (12:21 +0200)]
Don't crash in FileDownloader if subtitles couldn't be found and errors are ignored

11 years agoFix crash when subtitles are not found and the option --all-subs is given
Jaime Marquínez Ferrándiz [Sun, 31 Mar 2013 10:19:13 +0000 (12:19 +0200)]
Fix crash when subtitles are not found and the option --all-subs is given

11 years agoUse report_error in subtitles error handling
Jaime Marquínez Ferrándiz [Sun, 31 Mar 2013 10:10:12 +0000 (12:10 +0200)]
Use report_error in subtitles error handling

11 years agoretry on UnavailableVideoError
Filippo Valsorda [Sun, 31 Mar 2013 01:29:34 +0000 (03:29 +0200)]
retry on UnavailableVideoError

11 years agoimport all IEs when testing to resemble more closely the real env
Filippo Valsorda [Sun, 31 Mar 2013 01:12:28 +0000 (03:12 +0200)]
import all IEs when testing to resemble more closely the real env

11 years agodon't catch YT user URLs in YoutubePlaylistIE (fix #754, fix #763)
Filippo Valsorda [Sun, 31 Mar 2013 01:02:05 +0000 (03:02 +0200)]
don't catch YT user URLs in YoutubePlaylistIE (fix #754, fix #763)

11 years agoMore fixes on subtitles errors handling
Jaime Marquínez Ferrándiz [Sat, 30 Mar 2013 13:17:12 +0000 (14:17 +0100)]
More fixes on subtitles errors handling

11 years agoFix crash when subtitles are not found
Jaime Marquínez Ferrándiz [Sat, 30 Mar 2013 13:11:33 +0000 (14:11 +0100)]
Fix crash when subtitles are not found

11 years agoDifferent feed file name
Philipp Hagemeister [Fri, 29 Mar 2013 20:44:06 +0000 (21:44 +0100)]
Different feed file name

11 years agoCorrect feed title
Philipp Hagemeister [Fri, 29 Mar 2013 20:41:20 +0000 (21:41 +0100)]
Correct feed title

11 years agorelease 2013.03.29
Philipp Hagemeister [Fri, 29 Mar 2013 20:22:57 +0000 (21:22 +0100)]
release 2013.03.29

11 years agoMerge pull request #758 from jaimeMF/atom-feed
Philipp Hagemeister [Fri, 29 Mar 2013 19:50:20 +0000 (12:50 -0700)]
Merge pull request #758 from jaimeMF/atom-feed

Add an Atom feed generator in devscripts

11 years agoWrite a new feed each time, reading from versions.json
Jaime Marquínez Ferrándiz [Fri, 29 Mar 2013 18:42:33 +0000 (19:42 +0100)]
Write a new feed each time, reading from versions.json

11 years agoMerge pull request #736 from rg3/retry
Filippo Valsorda [Fri, 29 Mar 2013 16:01:27 +0000 (09:01 -0700)]
Merge pull request #736 from rg3/retry

Exception stacking and test retry

11 years agoMerge pull request #752 from dodo/master
Filippo Valsorda [Fri, 29 Mar 2013 15:40:22 +0000 (08:40 -0700)]
Merge pull request #752 from dodo/master

SoundcloudSetIE

11 years agoMerge pull request #730 by @JohnyMoSwag
Filippo Valsorda [Fri, 29 Mar 2013 15:14:49 +0000 (16:14 +0100)]
Merge pull request #730 by @JohnyMoSwag

Support for Worldstarhiphop.com

11 years agofix FunnyOrDieIE, MyVideoIE, TEDIE
Filippo Valsorda [Fri, 29 Mar 2013 14:59:13 +0000 (15:59 +0100)]
fix FunnyOrDieIE, MyVideoIE, TEDIE

11 years agofix SpiegelIE
Filippo Valsorda [Fri, 29 Mar 2013 14:31:38 +0000 (15:31 +0100)]
fix SpiegelIE

11 years agoRebased, fixed and extended LiveLeak.com support
Filippo Valsorda [Fri, 29 Mar 2013 14:13:24 +0000 (15:13 +0100)]
Rebased, fixed and extended LiveLeak.com support

close #757 - close #761

11 years agoUpdate InfoExtractors.py
kkalpakloglou [Tue, 26 Mar 2013 20:37:08 +0000 (22:37 +0200)]
Update InfoExtractors.py

11 years agoPass the playlist info_dict to process_info
Jaime Marquínez Ferrándiz [Fri, 29 Mar 2013 11:32:42 +0000 (12:32 +0100)]
Pass the playlist info_dict to process_info

the playlist value can be used in the output template

11 years agoAdded test for WorldStarHipHop
Johny Mo Swag [Fri, 29 Mar 2013 03:05:28 +0000 (20:05 -0700)]
Added test for WorldStarHipHop

11 years agoMerge remote-tracking branch 'jaimeMF/color_error_messages'
Philipp Hagemeister [Thu, 28 Mar 2013 23:25:48 +0000 (00:25 +0100)]
Merge remote-tracking branch 'jaimeMF/color_error_messages'

11 years agoAdd a note on MaxDownloadsReached (#732, thanks to CBGoodBuddy)
Philipp Hagemeister [Thu, 28 Mar 2013 23:19:58 +0000 (00:19 +0100)]
Add a note on MaxDownloadsReached (#732, thanks to CBGoodBuddy)

11 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Thu, 28 Mar 2013 23:06:48 +0000 (00:06 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

11 years agoAdd title and id to playlist results
Jaime Marquínez Ferrándiz [Thu, 28 Mar 2013 12:39:00 +0000 (13:39 +0100)]
Add title and id to playlist results

Not all IE give both. They are not used yet.

11 years agoMerge branch 'master' into extract_info_rewrite
Jaime Marquínez Ferrándiz [Thu, 28 Mar 2013 12:02:04 +0000 (13:02 +0100)]
Merge branch 'master' into extract_info_rewrite

11 years agouse sys.stdout.buffer only on Python3
Filippo Valsorda [Thu, 28 Mar 2013 12:13:03 +0000 (13:13 +0100)]
use sys.stdout.buffer only on Python3

11 years agoMerge pull request #762 from jynnantonix/master
Filippo Valsorda [Thu, 28 Mar 2013 12:11:51 +0000 (05:11 -0700)]
Merge pull request #762 from jynnantonix/master

Use sys.stdout.buffer when writing to standard out

11 years agoUse sys.stdout.buffer instead of sys.stdout
Chirantan Ekbote [Wed, 27 Mar 2013 19:57:11 +0000 (15:57 -0400)]
Use sys.stdout.buffer instead of sys.stdout

sys.stdout defaults to text mode, we need to use the underlying buffer
instead when writing binary data.

Signed-off-by: Chirantan Ekbote <chirantan.ekbote@gmail.com>