youtube-dl
10 years agoDo not redefine variables in list comprehensions
Philipp Hagemeister [Mon, 8 Jul 2013 00:12:20 +0000 (02:12 +0200)]
Do not redefine variables in list comprehensions

10 years agorelease 2013.07.08.1
Philipp Hagemeister [Mon, 8 Jul 2013 00:05:22 +0000 (02:05 +0200)]
release 2013.07.08.1

10 years ago[archive.org] Add extractor (Fixes #1003)
Philipp Hagemeister [Mon, 8 Jul 2013 00:04:11 +0000 (02:04 +0200)]
[archive.org] Add extractor (Fixes #1003)

10 years agorelease 2013.07.08
Philipp Hagemeister [Sun, 7 Jul 2013 23:29:16 +0000 (01:29 +0200)]
release 2013.07.08

10 years ago[arte] Always look for the JSON URL (Fixes #1002)
Philipp Hagemeister [Sun, 7 Jul 2013 23:28:19 +0000 (01:28 +0200)]
[arte] Always look for the JSON URL (Fixes #1002)

10 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Sun, 7 Jul 2013 23:15:19 +0000 (01:15 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

10 years ago[3sat] Add support (Fixes #1001)
Philipp Hagemeister [Sun, 7 Jul 2013 23:13:55 +0000 (01:13 +0200)]
[3sat] Add support (Fixes #1001)

10 years agoVimeoIE: authentication support (closes #885) and add a method in the base InfoExtrac...
Jaime Marquínez Ferrándiz [Sun, 7 Jul 2013 21:24:34 +0000 (23:24 +0200)]
VimeoIE: authentication support (closes #885) and add a method in the base InfoExtractor to get the login info

10 years agoYoutubeIE: extract the thumbnail in the best possible quality
Jaime Marquínez Ferrándiz [Sun, 7 Jul 2013 19:21:15 +0000 (21:21 +0200)]
YoutubeIE: extract the thumbnail in the best possible quality

10 years agorelease 2013.07.07.01
Philipp Hagemeister [Sun, 7 Jul 2013 15:13:56 +0000 (17:13 +0200)]
release 2013.07.07.01

10 years ago[youtube:subscriptions] Use colon for differentiation of shortcuts
Philipp Hagemeister [Sun, 7 Jul 2013 15:13:26 +0000 (17:13 +0200)]
[youtube:subscriptions] Use colon for differentiation of shortcuts

10 years agorelease 2013.07.07
Philipp Hagemeister [Sun, 7 Jul 2013 14:55:06 +0000 (16:55 +0200)]
release 2013.07.07

10 years ago[youtube] Add and extractor for the subscriptions feed (closes #498)
Jaime Marquínez Ferrándiz [Sun, 7 Jul 2013 11:58:23 +0000 (13:58 +0200)]
[youtube] Add and extractor for the subscriptions feed (closes #498)

It can be downloaded using the ytsubscriptions keyword.
It needs the login information.

10 years agoAdd BrightcoveIE (closes #832)
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 19:31:50 +0000 (21:31 +0200)]
Add BrightcoveIE (closes #832)

It only accepts the urls that are use for embedding the video, it doesn't search in generic webpages to find Brightcove videos

10 years agoDailymotionIE: extract thumbnail
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 17:39:37 +0000 (19:39 +0200)]
DailymotionIE: extract thumbnail

10 years agorelease 2013.07.05
Philipp Hagemeister [Fri, 5 Jul 2013 12:46:24 +0000 (14:46 +0200)]
release 2013.07.05

10 years agoDailymotionIE: simplify the extraction of the title and remove an unused assignment...
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 12:20:15 +0000 (14:20 +0200)]
DailymotionIE: simplify the extraction of the title and remove an unused assignment of video_uploader

10 years agoDailymotion: fix the download of the video in the max quality (closes #986)
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 12:15:26 +0000 (14:15 +0200)]
Dailymotion: fix the download of the video in the max quality (closes #986)

10 years agoArteTVIE: support emission urls that don't contain the video id
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 10:56:41 +0000 (12:56 +0200)]
ArteTVIE: support emission urls that don't contain the video id

Like http://www.arte.tv/guide/fr/emissions/AJT/arte-journal

10 years agorelease 2013.07.04
Philipp Hagemeister [Thu, 4 Jul 2013 16:07:34 +0000 (18:07 +0200)]
release 2013.07.04

10 years ago[arte] Fix language selection (Fixes #988)
Philipp Hagemeister [Thu, 4 Jul 2013 16:06:47 +0000 (18:06 +0200)]
[arte] Fix language selection (Fixes #988)

10 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Wed, 3 Jul 2013 14:36:42 +0000 (16:36 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

10 years ago[auengine] Add tests (Fixes #985)
Philipp Hagemeister [Wed, 3 Jul 2013 14:36:36 +0000 (16:36 +0200)]
[auengine] Add tests (Fixes #985)

10 years agoArteTVIE: extract the video with the correct language
Jaime Marquínez Ferrándiz [Tue, 2 Jul 2013 15:34:40 +0000 (17:34 +0200)]
ArteTVIE: extract the video with the correct language

Some urls from the French version of the page could download the German version.

Also instead of extracting the json url from the webpage, build it to skip the download

10 years agoTudouIE: extract all the segments of the video and download the best quality (closes...
Jaime Marquínez Ferrándiz [Tue, 2 Jul 2013 10:38:24 +0000 (12:38 +0200)]
TudouIE: extract all the segments of the video and download the best quality (closes #975)

Also simplify a bit the extraction of the id from the url and write directly the title for the test video

10 years agoBlipTVIE: download the video in the best quality (closes #215)
Jaime Marquínez Ferrándiz [Tue, 2 Jul 2013 08:40:23 +0000 (10:40 +0200)]
BlipTVIE: download the video in the best quality (closes #215)

10 years agorelease 2013.07.02
Philipp Hagemeister [Tue, 2 Jul 2013 07:14:09 +0000 (09:14 +0200)]
release 2013.07.02

10 years agoDo not show bug report for errors that are to be expected (Closes #973)
Philipp Hagemeister [Tue, 2 Jul 2013 06:40:21 +0000 (08:40 +0200)]
Do not show bug report for errors that are to be expected (Closes #973)

10 years agoSquelch git not found exception (#973)
Philipp Hagemeister [Tue, 2 Jul 2013 06:36:20 +0000 (08:36 +0200)]
Squelch git not found exception (#973)

10 years agoImprove formatting
Philipp Hagemeister [Tue, 2 Jul 2013 06:35:39 +0000 (08:35 +0200)]
Improve formatting

10 years agoREADME.md: Fix markup and some of the text.
Philipp Hagemeister [Tue, 2 Jul 2013 05:39:54 +0000 (07:39 +0200)]
README.md: Fix markup and some of the text.

(Originally from Rogério Brito <rbrito@ime.usp.br>)

10 years agosetup: PEP-8 fixes.
Rogério Brito [Wed, 26 Jun 2013 03:54:55 +0000 (00:54 -0300)]
setup: PEP-8 fixes.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
10 years agosetup: cosmetics: Add/remove some whitespace for readability.
Rogério Brito [Wed, 26 Jun 2013 03:53:55 +0000 (00:53 -0300)]
setup: cosmetics: Add/remove some whitespace for readability.

This also fixes some long lines.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
10 years agosetup: Move pseudo-docstring to a proper comment.
Rogério Brito [Wed, 26 Jun 2013 03:51:27 +0000 (00:51 -0300)]
setup: Move pseudo-docstring to a proper comment.

A string statement is not a docstring if it doesn't occur right at the top
of modules, functions, class definitions etc.

This patch fixes it.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
10 years agoAdd InstagramIE (related #904)
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 19:08:54 +0000 (21:08 +0200)]
Add InstagramIE (related #904)

10 years agoGenericIE: match titles that spread across multiple lines (related #904)
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 18:50:50 +0000 (20:50 +0200)]
GenericIE: match titles that spread across multiple lines (related #904)

10 years agoShorten --list-extractor-descriptions to --extractor-descriptions
Philipp Hagemeister [Mon, 1 Jul 2013 16:59:29 +0000 (18:59 +0200)]
Shorten --list-extractor-descriptions to --extractor-descriptions

10 years agoAdd --list-extractor-descriptions (human-readable list of IEs)
Philipp Hagemeister [Mon, 1 Jul 2013 16:52:19 +0000 (18:52 +0200)]
Add --list-extractor-descriptions (human-readable list of IEs)

10 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Mon, 1 Jul 2013 16:21:36 +0000 (18:21 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

10 years agoSort IEs alphabetically in --list-extractors
Philipp Hagemeister [Mon, 1 Jul 2013 16:21:29 +0000 (18:21 +0200)]
Sort IEs alphabetically in --list-extractors

10 years ago[youtube]: add YoutubeShowIE (closes #14)
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 15:59:28 +0000 (17:59 +0200)]
[youtube]: add YoutubeShowIE (closes #14)

It just extracts the playlists urls for each season

10 years agoYoutubeIE: use a negative index when accessing the last element of the format list
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 15:19:33 +0000 (17:19 +0200)]
YoutubeIE: use a negative index when accessing the last element of the format list

10 years agoYoutubeIE: extract the correct video id for movie URLs (closes #597)
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 14:51:18 +0000 (16:51 +0200)]
YoutubeIE: extract the correct video id for movie URLs (closes #597)

10 years agoMerge remote-tracking branch 'yasoob/master'
Philipp Hagemeister [Mon, 1 Jul 2013 13:19:45 +0000 (15:19 +0200)]
Merge remote-tracking branch 'yasoob/master'

Conflicts:
youtube_dl/extractor/__init__.py

10 years agoSeparate downloader options
Philipp Hagemeister [Mon, 1 Jul 2013 12:53:25 +0000 (14:53 +0200)]
Separate downloader options

10 years ago[update] Add package manager to error message (#959)
Philipp Hagemeister [Mon, 1 Jul 2013 00:36:49 +0000 (02:36 +0200)]
[update] Add package manager to error message (#959)

10 years ago[youtube] Warn if URL is most likely wrong (#969)
Philipp Hagemeister [Mon, 1 Jul 2013 00:29:29 +0000 (02:29 +0200)]
[youtube] Warn if URL is most likely wrong (#969)

10 years ago[instagram] Fix title
Philipp Hagemeister [Sun, 30 Jun 2013 12:07:32 +0000 (14:07 +0200)]
[instagram] Fix title

10 years agoStatigramIE: update the title of the test video
Jaime Marquínez Ferrándiz [Sun, 30 Jun 2013 11:57:57 +0000 (13:57 +0200)]
StatigramIE: update the title of the test video

10 years agoTumblrIE: update test
Jaime Marquínez Ferrándiz [Sun, 30 Jun 2013 11:52:20 +0000 (13:52 +0200)]
TumblrIE: update test

The video (once more) is no longer available

10 years agoArteTvIE: support videos from videos.arte.tv
Jaime Marquínez Ferrándiz [Sun, 30 Jun 2013 11:38:22 +0000 (13:38 +0200)]
ArteTvIE: support videos from videos.arte.tv

Each source of videos have a different extraction process, they are in different methods of the extractor.
Changed the extension of videos from mp4 to flv.

10 years agorelease 2013.06.34.4
Philipp Hagemeister [Sat, 29 Jun 2013 18:22:08 +0000 (20:22 +0200)]
release 2013.06.34.4

10 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Sat, 29 Jun 2013 18:21:13 +0000 (20:21 +0200)]
Merge remote-tracking branch 'origin/master'

10 years ago[vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060
Philipp Hagemeister [Sat, 29 Jun 2013 18:20:20 +0000 (20:20 +0200)]
[vimeo] fix detection for vimeo.com/groups/124584/videos/24973060

10 years agoWatIE: support videos divided in multiple parts (closes #222 and #659)
Jaime Marquínez Ferrándiz [Sat, 29 Jun 2013 16:22:03 +0000 (18:22 +0200)]
WatIE: support videos divided in multiple parts (closes #222 and #659)

The id for the videos is now the full id, no the one in the webpage url.
Also extract more information: description, view_count and upload_date

10 years ago[tutv] Fix URL type (for Python 3)
Philipp Hagemeister [Sat, 29 Jun 2013 15:42:15 +0000 (17:42 +0200)]
[tutv] Fix URL type (for Python 3)

10 years agorelease 2013.06.34.3
Philipp Hagemeister [Sat, 29 Jun 2013 15:30:11 +0000 (17:30 +0200)]
release 2013.06.34.3

10 years ago[tutv] Add IE (Fixes #965)
Philipp Hagemeister [Sat, 29 Jun 2013 15:29:40 +0000 (17:29 +0200)]
[tutv] Add IE (Fixes #965)

10 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Sat, 29 Jun 2013 14:57:34 +0000 (16:57 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

10 years ago[ted] Fix test checksum
Philipp Hagemeister [Sat, 29 Jun 2013 14:45:56 +0000 (16:45 +0200)]
[ted] Fix test checksum

10 years agoUpdate the default output template in the README
Jaime Marquínez Ferrándiz [Sat, 29 Jun 2013 14:35:28 +0000 (16:35 +0200)]
Update the default output template in the README

It was changed in 08b2ac745a7991b58d17e3e8cb2c51e96b18534a

10 years agoDocument view_count (Closes #963)
Philipp Hagemeister [Sat, 29 Jun 2013 14:32:28 +0000 (16:32 +0200)]
Document view_count (Closes #963)

10 years agoMerge pull request #962 from jaimeMF/TF1
Philipp Hagemeister [Sat, 29 Jun 2013 14:30:49 +0000 (07:30 -0700)]
Merge pull request #962 from jaimeMF/TF1

Add TF1IE

10 years agoadded an IE and test for traileraddict.com
M.Yasoob Khalid [Sat, 29 Jun 2013 14:17:27 +0000 (19:17 +0500)]
added an IE and test for traileraddict.com

10 years agoMove TF1IE to its own file
Jaime Marquínez Ferrándiz [Sat, 29 Jun 2013 13:18:19 +0000 (15:18 +0200)]
Move TF1IE to its own file

10 years agoAdd TF1IE
Jaime Marquínez Ferrándiz [Sat, 29 Jun 2013 12:43:35 +0000 (14:43 +0200)]
Add TF1IE

10 years agokeep track of the dates and html5player versions of working YT signature algos
Filippo Valsorda [Thu, 27 Jun 2013 20:20:50 +0000 (22:20 +0200)]
keep track of the dates and html5player versions of working YT signature algos

10 years agoAdd WatIE
Jaime Marquínez Ferrándiz [Fri, 28 Jun 2013 20:01:47 +0000 (22:01 +0200)]
Add WatIE

10 years agoRewrote error message a bit to clarify
Philipp Hagemeister [Fri, 28 Jun 2013 16:53:31 +0000 (18:53 +0200)]
Rewrote error message a bit to clarify

10 years agoChanged the error message.
M.Yasoob Ullah Khalid [Thu, 27 Jun 2013 18:20:08 +0000 (23:20 +0500)]
Changed the error message.

I changed the ExtractorError from ```msg = msg + u'; please report this issue on http://yt-dl.org/bug'``` to ```msg = msg + u'; please report this issue on http://yt-dl.org/bug with the complete output by running the same command with --verbose flag'```
Hopefully this will tell the users to report bugs with the complete output.

10 years agoAdd RingTVIE (Thanks @yasoob)
M.Yasoob Khalid [Fri, 28 Jun 2013 15:44:06 +0000 (20:44 +0500)]
Add RingTVIE (Thanks @yasoob)

10 years agoAdded an IE for gamespot. Although gamespot allows downloading but it is only availab...
M.Yasoob Khalid [Fri, 28 Jun 2013 05:34:01 +0000 (10:34 +0500)]
Added an IE for gamespot. Although gamespot allows downloading but it is only available to registered users. With this IE no registration is required.

10 years agoPrint which IE is being skipped in test_download
Jaime Marquínez Ferrándiz [Fri, 28 Jun 2013 09:20:00 +0000 (11:20 +0200)]
Print which IE is being skipped in test_download

10 years agoAdd function add_default_info_extractors to YoutubeDL
Jaime Marquínez Ferrándiz [Thu, 27 Jun 2013 21:51:06 +0000 (23:51 +0200)]
Add function add_default_info_extractors to YoutubeDL

It adds to the list the ies returned by ge_extractors

10 years agoMerge branch 'generate-ie-list'
Philipp Hagemeister [Thu, 27 Jun 2013 20:44:02 +0000 (22:44 +0200)]
Merge branch 'generate-ie-list'

10 years agoMake sure that IEs only accept their own URLs
Philipp Hagemeister [Thu, 27 Jun 2013 19:21:54 +0000 (21:21 +0200)]
Make sure that IEs only accept their own URLs

10 years ago[tumblr] Fix title
Philipp Hagemeister [Thu, 27 Jun 2013 19:19:42 +0000 (21:19 +0200)]
[tumblr] Fix title

10 years agoMove testcase generator to helper
Philipp Hagemeister [Thu, 27 Jun 2013 19:15:16 +0000 (21:15 +0200)]
Move testcase generator to helper

10 years agoMake sure SoundcloudIE does not match soundcloud sets
Philipp Hagemeister [Thu, 27 Jun 2013 19:11:23 +0000 (21:11 +0200)]
Make sure SoundcloudIE does not match soundcloud sets

10 years agorelease 2013.06.34.2
Philipp Hagemeister [Thu, 27 Jun 2013 18:50:57 +0000 (20:50 +0200)]
release 2013.06.34.2

10 years agoCredit @gitprojs for auengine
Philipp Hagemeister [Thu, 27 Jun 2013 18:50:34 +0000 (20:50 +0200)]
Credit @gitprojs for auengine

10 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Thu, 27 Jun 2013 18:47:03 +0000 (20:47 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

10 years agoMove tests to the IE definitions
Philipp Hagemeister [Thu, 27 Jun 2013 18:46:46 +0000 (20:46 +0200)]
Move tests to the IE definitions

10 years agoMerge pull request #954 from gitprojs/generic
Philipp Hagemeister [Thu, 27 Jun 2013 18:44:46 +0000 (11:44 -0700)]
Merge pull request #954 from gitprojs/generic

Augmented Generic IE

10 years agoTests: Add coding to files
Philipp Hagemeister [Thu, 27 Jun 2013 18:32:02 +0000 (20:32 +0200)]
Tests: Add coding to files

10 years ago[googleplus] move tests
Philipp Hagemeister [Thu, 27 Jun 2013 18:31:27 +0000 (20:31 +0200)]
[googleplus] move tests

10 years ago[infoq] move tests
Philipp Hagemeister [Thu, 27 Jun 2013 18:27:08 +0000 (20:27 +0200)]
[infoq] move tests

10 years agoRemove superfluous name declarations
Philipp Hagemeister [Thu, 27 Jun 2013 18:25:56 +0000 (20:25 +0200)]
Remove superfluous name declarations

10 years ago[youku] move tests
Philipp Hagemeister [Thu, 27 Jun 2013 18:25:46 +0000 (20:25 +0200)]
[youku] move tests

10 years ago[eighttracks] move test
Philipp Hagemeister [Thu, 27 Jun 2013 18:22:00 +0000 (20:22 +0200)]
[eighttracks] move test

10 years ago[steam] move test
Philipp Hagemeister [Thu, 27 Jun 2013 18:20:00 +0000 (20:20 +0200)]
[steam] move test

10 years ago[metacafe] move tests
Philipp Hagemeister [Thu, 27 Jun 2013 18:18:35 +0000 (20:18 +0200)]
[metacafe] move tests

10 years agoMade 'video' the default title for generic IE
Albert Kim [Thu, 27 Jun 2013 18:18:15 +0000 (19:18 +0100)]
Made 'video' the default title for generic IE

10 years ago[soundcloud] Move tests
Philipp Hagemeister [Thu, 27 Jun 2013 18:17:21 +0000 (20:17 +0200)]
[soundcloud] Move tests

10 years agoMade generic IE handle more cases
Albert Kim [Thu, 27 Jun 2013 18:16:09 +0000 (19:16 +0100)]
Made generic IE handle more cases

Added a possible quote after file, so it can now handle cases like:
'file': 'http://www.a.com/b.mp4'

10 years ago[youtube] Fix tests in 2.x
Philipp Hagemeister [Thu, 27 Jun 2013 17:55:39 +0000 (19:55 +0200)]
[youtube] Fix tests in 2.x

10 years agoUse str every time
Philipp Hagemeister [Thu, 27 Jun 2013 17:43:43 +0000 (19:43 +0200)]
Use str every time

10 years agoAllow _TESTS attribute for IEs with multiple tests
Philipp Hagemeister [Thu, 27 Jun 2013 17:13:11 +0000 (19:13 +0200)]
Allow _TESTS attribute for IEs with multiple tests

This also improves the numbering of duplicate tests

10 years agoGenerate the list of IEs automatically
Philipp Hagemeister [Thu, 27 Jun 2013 16:38:42 +0000 (18:38 +0200)]
Generate the list of IEs automatically

It seems like GenericIE needs to be last, but other than that, the order really does not matter anymore.
To cut down on merge conflicts, generate the list of IEs automatically.

10 years agoAllow moving tests into IE files
Philipp Hagemeister [Thu, 27 Jun 2013 16:28:45 +0000 (18:28 +0200)]
Allow moving tests into IE files

Allow adding download tests right in the IE file.
This will cut down on merge conflicts and make it more likely that new IE authors will add tests right away.