youtube-dl
10 years agoAdd Jukebox IE
Philipp Hagemeister [Tue, 25 Jun 2013 15:12:35 +0000 (17:12 +0200)]
Add Jukebox IE

10 years ago[jukebox] call YoutubeIE if necessary
mc2avr [Tue, 25 Jun 2013 14:51:09 +0000 (16:51 +0200)]
[jukebox] call YoutubeIE if necessary

10 years agoimprove generic and encrypted signature error messages
Filippo Valsorda [Tue, 25 Jun 2013 14:43:29 +0000 (16:43 +0200)]
improve generic and encrypted signature error messages

10 years agoadd tests for use_cipher_signature videos (#897) and the ability to test multiple...
Filippo Valsorda [Tue, 25 Jun 2013 12:38:00 +0000 (14:38 +0200)]
add tests for use_cipher_signature videos (#897) and the ability to test multiple videos per IE

10 years agoadd JukeboxIE
mc2avr [Tue, 25 Jun 2013 11:28:59 +0000 (13:28 +0200)]
add JukeboxIE

10 years agorelease 2013.06.30
Philipp Hagemeister [Tue, 25 Jun 2013 10:28:40 +0000 (12:28 +0200)]
release 2013.06.30

10 years agoHandle video pages without vevo IDs (Fixes #923)
Philipp Hagemeister [Tue, 25 Jun 2013 09:17:28 +0000 (11:17 +0200)]
Handle video pages without vevo IDs (Fixes #923)

10 years agoYoutubeIE: Extend decryption of signatures to all videos that have the 's' field...
Jaime Marquínez Ferrándiz [Mon, 24 Jun 2013 19:19:04 +0000 (21:19 +0200)]
YoutubeIE: Extend decryption of signatures to all videos that have the 's' field in the url_encoded_fmt_stream_map (related #920)

10 years agoclean up printing in __init__.py
Filippo Valsorda [Mon, 24 Jun 2013 13:57:53 +0000 (15:57 +0200)]
clean up printing in __init__.py

10 years agorelease 2013.06.29
Philipp Hagemeister [Mon, 24 Jun 2013 12:51:24 +0000 (14:51 +0200)]
release 2013.06.29

10 years agoMTVIE: add support for Vevo videos (related #913)
Jaime Marquínez Ferrándiz [Mon, 24 Jun 2013 11:54:19 +0000 (13:54 +0200)]
MTVIE: add support for Vevo videos (related #913)

10 years agoAdd VevoIE
Jaime Marquínez Ferrándiz [Mon, 24 Jun 2013 10:31:41 +0000 (12:31 +0200)]
Add VevoIE

10 years agorelease 2013.06.28
Philipp Hagemeister [Mon, 24 Jun 2013 09:11:33 +0000 (11:11 +0200)]
release 2013.06.28

10 years agoMerge remote-tracking branch 'jaimeMF/youtubedl_class'
Philipp Hagemeister [Mon, 24 Jun 2013 08:48:41 +0000 (10:48 +0200)]
Merge remote-tracking branch 'jaimeMF/youtubedl_class'

10 years agorelease 2013.06.27
Philipp Hagemeister [Mon, 24 Jun 2013 08:32:08 +0000 (10:32 +0200)]
release 2013.06.27

10 years agoUse the new class in the tests
Jaime Marquínez Ferrándiz [Sun, 23 Jun 2013 18:41:17 +0000 (20:41 +0200)]
Use the new class in the tests

10 years agoSplit FileDownloader in two classes: FileDownloader and YoutubeDL
Jaime Marquínez Ferrándiz [Tue, 18 Jun 2013 20:14:21 +0000 (22:14 +0200)]
Split FileDownloader in two classes: FileDownloader and YoutubeDL

YoutubeDL is the class that coordinates everything
FileDownloader gets a filename and an info dict and downloads the video.

10 years ago[youtube] fix condition always being evaluated to true
Jaime Marquínez Ferrándiz [Mon, 24 Jun 2013 07:42:46 +0000 (09:42 +0200)]
[youtube] fix condition always being evaluated to true

10 years ago[youtube] Use mp4 as extension for format 38 (Fixes #892)
Philipp Hagemeister [Sun, 23 Jun 2013 23:20:29 +0000 (01:20 +0200)]
[youtube] Use mp4 as extension for format 38 (Fixes #892)

10 years agorelease 2013.06.26
Philipp Hagemeister [Sun, 23 Jun 2013 23:01:53 +0000 (01:01 +0200)]
release 2013.06.26

10 years agoRemove includes from setup.py for windows build
Philipp Hagemeister [Sun, 23 Jun 2013 22:49:36 +0000 (00:49 +0200)]
Remove includes from setup.py for windows build

10 years agorelease 2013.06.25
Philipp Hagemeister [Sun, 23 Jun 2013 22:20:36 +0000 (00:20 +0200)]
release 2013.06.25

10 years agoFix release script once more
Philipp Hagemeister [Sun, 23 Jun 2013 22:09:20 +0000 (00:09 +0200)]
Fix release script once more

10 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Sun, 23 Jun 2013 22:06:01 +0000 (00:06 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

10 years agoImprove test skipping functionality
Philipp Hagemeister [Sun, 23 Jun 2013 22:05:02 +0000 (00:05 +0200)]
Improve test skipping functionality

10 years agoCorrect comparison test
Philipp Hagemeister [Sun, 23 Jun 2013 22:02:49 +0000 (00:02 +0200)]
Correct comparison test

10 years agorelease 2013.06.24
Philipp Hagemeister [Sun, 23 Jun 2013 22:02:20 +0000 (00:02 +0200)]
release 2013.06.24

10 years agoAdd included files for Windows build
Philipp Hagemeister [Sun, 23 Jun 2013 22:01:41 +0000 (00:01 +0200)]
Add included files for Windows build

10 years agosetup.py: include the new extractor module
Jaime Marquínez Ferrándiz [Sun, 23 Jun 2013 21:54:08 +0000 (23:54 +0200)]
setup.py: include the new extractor module

10 years agorelease 2013.06.23
Philipp Hagemeister [Sun, 23 Jun 2013 21:42:21 +0000 (23:42 +0200)]
release 2013.06.23

10 years agoallow skipping tests when releasing
Philipp Hagemeister [Sun, 23 Jun 2013 21:41:52 +0000 (23:41 +0200)]
allow skipping tests when releasing

(YouTube Subtitles are currently flaky in Germany, especially via IPv6)

10 years agoUpdate Makefile to packaged paths
Philipp Hagemeister [Sun, 23 Jun 2013 21:27:28 +0000 (23:27 +0200)]
Update Makefile to packaged paths

10 years ago[break] adapt to new paths
Philipp Hagemeister [Sun, 23 Jun 2013 20:59:51 +0000 (22:59 +0200)]
[break] adapt to new paths

10 years agoCorrect module name
Philipp Hagemeister [Sun, 23 Jun 2013 20:53:42 +0000 (22:53 +0200)]
Correct module name

10 years ago[justin.tv] Clarify variable content
Philipp Hagemeister [Sun, 23 Jun 2013 20:52:43 +0000 (22:52 +0200)]
[justin.tv] Clarify variable content

10 years agoRemove mentions of old InfoExtractors module
Philipp Hagemeister [Sun, 23 Jun 2013 20:42:59 +0000 (22:42 +0200)]
Remove mentions of old InfoExtractors module

10 years agoFix imports and restrict available legacy imports
Philipp Hagemeister [Sun, 23 Jun 2013 20:38:59 +0000 (22:38 +0200)]
Fix imports and restrict available legacy imports

10 years agoMove extractor imports and functions into extractor/__init__.py
Philipp Hagemeister [Sun, 23 Jun 2013 20:36:24 +0000 (22:36 +0200)]
Move extractor imports and functions into extractor/__init__.py

10 years agoRemove unused imports from InfoExtractor
Philipp Hagemeister [Sun, 23 Jun 2013 20:34:23 +0000 (22:34 +0200)]
Remove unused imports from InfoExtractor

10 years ago[xhamster] Move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:32:44 +0000 (22:32 +0200)]
[xhamster] Move into own file

10 years ago[Teamcoco] Move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:31:50 +0000 (22:31 +0200)]
[Teamcoco] Move into own file

10 years ago[flickr] Move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:31:12 +0000 (22:31 +0200)]
[flickr] Move into own file

10 years ago[howcast] Move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:30:16 +0000 (22:30 +0200)]
[howcast] Move into own file

10 years ago[hypem] Move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:29:27 +0000 (22:29 +0200)]
[hypem] Move into own file

10 years ago[ina] Move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:28:19 +0000 (22:28 +0200)]
[ina] Move into own file

10 years ago[redtube] Simplify
Philipp Hagemeister [Sun, 23 Jun 2013 20:27:34 +0000 (22:27 +0200)]
[redtube] Simplify

10 years ago[redtube] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:27:16 +0000 (22:27 +0200)]
[redtube] move into own file

10 years ago[Vine] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:26:30 +0000 (22:26 +0200)]
[Vine] move into own file

10 years ago[VBox7] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:25:46 +0000 (22:25 +0200)]
[VBox7] move into own file

10 years ago[Bandcamp] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:24:58 +0000 (22:24 +0200)]
[Bandcamp] move into own file

