youtube-dl
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 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

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