youtube-dl
11 years agosmall tweaks
Filippo Valsorda [Tue, 21 May 2013 14:07:27 +0000 (16:07 +0200)]
small tweaks

11 years agoAdd TeamcocoIE (closes #212)
Jaime Marquínez Ferrándiz [Tue, 21 May 2013 12:37:32 +0000 (14:37 +0200)]
Add TeamcocoIE (closes #212)

11 years agoadd support for Flickr videos - closes #261
Anna Bernardi [Mon, 20 May 2013 21:18:40 +0000 (23:18 +0200)]
add support for Flickr videos - closes #261

11 years agoPython 2 compat fixes for MyVideo.de rtmpdump downloads
Filippo Valsorda [Mon, 20 May 2013 09:57:10 +0000 (11:57 +0200)]
Python 2 compat fixes for MyVideo.de rtmpdump downloads

11 years agomake rtmpdump inherit the verbose option for debugging
Filippo Valsorda [Mon, 20 May 2013 09:54:21 +0000 (11:54 +0200)]
make rtmpdump inherit the verbose option for debugging

11 years agoMerge pull request #842 - myvideo, rtmp support
Filippo Valsorda [Mon, 20 May 2013 07:49:58 +0000 (09:49 +0200)]
Merge pull request #842 - myvideo, rtmp support

@dersphere code, from dersphere/plugin.video.myvideo_de.git
rewritten by @mc2avr
released in the Public Domain by the author
ref: https://github.com/rg3/youtube-dl/pull/842

11 years agoHowcastIE: extract thumbnail
Jaime Marquínez Ferrándiz [Mon, 20 May 2013 06:39:41 +0000 (08:39 +0200)]
HowcastIE: extract thumbnail

11 years agoVineIE: extract more information and minor style changes
Jaime Marquínez Ferrándiz [Mon, 20 May 2013 06:31:03 +0000 (08:31 +0200)]
VineIE: extract more information and minor style changes

11 years agoAdd support for Vine - closes #845
Anna Bernardi [Sun, 19 May 2013 22:25:26 +0000 (00:25 +0200)]
Add support for Vine - closes #845

11 years agoAdd support for Howcast.com - closes #835
Filippo Valsorda [Sat, 18 May 2013 17:17:19 +0000 (19:17 +0200)]
Add support for Howcast.com - closes #835

11 years agoUstreamIE: get thumbnail and uploader name
Jaime Marquínez Ferrándiz [Sat, 18 May 2013 09:54:18 +0000 (11:54 +0200)]
UstreamIE: get thumbnail and uploader name

11 years agoMyVideoIE: add rtmp support
mc2avr [Wed, 15 May 2013 21:38:44 +0000 (23:38 +0200)]
MyVideoIE: add rtmp support

11 years agoAdd extra_info argument to extract_info and process_ie_result
Jaime Marquínez Ferrándiz [Tue, 14 May 2013 12:40:40 +0000 (14:40 +0200)]
Add extra_info argument to extract_info and process_ie_result

It allows to update the info_dicts with other values

(closes #840)

11 years agoThrow a better error if the protocol is invalid
Philipp Hagemeister [Mon, 13 May 2013 17:54:07 +0000 (19:54 +0200)]
Throw a better error if the protocol is invalid

11 years agoSimplify generic search IE (Closes #839)
Philipp Hagemeister [Mon, 13 May 2013 17:53:52 +0000 (19:53 +0200)]
Simplify generic search IE (Closes #839)

11 years agoMerge remote-tracking branch 'jaimeMF/SearchIE'
Philipp Hagemeister [Mon, 13 May 2013 17:43:35 +0000 (19:43 +0200)]
Merge remote-tracking branch 'jaimeMF/SearchIE'

11 years agoAdd base class SearchInfoExtractor for search queries IEs
Jaime Marquínez Ferrándiz [Sat, 11 May 2013 21:04:56 +0000 (23:04 +0200)]
Add base class SearchInfoExtractor for search queries IEs

11 years agorelease 2013.05.14
Philipp Hagemeister [Mon, 13 May 2013 11:50:05 +0000 (13:50 +0200)]
release 2013.05.14

11 years agoMerge pull request #834 from chocolateboy/install_prefix_fix
Philipp Hagemeister [Mon, 13 May 2013 07:42:24 +0000 (00:42 -0700)]
Merge pull request #834 from chocolateboy/install_prefix_fix

only install to /etc if PREFIX is /usr or /usr/local

11 years agorelease 2013.05.13
Philipp Hagemeister [Mon, 13 May 2013 07:38:27 +0000 (09:38 +0200)]
release 2013.05.13

11 years agoDo not re-encode / to # if / is a platform separator, and correctly handle permission...
Philipp Hagemeister [Mon, 13 May 2013 07:20:08 +0000 (09:20 +0200)]
Do not re-encode / to # if / is a platform separator, and correctly handle permission errors (Fixes #831)

11 years agoDeprecate --only-sub
Philipp Hagemeister [Mon, 13 May 2013 07:06:18 +0000 (09:06 +0200)]
Deprecate --only-sub

11 years agoRemove a print call used for debugging
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 18:56:54 +0000 (20:56 +0200)]
Remove a print call used for debugging

11 years agoYoutubeSearchIE: return a playlist (related #838)
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 18:53:37 +0000 (20:53 +0200)]
YoutubeSearchIE: return a playlist (related #838)

11 years agoFFmpegPostProcessor: decode stderr first and then get the last line (closes #837)
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 17:08:32 +0000 (19:08 +0200)]
FFmpegPostProcessor: decode stderr first and then get the last line (closes #837)

11 years agoGoogleSearchIE: change query urls to http://www.google.com/search
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 16:44:56 +0000 (18:44 +0200)]
GoogleSearchIE: change query urls to google.com/search

The old one was given HTTP 404 errors

11 years agoFix YahooSearchIE: (closes #300)
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 15:49:35 +0000 (17:49 +0200)]
Fix YahooSearchIE: (closes #300)

11 years agoYahooIE: support more videos
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 15:05:43 +0000 (17:05 +0200)]
YahooIE: support more videos

11 years agoYahooIE: remove old code and accept screen.yahoo.com videos (#300)
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 12:05:14 +0000 (14:05 +0200)]
YahooIE: remove old code and accept screen.yahoo.com videos (#300)

Videos require rtmpdump

11 years agoonly install to /etc if PREFIX is /usr or /usr/local
chocolateboy [Fri, 10 May 2013 21:47:37 +0000 (22:47 +0100)]
only install to /etc if PREFIX is /usr or /usr/local

11 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Fri, 10 May 2013 07:21:24 +0000 (09:21 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoSkip bandcamp tests for now - free limit has been exceeded
Philipp Hagemeister [Fri, 10 May 2013 07:10:34 +0000 (09:10 +0200)]
Skip bandcamp tests for now - free limit has been exceeded

11 years agoImport FileDownloader in test_youtube_subtitles
Jaime Marquínez Ferrándiz [Fri, 10 May 2013 06:37:49 +0000 (08:37 +0200)]
Import FileDownloader in test_youtube_subtitles

Fix last commit

11 years agotest_youtube_subtitles: FakeDownloader inherits form FileDownloader
Jaime Marquínez Ferrándiz [Fri, 10 May 2013 06:31:30 +0000 (08:31 +0200)]
test_youtube_subtitles: FakeDownloader inherits form FileDownloader

11 years agoMerge pull request #826 from jakeogh/master
Philipp Hagemeister [Thu, 9 May 2013 23:52:54 +0000 (16:52 -0700)]
Merge pull request #826 from jakeogh/master

Added --get-id option to print video IDs

11 years agorelease 2013.05.10
Philipp Hagemeister [Thu, 9 May 2013 23:45:21 +0000 (01:45 +0200)]
release 2013.05.10

11 years agoRetry to disable YT ratelimit to unlock full bandwidth
Filippo Valsorda [Wed, 8 May 2013 22:39:10 +0000 (00:39 +0200)]
Retry to disable YT ratelimit to unlock full bandwidth

This is the second attempt: a60b854d9099e5a286accf8065d1dc9e00a4bfe6
Sometimes the ratelimit=yes is already in the URL, and doubling it
leads to a 403. Now should work on all videos, at least works on all
I could test.

Closes #648

11 years agoadded --get-id option to print video IDs
jakeogh [Mon, 6 May 2013 05:30:07 +0000 (22:30 -0700)]
added --get-id option to print video IDs

11 years agoGoogleSearchIE: rename _download_n_results to _get_n_results
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 20:12:41 +0000 (22:12 +0200)]
GoogleSearchIE: rename _download_n_results to _get_n_results

11 years agoCredit @JohnyMoSwag for WorldstarhiphopIE (#730)
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 19:56:38 +0000 (21:56 +0200)]
Credit @JohnyMoSwag for WorldstarhiphopIE (#730)

11 years agoCredit @julienfr112 for Ina IE (#823)
Philipp Hagemeister [Sun, 5 May 2013 19:35:39 +0000 (21:35 +0200)]
Credit @julienfr112 for Ina IE (#823)

11 years agorelease 2013.05.07
Philipp Hagemeister [Sun, 5 May 2013 19:13:16 +0000 (21:13 +0200)]
release 2013.05.07

11 years agorelease 2013.05.06
Philipp Hagemeister [Sun, 5 May 2013 19:01:46 +0000 (21:01 +0200)]
release 2013.05.06

11 years agoClean up InaIE (Closes #823)
Philipp Hagemeister [Sun, 5 May 2013 18:57:19 +0000 (20:57 +0200)]
Clean up InaIE (Closes #823)

11 years agoAdd support to www.ina.fr
julien [Sun, 5 May 2013 14:07:19 +0000 (16:07 +0200)]
Add support to www.ina.fr

11 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Sun, 5 May 2013 18:51:27 +0000 (20:51 +0200)]
Merge remote-tracking branch 'origin/master'

Conflicts:
youtube_dl/InfoExtractors.py

11 years agoFix GoogleSearchIE (Fixes #822)
Philipp Hagemeister [Sun, 5 May 2013 18:49:57 +0000 (20:49 +0200)]
Fix GoogleSearchIE (Fixes #822)

11 years agoFileDownloader: Simplify and document
Philipp Hagemeister [Sun, 5 May 2013 18:49:42 +0000 (20:49 +0200)]
FileDownloader: Simplify and document

11 years agoMore callbacks changed to raise ExtractorError
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 11:59:25 +0000 (13:59 +0200)]
More callbacks changed to raise ExtractorError

11 years agoPhotobucketIE: accept new format of urls and add a test
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 11:07:00 +0000 (13:07 +0200)]
PhotobucketIE: accept new format of urls and add a test

11 years agoArteTvIE: Fix format of upload date
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 09:48:47 +0000 (11:48 +0200)]
ArteTvIE: Fix format of upload date

11 years agoMore callbacks changed to raise ExtractorError
Jaime Marquínez Ferrándiz [Sat, 4 May 2013 12:23:16 +0000 (14:23 +0200)]
More callbacks changed to raise ExtractorError

11 years agoMerge pull request #802 from joeframbach/master
Philipp Hagemeister [Sat, 4 May 2013 10:35:19 +0000 (03:35 -0700)]
Merge pull request #802 from joeframbach/master

If path and new_path are the same, then dont delete the file

11 years agorelease 2013.05.05
Philipp Hagemeister [Sat, 4 May 2013 10:31:17 +0000 (12:31 +0200)]
release 2013.05.05

11 years agoAdd --no-check-certificate (#814)
Philipp Hagemeister [Sat, 4 May 2013 10:19:02 +0000 (12:19 +0200)]
Add --no-check-certificate (#814)

11 years agotwitch.tv chapters (#810): print out start and end time
Philipp Hagemeister [Sat, 4 May 2013 10:02:18 +0000 (12:02 +0200)]
twitch.tv chapters (#810): print out start and end time

11 years agotwitch.tv chapters: Include uploader (#810)
Philipp Hagemeister [Sat, 4 May 2013 09:44:27 +0000 (11:44 +0200)]
twitch.tv chapters: Include uploader (#810)

11 years agotwitch.tv chapters: Use API for title and other metadata
Philipp Hagemeister [Sat, 4 May 2013 09:42:44 +0000 (11:42 +0200)]
twitch.tv chapters: Use API for title and other metadata

11 years agoImprove Twitch.tv chapter support (#810)
Philipp Hagemeister [Sat, 4 May 2013 09:27:39 +0000 (11:27 +0200)]
Improve Twitch.tv chapter support (#810)

11 years agoWork on twitch.tv chapters (#810)
Philipp Hagemeister [Sat, 4 May 2013 08:33:34 +0000 (10:33 +0200)]
Work on twitch.tv chapters (#810)

11 years agoExperimentally whitelist Escapist test
Philipp Hagemeister [Sat, 4 May 2013 07:11:38 +0000 (09:11 +0200)]
Experimentally whitelist Escapist test

11 years agoraise ExtractorError instead of calling back
Philipp Hagemeister [Sat, 4 May 2013 06:38:28 +0000 (08:38 +0200)]
raise ExtractorError instead of calling back

11 years agoSimplify WorldStarHipHop
Philipp Hagemeister [Sat, 4 May 2013 06:06:56 +0000 (08:06 +0200)]
Simplify WorldStarHipHop

11 years agoBetter fix for getting source url's
Johny Mo Swag [Thu, 2 May 2013 20:37:26 +0000 (13:37 -0700)]
Better fix for getting source url's

11 years agoupdated regular experssion for possible future updates to source url
Johny Mo Swag [Thu, 2 May 2013 18:51:12 +0000 (11:51 -0700)]
updated regular experssion for possible future updates to source url

11 years agoAlways use HTTPS for youtube (Fixes #691)
Philipp Hagemeister [Sat, 4 May 2013 05:49:25 +0000 (07:49 +0200)]
Always use HTTPS for youtube (Fixes #691)

11 years agorelease 2013.05.04
Philipp Hagemeister [Sat, 4 May 2013 05:12:33 +0000 (07:12 +0200)]
release 2013.05.04

11 years agoWork around a Python bug on Windows with UTF-8 configuration (#820)
Philipp Hagemeister [Sat, 4 May 2013 05:09:50 +0000 (07:09 +0200)]
Work around a Python bug on Windows with UTF-8 configuration (#820)

11 years agoFix comedycentral: newest
Philipp Hagemeister [Sat, 4 May 2013 00:53:26 +0000 (02:53 +0200)]
Fix comedycentral: newest

11 years agoCredit @yasoob for IE
Philipp Hagemeister [Fri, 3 May 2013 18:08:16 +0000 (20:08 +0200)]
Credit @yasoob for IE

11 years agoSimplify RedTube
Philipp Hagemeister [Fri, 3 May 2013 18:07:35 +0000 (20:07 +0200)]
Simplify RedTube

11 years agoMoved redtube info extractor to the end
M.Yasoob Ullah Khalid [Fri, 3 May 2013 17:57:16 +0000 (23:57 +0600)]
Moved redtube info extractor to the end

11 years agoRedtube test now works
M.Yasoob Ullah Khalid [Fri, 3 May 2013 17:51:27 +0000 (23:51 +0600)]
Redtube test now works

I just did a little makeover by changing redtube tests. Now they are passed.

11 years agoadded redtube.com in InfoExtractors (2nd pull request with the required amindments)
M.Yasoob Ullah Khalid [Fri, 3 May 2013 16:44:34 +0000 (22:44 +0600)]
added redtube.com in InfoExtractors (2nd pull request with the required amindments)

added redtube.com in InfoExtractors (2nd pull request with the required amindments). Now this script can also download redtube.com videos

11 years agoadded test for redtube.com
M.Yasoob Ullah Khalid [Fri, 3 May 2013 16:40:56 +0000 (22:40 +0600)]
added test for redtube.com

I just added the test for redtube.com

11 years agoTEDIE: report the correct talk title when a link with the language code is given
Jaime Marquínez Ferrándiz [Thu, 2 May 2013 16:28:07 +0000 (18:28 +0200)]
TEDIE: report the correct talk title when a link with the language code is given

11 years agoInfoExtractors: use _download_webpage in more IEs
Jaime Marquínez Ferrándiz [Thu, 2 May 2013 16:18:27 +0000 (18:18 +0200)]
InfoExtractors: use _download_webpage in more IEs

IEs without tests are intact.

11 years agoInfoExtractors: fix some regular expressions where dots weren't escaped
Jaime Marquínez Ferrándiz [Thu, 2 May 2013 11:39:56 +0000 (13:39 +0200)]
InfoExtractors: fix some regular expressions where dots weren't escaped

11 years agoMerge pull request #815 from JohnyMoSwag/master
Jaime Marquínez Ferrándiz [Thu, 2 May 2013 11:23:32 +0000 (13:23 +0200)]
Merge pull request #815 from JohnyMoSwag/master

Update for new source links on worldstarhiphop.com

11 years agoTumblrIE: fix title matching
Jaime Marquínez Ferrándiz [Thu, 2 May 2013 11:12:41 +0000 (13:12 +0200)]
TumblrIE: fix title matching

11 years agoSmall update for additon of new video source links
Johny Mo Swag [Thu, 2 May 2013 03:30:14 +0000 (20:30 -0700)]
Small update for additon of new video source links

11 years agoAdd BandcampIE (closes #568)
Jaime Marquínez Ferrándiz [Wed, 1 May 2013 13:55:46 +0000 (15:55 +0200)]
Add BandcampIE (closes #568)

11 years agorelease 2013.05.01
Philipp Hagemeister [Wed, 1 May 2013 12:07:23 +0000 (14:07 +0200)]
release 2013.05.01

11 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Wed, 1 May 2013 12:05:02 +0000 (14:05 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoadd --write-thumbnail option to download thumbnail (Suggested by `)
Philipp Hagemeister [Wed, 1 May 2013 12:04:33 +0000 (14:04 +0200)]
add --write-thumbnail option to download thumbnail (Suggested by `)

11 years agoAdd test for SoundcloudSet
Jaime Marquínez Ferrándiz [Tue, 30 Apr 2013 19:23:38 +0000 (21:23 +0200)]
Add test for SoundcloudSet

11 years agorelease 2013.04.31
Philipp Hagemeister [Tue, 30 Apr 2013 17:50:20 +0000 (19:50 +0200)]
release 2013.04.31

11 years agoCorrectly clear the line before writing a new status line
Philipp Hagemeister [Tue, 30 Apr 2013 17:42:58 +0000 (19:42 +0200)]
Correctly clear the line before writing a new status line

11 years agoFix FakeDownloaders
Philipp Hagemeister [Tue, 30 Apr 2013 16:48:45 +0000 (18:48 +0200)]
Fix FakeDownloaders

11 years agoFix help for --proxy
Philipp Hagemeister [Tue, 30 Apr 2013 16:27:54 +0000 (18:27 +0200)]
Fix help for --proxy

11 years agorelease 2013.04.30
Philipp Hagemeister [Tue, 30 Apr 2013 16:00:56 +0000 (18:00 +0200)]
release 2013.04.30

11 years ago--proxy option
Philipp Hagemeister [Tue, 30 Apr 2013 15:57:13 +0000 (17:57 +0200)]
--proxy option

11 years agoRemove a commented line I forgot.
Jaime Marquínez Ferrándiz [Tue, 30 Apr 2013 12:21:46 +0000 (14:21 +0200)]
Remove a commented line I forgot.

[ci skip]

11 years agoSoundcloudSetIE: Use upload_date in the unified format (fixes #812)
Jaime Marquínez Ferrándiz [Mon, 29 Apr 2013 21:57:36 +0000 (23:57 +0200)]
SoundcloudSetIE: Use upload_date in the unified format (fixes #812)

11 years agoUse report_warning when a not working IE will be uses
Jaime Marquínez Ferrándiz [Sun, 28 Apr 2013 15:12:07 +0000 (17:12 +0200)]
Use report_warning when a not working IE will be uses

11 years agorelease 2013.04.28
Philipp Hagemeister [Sun, 28 Apr 2013 14:32:05 +0000 (16:32 +0200)]
release 2013.04.28

11 years agoDefault to --title (Fixes #499)
Philipp Hagemeister [Sun, 28 Apr 2013 14:26:11 +0000 (16:26 +0200)]
Default to --title (Fixes #499)

11 years agoFix print_notes
Philipp Hagemeister [Sun, 28 Apr 2013 14:19:37 +0000 (16:19 +0200)]
Fix print_notes

11 years agorelease 2013.04.27
Philipp Hagemeister [Sun, 28 Apr 2013 13:53:14 +0000 (15:53 +0200)]
release 2013.04.27

11 years agoAdapt tests to changes in youtube's "Most Popular" channel
Philipp Hagemeister [Sun, 28 Apr 2013 13:50:29 +0000 (15:50 +0200)]
Adapt tests to changes in youtube's "Most Popular" channel