10 years ago[Tumblr] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:24:07 +0000 (22:24 +0200)]
[Tumblr] move into own file

10 years ago[LiveLeak] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:23:19 +0000 (22:23 +0200)]
[LiveLeak] move into own file

10 years ago[Spiegel] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:22:08 +0000 (22:22 +0200)]
[Spiegel] move into own file

10 years ago[myspass] Move into own file and default to mp4 ext
Philipp Hagemeister [Sun, 23 Jun 2013 20:20:45 +0000 (22:20 +0200)]
[myspass] Move into own file and default to mp4 ext

10 years ago[keek] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:16:41 +0000 (22:16 +0200)]
[keek] move into own file

10 years ago[8tracks] Move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:15:50 +0000 (22:15 +0200)]
[8tracks] Move into own file

10 years ago[youjizz] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:14:22 +0000 (22:14 +0200)]
[youjizz] move into own file

10 years ago[pornotube] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:13:32 +0000 (22:13 +0200)]
[pornotube] move into own file

10 years ago[YouPorn] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:12:14 +0000 (22:12 +0200)]
[YouPorn] move into own file

10 years ago[RBMARadio] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:09:32 +0000 (22:09 +0200)]
[RBMARadio] move into own file

10 years ago[ustream] move into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:08:28 +0000 (22:08 +0200)]
[ustream] move into its own file

