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 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 ago[soundcloud] Move tests
Philipp Hagemeister [Thu, 27 Jun 2013 18:17:21 +0000 (20:17 +0200)]
[soundcloud] Move tests

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 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.

10 years ago[auengine] Rename to official capitalization
Philipp Hagemeister [Thu, 27 Jun 2013 16:19:19 +0000 (18:19 +0200)]
[auengine] Rename to official capitalization

10 years agoMerge remote-tracking branch 'gitprojs/master'
Philipp Hagemeister [Thu, 27 Jun 2013 16:16:41 +0000 (18:16 +0200)]
Merge remote-tracking branch 'gitprojs/master'

Conflicts:
youtube_dl/extractor/__init__.py

10 years agorelease 2013.06.34.1
Philipp Hagemeister [Thu, 27 Jun 2013 15:58:58 +0000 (17:58 +0200)]
release 2013.06.34.1

10 years agoMerge remote-tracking branch 'origin/HEAD'
Philipp Hagemeister [Thu, 27 Jun 2013 15:58:42 +0000 (17:58 +0200)]
Merge remote-tracking branch 'origin/HEAD'

10 years agoAdd tests and improve for HotNewHipHop
Philipp Hagemeister [Thu, 27 Jun 2013 15:56:48 +0000 (17:56 +0200)]
Add tests and improve for HotNewHipHop

10 years agoMerge remote-tracking branch 'JohnyMoSwag/master'
Philipp Hagemeister [Thu, 27 Jun 2013 15:52:41 +0000 (17:52 +0200)]
Merge remote-tracking branch 'JohnyMoSwag/master'

10 years agofix for detecting youtube embedded videos.
Johny Mo Swag [Thu, 27 Jun 2013 15:39:32 +0000 (08:39 -0700)]
fix for detecting youtube embedded videos.

10 years agoUpdated auengine IE to use compat_urllib* utils
Albert Kim [Thu, 27 Jun 2013 12:48:28 +0000 (13:48 +0100)]
Updated auengine IE to use compat_urllib* utils

10 years agoYoutubeIE: update the docstrings and the error message of _decrypt_signature
Jaime Marquínez Ferrándiz [Thu, 27 Jun 2013 12:37:45 +0000 (14:37 +0200)]
YoutubeIE: update the docstrings and the error message of _decrypt_signature

Now it doesn't check the size of the two parts of the key.

10 years agoAdded an IE for auengine.com
Albert Kim [Thu, 27 Jun 2013 11:58:09 +0000 (12:58 +0100)]
Added an IE for auengine.com

10 years agorelease 2013.06.34
Philipp Hagemeister [Thu, 27 Jun 2013 11:02:57 +0000 (13:02 +0200)]
release 2013.06.34