10 years ago[justin.tv] move into own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:07:27 +0000 (22:07 +0200)]
[justin.tv] move into own file

10 years ago[FunnyOrDie] Remove unused import
Philipp Hagemeister [Sun, 23 Jun 2013 20:07:17 +0000 (22:07 +0200)]
[FunnyOrDie] Remove unused import

10 years agoMove FunnyOrDie into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:05:23 +0000 (22:05 +0200)]
Move FunnyOrDie into its own file

10 years agoMove WorldStarHipHop into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:04:08 +0000 (22:04 +0200)]
Move WorldStarHipHop into its own file

10 years agoMove Steam IE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:02:56 +0000 (22:02 +0200)]
Move Steam IE into its own file

10 years agoMove XNXX into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:01:57 +0000 (22:01 +0200)]
Move XNXX into its own file

10 years agoMove Youku IE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 20:01:02 +0000 (22:01 +0200)]
Move Youku IE into its own file

10 years agoMove MixCloud into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 19:59:15 +0000 (21:59 +0200)]
Move MixCloud into its own file

10 years agoMove TED IE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 19:55:53 +0000 (21:55 +0200)]
Move TED IE into its own file

10 years agoMark MTV as broken for now (#913)
Philipp Hagemeister [Sun, 23 Jun 2013 19:52:41 +0000 (21:52 +0200)]
Mark MTV as broken for now (#913)

10 years agoFix Statigram test
Philipp Hagemeister [Sun, 23 Jun 2013 19:34:40 +0000 (21:34 +0200)]
Fix Statigram test

10 years agoAdd MTV IE file (oops)
Philipp Hagemeister [Sun, 23 Jun 2013 19:34:03 +0000 (21:34 +0200)]
Add MTV IE file (oops)

10 years agoImprove error reporting for downloads
Philipp Hagemeister [Sun, 23 Jun 2013 19:33:11 +0000 (21:33 +0200)]
Improve error reporting for downloads

10 years agoMove MTV IE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 19:27:38 +0000 (21:27 +0200)]
Move MTV IE into its own file

10 years agoMove NBA IE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 19:18:00 +0000 (21:18 +0200)]
Move NBA IE into its own file

10 years agoMove StanfordOC IE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 19:16:32 +0000 (21:16 +0200)]
Move StanfordOC IE into its own file

10 years agoMove infoq into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 19:14:19 +0000 (21:14 +0200)]
Move infoq into its own file

10 years agoMove XVideos IE into its own file (and simplify it a bit)
Philipp Hagemeister [Sun, 23 Jun 2013 19:11:47 +0000 (21:11 +0200)]
Move XVideos IE into its own file (and simplify it a bit)

10 years agoMove Collegehumor IE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 19:10:21 +0000 (21:10 +0200)]
Move Collegehumor IE into its own file

10 years agoMove Escapist into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 19:08:17 +0000 (21:08 +0200)]
Move Escapist into its own file

10 years agoSimplify EscapistIE
Philipp Hagemeister [Sun, 23 Jun 2013 19:06:49 +0000 (21:06 +0200)]
Simplify EscapistIE

10 years agoMove DepositFiles into its own IE
Philipp Hagemeister [Sun, 23 Jun 2013 19:06:20 +0000 (21:06 +0200)]
Move DepositFiles into its own IE

10 years agoAdd facebook import
Philipp Hagemeister [Sun, 23 Jun 2013 19:00:34 +0000 (21:00 +0200)]
Add facebook import

10 years agoMove Facebook into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 18:59:45 +0000 (20:59 +0200)]
Move Facebook into its own file

10 years agoMove Soundcloud into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 18:57:44 +0000 (20:57 +0200)]
Move Soundcloud into its own file

10 years agoMove G+ IE into its own file, and move google search into a more descriptive module
Philipp Hagemeister [Sun, 23 Jun 2013 18:55:15 +0000 (20:55 +0200)]
Move G+ IE into its own file, and move google search into a more descriptive module

10 years agoAdd import for google search
Philipp Hagemeister [Sun, 23 Jun 2013 18:51:42 +0000 (20:51 +0200)]
Add import for google search

10 years agoMove comedycentral into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 18:50:22 +0000 (20:50 +0200)]
Move comedycentral into its own file

10 years agoMove MyVideo into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 18:48:32 +0000 (20:48 +0200)]
Move MyVideo into its own file

10 years agoMove blip.tv extractors into their own file
Philipp Hagemeister [Sun, 23 Jun 2013 18:44:48 +0000 (20:44 +0200)]
Move blip.tv extractors into their own file

10 years agoMove YahooSearchIE to youtube_dl.extractor.yahoo
Philipp Hagemeister [Sun, 23 Jun 2013 18:41:54 +0000 (20:41 +0200)]
Move YahooSearchIE to youtube_dl.extractor.yahoo

10 years agoRemove useless headers
Philipp Hagemeister [Sun, 23 Jun 2013 18:35:50 +0000 (20:35 +0200)]
Remove useless headers

10 years agoMove GoogleSearchIE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 18:32:49 +0000 (20:32 +0200)]
Move GoogleSearchIE into its own file

10 years agoMove GenericIE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 18:31:45 +0000 (20:31 +0200)]
Move GenericIE into its own file

10 years agoMove gametrailers IE into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 18:29:46 +0000 (20:29 +0200)]
Move gametrailers IE into its own file

10 years agoMove YoutubeSearchIE to the other youtube IEs
Philipp Hagemeister [Sun, 23 Jun 2013 18:28:15 +0000 (20:28 +0200)]
Move YoutubeSearchIE to the other youtube IEs

10 years ago[arte] Mark dead code as such
Philipp Hagemeister [Sun, 23 Jun 2013 18:26:35 +0000 (20:26 +0200)]
[arte] Mark dead code as such

10 years agoMove ARD, Arte, ZDF into their own files
Philipp Hagemeister [Sun, 23 Jun 2013 18:24:07 +0000 (20:24 +0200)]
Move ARD, Arte, ZDF into their own files

10 years agoMove Vimeo into its own file
Philipp Hagemeister [Sun, 23 Jun 2013 18:18:21 +0000 (20:18 +0200)]
Move Vimeo into its own file