10 years agoprint more encrypted signature info on -v (rel: #948)
Filippo Valsorda [Thu, 27 Jun 2013 10:54:07 +0000 (12:54 +0200)]
print more encrypted signature info on -v (rel: #948)

10 years agoa new day, a new s algo - fix #946
Filippo Valsorda [Thu, 27 Jun 2013 10:24:46 +0000 (12:24 +0200)]
a new day, a new s algo - fix #946

10 years agoCheck in signature generator
Philipp Hagemeister [Thu, 27 Jun 2013 09:15:29 +0000 (11:15 +0200)]
Check in signature generator

10 years agosimplify youtube signature generation
Philipp Hagemeister [Thu, 27 Jun 2013 09:15:01 +0000 (11:15 +0200)]
simplify youtube signature generation

10 years agoremoved print statement
Johny Mo Swag [Thu, 27 Jun 2013 02:04:05 +0000 (19:04 -0700)]
removed print statement

10 years agoAdded HotNewHipHop IE
Johny Mo Swag [Thu, 27 Jun 2013 01:38:48 +0000 (18:38 -0700)]
Added HotNewHipHop IE

10 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Wed, 26 Jun 2013 23:52:13 +0000 (01:52 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

10 years agoAdd a clean-room implementation for youtube signatures
Philipp Hagemeister [Wed, 26 Jun 2013 23:51:10 +0000 (01:51 +0200)]
Add a clean-room implementation for youtube signatures

10 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Jaime Marquínez Ferrándiz [Wed, 26 Jun 2013 22:16:02 +0000 (00:16 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

10 years agoArteTvIE: rewrite the extract process to support the new site (fixes #875)
Jaime Marquínez Ferrándiz [Wed, 26 Jun 2013 22:09:51 +0000 (00:09 +0200)]
ArteTvIE: rewrite the extract process to support the new site (fixes #875)

The video can be downloaded with rtmp or http, but the best quality format seems to always use rtmp.
Deleted the old methods.

10 years agoAdd test for youtube signature algorithm
Philipp Hagemeister [Wed, 26 Jun 2013 22:09:25 +0000 (00:09 +0200)]
Add test for youtube signature algorithm

10 years agoSimplify FakeYDL
Philipp Hagemeister [Wed, 26 Jun 2013 22:09:05 +0000 (00:09 +0200)]
Simplify FakeYDL

10 years agoComedycentralIE: Force conversion of the description to unicode (close #941)
Jaime Marquínez Ferrándiz [Wed, 26 Jun 2013 19:32:51 +0000 (21:32 +0200)]
ComedycentralIE: Force conversion of the description to unicode (close #941)

When writing to a file it would fail.

10 years ago[wimp] minor readability improvements (#940)
Philipp Hagemeister [Wed, 26 Jun 2013 16:22:26 +0000 (18:22 +0200)]
[wimp] minor readability improvements (#940)

10 years ago[vevo] remove unused import
Philipp Hagemeister [Wed, 26 Jun 2013 16:04:47 +0000 (18:04 +0200)]
[vevo] remove unused import

10 years agoAdd CSpanIE (closes #312)
Jaime Marquínez Ferrándiz [Wed, 26 Jun 2013 15:55:54 +0000 (17:55 +0200)]
Add CSpanIE (closes #312)

10 years agoadded .decode('ascii')
M.Yasoob Khalid [Wed, 26 Jun 2013 14:41:55 +0000 (19:41 +0500)]
added .decode('ascii')

10 years agoFileDownloader: fixed call to "report_error" of YoutubeDL
Jaime Marquínez Ferrándiz [Wed, 26 Jun 2013 14:32:47 +0000 (16:32 +0200)]
FileDownloader: fixed call to "report_error" of YoutubeDL

It was being called as "error"

10 years agoadded b'' to my regex expression in order to solve the error on python 3
M.Yasoob Khalid [Wed, 26 Jun 2013 13:46:05 +0000 (18:46 +0500)]
added b'' to my regex expression in order to solve the error on python 3

10 years agochanged wimp.py according to the changes suggested by jaime
M.Yasoob Khalid [Wed, 26 Jun 2013 12:26:59 +0000 (17:26 +0500)]
changed wimp.py according to the changes suggested by jaime

10 years agoremoved trailing ',' and corrected the title in test
M.Yasoob Khalid [Wed, 26 Jun 2013 10:51:25 +0000 (15:51 +0500)]
removed trailing ',' and corrected the title in test

10 years agoadded test for wimp.com
M.Yasoob Khalid [Wed, 26 Jun 2013 10:40:24 +0000 (15:40 +0500)]
added test for wimp.com

10 years agoMerge branch 'master' of github.com:rg3/youtube-dl
M.Yasoob Khalid [Wed, 26 Jun 2013 10:30:21 +0000 (15:30 +0500)]
Merge branch 'master' of github.com:rg3/youtube-dl

10 years agoadded an IE for wimp.com
M.Yasoob Khalid [Wed, 26 Jun 2013 10:25:53 +0000 (15:25 +0500)]
added an IE for wimp.com

10 years agoMerge pull request #936 from iemejia/master
Jaime Marquínez Ferrándiz [Wed, 26 Jun 2013 10:06:06 +0000 (03:06 -0700)]
Merge pull request #936 from iemejia/master

Added option for vtt WebVTT subtitle format for Youtube

10 years agoFixed typo in subtitle format option (from: sbt => sbv)
Ismael Mejia [Wed, 26 Jun 2013 09:59:29 +0000 (11:59 +0200)]
Fixed typo in subtitle format option (from: sbt => sbv)

10 years agoAdded missing write-auto-sub option in README file
Ismael Mejia [Wed, 26 Jun 2013 09:34:38 +0000 (11:34 +0200)]
Added missing write-auto-sub option in README file

10 years agoAdded support for additional vtt subtitle format (WebVTT) in youtube-dl.
Ismael Mejia [Wed, 26 Jun 2013 09:28:47 +0000 (11:28 +0200)]
Added support for additional vtt subtitle format (WebVTT) in youtube-dl.

10 years agoAdd the option "--write-auto-sub" to download automatic subtitles from Youtube
Jaime Marquínez Ferrándiz [Tue, 25 Jun 2013 21:45:16 +0000 (23:45 +0200)]
Add the option "--write-auto-sub" to download automatic subtitles from Youtube

Now automatic subtitles are only downloaded if the option is given.
(closes #903)

10 years agorelease 2013.06.33
Philipp Hagemeister [Tue, 25 Jun 2013 20:42:02 +0000 (22:42 +0200)]
release 2013.06.33

10 years agoAdd "--video-password" option (related #889)
Jaime Marquínez Ferrándiz [Tue, 25 Jun 2013 20:22:32 +0000 (22:22 +0200)]
Add "--video-password" option (related #889)

Used only for accessing a private video

Restore the error when the account is missing

10 years agoMerge pull request #922 from JohnyMoSwag/master
Jaime Marquínez Ferrándiz [Tue, 25 Jun 2013 20:07:31 +0000 (22:07 +0200)]
Merge pull request #922 from JohnyMoSwag/master

Added embedded youtube detection to WorldstarIE

10 years agoJukeboxIE: support more countries
Jaime Marquínez Ferrándiz [Tue, 25 Jun 2013 20:04:44 +0000 (22:04 +0200)]
JukeboxIE: support more countries

10 years agoSort IEs alphabetically
Philipp Hagemeister [Tue, 25 Jun 2013 19:11:57 +0000 (21:11 +0200)]
Sort IEs alphabetically

10 years agoMerge remote-tracking branch 'yasoob/master'
Philipp Hagemeister [Tue, 25 Jun 2013 19:09:15 +0000 (21:09 +0200)]
Merge remote-tracking branch 'yasoob/master'

10 years agorelease 2013.06.32
Philipp Hagemeister [Tue, 25 Jun 2013 18:55:47 +0000 (20:55 +0200)]
release 2013.06.32

10 years agoDirectly call update_latest
Philipp Hagemeister [Tue, 25 Jun 2013 18:50:54 +0000 (20:50 +0200)]
Directly call update_latest

10 years agoadded test for tudou.com
M.Yasoob Khalid [Tue, 25 Jun 2013 17:52:21 +0000 (22:52 +0500)]
added test for tudou.com

10 years agoAdded an IE for todou
M.Yasoob Khalid [Tue, 25 Jun 2013 17:48:08 +0000 (22:48 +0500)]
Added an IE for todou

10 years agoUpdate latest files on release
Philipp Hagemeister [Tue, 25 Jun 2013 16:45:12 +0000 (18:45 +0200)]
Update latest files on release

10 years agorelease 2013.06.31
Philipp Hagemeister [Tue, 25 Jun 2013 16:40:58 +0000 (18:40 +0200)]
release 2013.06.31

10 years agoCredit mc2avr for JukeboxIE (#924)
Philipp Hagemeister [Tue, 25 Jun 2013 15:57:47 +0000 (17:57 +0200)]
Credit mc2avr for JukeboxIE (#924)

10 years ago[googleplus] Adapt to new detail URL format
Philipp Hagemeister [Tue, 25 Jun 2013 15:52:29 +0000 (17:52 +0200)]
[googleplus] Adapt to new detail URL format

10 years agoAdd encoding to jukebox IE and simplify it a little bit
Philipp Hagemeister [Tue, 25 Jun 2013 15:16:38 +0000 (17:16 +0200)]
Add encoding to jukebox IE and simplify it a little bit

10 years agoMake upload atomic (#925)
Philipp Hagemeister [Tue, 25 Jun 2013 15:14:25 +0000 (17:14 +0200)]
Make upload atomic (#925)

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 agoadded Youtube embed detection to WorldstarIE
Johny Mo Swag [Tue, 25 Jun 2013 01:58:49 +0000 (18:58 -0700)]
added Youtube embed detection to WorldstarIE

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