youtube-dl
9 years agoDefault to continuedl=True
Philipp Hagemeister [Sat, 28 Mar 2015 07:11:32 +0000 (08:11 +0100)]
Default to continuedl=True

We already do this in the CLI interface, so it should be just fine.

9 years agoMakefile: fix 'find' command
Jaime Marquínez Ferrándiz [Fri, 27 Mar 2015 13:21:53 +0000 (14:21 +0100)]
Makefile: fix 'find' command

It worked with the GNU version, but not with the BSD version.

9 years agoDon't use bare 'except:'
Jaime Marquínez Ferrándiz [Fri, 27 Mar 2015 12:02:20 +0000 (13:02 +0100)]
Don't use bare 'except:'

They catch any exception, including KeyboardInterrupt, we don't want to catch it.

9 years ago[eroprofile] Add login support (#5269)
Naglis Jonaitis [Thu, 26 Mar 2015 21:24:15 +0000 (23:24 +0200)]
[eroprofile] Add login support (#5269)

9 years ago[vimeo] Capture and output error message (#5294)
Sergey M․ [Thu, 26 Mar 2015 21:05:08 +0000 (03:05 +0600)]
[vimeo] Capture and output error message (#5294)

9 years ago[youtube:watchlater] Remove unused properties and fix tests
Jaime Marquínez Ferrándiz [Thu, 26 Mar 2015 19:03:31 +0000 (20:03 +0100)]
[youtube:watchlater] Remove unused properties and fix tests

9 years ago[vessel] Fix pep8 issue
Jaime Marquínez Ferrándiz [Thu, 26 Mar 2015 18:51:40 +0000 (19:51 +0100)]
[vessel] Fix pep8 issue

9 years agoMerge branch 'zx8-master'
Sergey M․ [Thu, 26 Mar 2015 17:57:56 +0000 (23:57 +0600)]
Merge branch 'zx8-master'

9 years ago[safari] Improve and simplify
Sergey M․ [Thu, 26 Mar 2015 17:57:46 +0000 (23:57 +0600)]
[safari] Improve and simplify

9 years agoMerge branch 'master' of https://github.com/zx8/youtube-dl into zx8-master
Sergey M․ [Thu, 26 Mar 2015 17:57:13 +0000 (23:57 +0600)]
Merge branch 'master' of https://github.com/zx8/youtube-dl into zx8-master

9 years ago[vessel] Add new extractor (Closes #5275)
Naglis Jonaitis [Thu, 26 Mar 2015 17:48:22 +0000 (19:48 +0200)]
[vessel] Add new extractor (Closes #5275)

9 years ago[slideshare] Fix extraction (#5279)
Naglis Jonaitis [Thu, 26 Mar 2015 15:46:20 +0000 (17:46 +0200)]
[slideshare] Fix extraction (#5279)

9 years ago[youtube] Clarify some IE_NAMEs
Sergey M․ [Thu, 26 Mar 2015 15:42:28 +0000 (21:42 +0600)]
[youtube] Clarify some IE_NAMEs

9 years ago[youtube:watchlater] Extract watchlater as playlist (Closes #5280)
Sergey M․ [Thu, 26 Mar 2015 15:41:09 +0000 (21:41 +0600)]
[youtube:watchlater] Extract watchlater as playlist (Closes #5280)

9 years ago[utils] Escape all HTML entities written in hexadecimal form
Naglis Jonaitis [Thu, 26 Mar 2015 15:15:27 +0000 (17:15 +0200)]
[utils] Escape all HTML entities written in hexadecimal form

9 years ago[teamcoco] Fix extraction
Naglis Jonaitis [Thu, 26 Mar 2015 14:13:53 +0000 (16:13 +0200)]
[teamcoco] Fix extraction

9 years agoCredit @amishb for 22tracks (#5276)
Sergey M․ [Wed, 25 Mar 2015 16:27:20 +0000 (22:27 +0600)]
Credit @amishb for 22tracks (#5276)

9 years ago[22tracks] Improve and simplify
Sergey M․ [Wed, 25 Mar 2015 16:26:02 +0000 (22:26 +0600)]
[22tracks] Improve and simplify

9 years agoUpdated init to add 22tracks
Amish Bhadeshia [Tue, 24 Mar 2015 18:34:33 +0000 (18:34 +0000)]
Updated init to add 22tracks

9 years ago[22Tracks] Add new extractor
Amish Bhadeshia [Mon, 23 Mar 2015 13:02:44 +0000 (13:02 +0000)]
[22Tracks] Add new extractor

Conflicts:
youtube_dl/extractor/__init__.py

9 years ago[redtube] Fix test
Sergey M․ [Wed, 25 Mar 2015 14:09:01 +0000 (20:09 +0600)]
[redtube] Fix test

9 years ago[redtube] Capture and output removed video message (#5281)
Sergey M․ [Wed, 25 Mar 2015 14:08:35 +0000 (20:08 +0600)]
[redtube] Capture and output removed video message (#5281)

9 years agorelease 2015.03.24
Philipp Hagemeister [Tue, 24 Mar 2015 15:39:53 +0000 (16:39 +0100)]
release 2015.03.24

9 years ago[options] Handle special characters in argv (Fixes #5157)
Philipp Hagemeister [Tue, 24 Mar 2015 15:39:46 +0000 (16:39 +0100)]
[options] Handle special characters in argv (Fixes #5157)

9 years ago[npo] Skip broken URL links (Closes #5266)
Sergey M․ [Mon, 23 Mar 2015 16:15:01 +0000 (22:15 +0600)]
[npo] Skip broken URL links (Closes #5266)

9 years ago[mlb] Improve _VALID_URL (Closes #5260)
Sergey M․ [Mon, 23 Mar 2015 15:23:57 +0000 (21:23 +0600)]
[mlb] Improve _VALID_URL (Closes #5260)

9 years ago[safari] Add safaribooksonline extractor
zx8 [Sun, 22 Mar 2015 18:03:40 +0000 (18:03 +0000)]
[safari] Add safaribooksonline extractor

9 years ago[twitch] Only match digits for the video id
Jaime Marquínez Ferrándiz [Sun, 22 Mar 2015 14:39:35 +0000 (15:39 +0100)]
[twitch] Only match digits for the video id

Urls can also contain contain a query (for example a timestamp '?t=foo')

9 years ago[test/aes] Test aes_decrypt_text with 256 bit
Jaime Marquínez Ferrándiz [Sun, 22 Mar 2015 11:09:58 +0000 (12:09 +0100)]
[test/aes] Test aes_decrypt_text with 256 bit

9 years ago[lybsyn] pep8: add space around operator
Jaime Marquínez Ferrándiz [Sun, 22 Mar 2015 10:03:52 +0000 (11:03 +0100)]
[lybsyn] pep8: add space around operator

9 years agoMerge branch 'fstirlitz-the-daily-show-podcast'
Sergey M․ [Sun, 22 Mar 2015 02:24:26 +0000 (08:24 +0600)]
Merge branch 'fstirlitz-the-daily-show-podcast'

9 years ago[comedycentral] Remove unused import
Sergey M․ [Sun, 22 Mar 2015 02:23:38 +0000 (08:23 +0600)]
[comedycentral] Remove unused import

9 years ago[comedycentral] Drop thedailyshow podcast extractor
Sergey M․ [Sun, 22 Mar 2015 02:23:20 +0000 (08:23 +0600)]
[comedycentral] Drop thedailyshow podcast extractor

Generic extractor is just fine for Libsyn embeds

9 years ago[extractor/generic] Add test for Libsyn embed
Sergey M․ [Sun, 22 Mar 2015 02:20:27 +0000 (08:20 +0600)]
[extractor/generic] Add test for Libsyn embed

9 years ago[extractor/generic] Support Libsyn embeds
Sergey M․ [Sun, 22 Mar 2015 02:18:13 +0000 (08:18 +0600)]
[extractor/generic] Support Libsyn embeds

9 years ago[libsyn] Fix extractor alphabetic order
Sergey M․ [Sun, 22 Mar 2015 02:11:47 +0000 (08:11 +0600)]
[libsyn] Fix extractor alphabetic order

9 years ago[libsyn] Improve and simplify
Sergey M․ [Sun, 22 Mar 2015 02:11:10 +0000 (08:11 +0600)]
[libsyn] Improve and simplify

9 years agoMerge branch 'the-daily-show-podcast' of https://github.com/fstirlitz/youtube-dl...
Sergey M․ [Sun, 22 Mar 2015 01:44:28 +0000 (07:44 +0600)]
Merge branch 'the-daily-show-podcast' of https://github.com/fstirlitz/youtube-dl into fstirlitz-the-daily-show-podcast

9 years ago[nrk:playlist] Relax video id regex and improve _VALID_URL
Sergey M․ [Sat, 21 Mar 2015 14:42:48 +0000 (20:42 +0600)]
[nrk:playlist] Relax video id regex and improve _VALID_URL

9 years ago[test/utils] Test xpath_text
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 13:12:43 +0000 (14:12 +0100)]
[test/utils] Test xpath_text

9 years ago[nrk:playlist] Restrict _VALID_URL
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 13:00:37 +0000 (14:00 +0100)]
[nrk:playlist] Restrict _VALID_URL

It would also match /videos/PS... urls

9 years ago[nrk:playlist] Add extractor (Closes #5245)
Sergey M․ [Sat, 21 Mar 2015 12:22:08 +0000 (18:22 +0600)]
[nrk:playlist] Add extractor (Closes #5245)

9 years ago[nrk] Extract duration
Sergey M․ [Sat, 21 Mar 2015 12:21:19 +0000 (18:21 +0600)]
[nrk] Extract duration

9 years ago[nrk] Adapt to new URL format
Sergey M․ [Sat, 21 Mar 2015 12:20:49 +0000 (18:20 +0600)]
[nrk] Adapt to new URL format

9 years agoRemove the 'stitle' field
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 11:34:44 +0000 (12:34 +0100)]
Remove the 'stitle' field

A warning has been printed for more than 2 years (since 97cd3afc7525394c46398f1526d412d081c02085)

9 years ago[crunchyroll] Remove unused class
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 11:18:33 +0000 (12:18 +0100)]
[crunchyroll] Remove unused class

9 years ago[test] Add tests for aes
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 11:07:23 +0000 (12:07 +0100)]
[test] Add tests for aes

9 years ago[test/YoutubeDL] test match_filter
Jaime Marquínez Ferrándiz [Fri, 20 Mar 2015 16:05:28 +0000 (17:05 +0100)]
[test/YoutubeDL] test match_filter

9 years ago[twitch] Fix login
Sergey M․ [Fri, 20 Mar 2015 15:45:09 +0000 (21:45 +0600)]
[twitch] Fix login

9 years agoMerge branch 'ndac-todoroki-niconico_nm'
Sergey M․ [Fri, 20 Mar 2015 14:53:27 +0000 (20:53 +0600)]
Merge branch 'ndac-todoroki-niconico_nm'

9 years ago[niconico] Add nm video test
Sergey M․ [Fri, 20 Mar 2015 14:53:14 +0000 (20:53 +0600)]
[niconico] Add nm video test

9 years agoMerge branch 'niconico_nm' of https://github.com/ndac-todoroki/youtube-dl into ndac...
Sergey M․ [Fri, 20 Mar 2015 14:52:56 +0000 (20:52 +0600)]
Merge branch 'niconico_nm' of https://github.com/ndac-todoroki/youtube-dl into ndac-todoroki-niconico_nm

9 years ago[test/YoutubeDL] split in two classes
Jaime Marquínez Ferrándiz [Fri, 20 Mar 2015 14:14:25 +0000 (15:14 +0100)]
[test/YoutubeDL] split in two classes

The name was misleading

9 years ago[test/http] Add test for proxy support
Jaime Marquínez Ferrándiz [Fri, 20 Mar 2015 13:59:38 +0000 (14:59 +0100)]
[test/http] Add test for proxy support

9 years ago[vine] Fix formats extraction (Closes #5239)
Naglis Jonaitis [Thu, 19 Mar 2015 23:50:36 +0000 (01:50 +0200)]
[vine] Fix formats extraction (Closes #5239)

9 years ago[nytimes] Improve _VALID_URL (Fixes #5238)
Naglis Jonaitis [Thu, 19 Mar 2015 18:55:05 +0000 (20:55 +0200)]
[nytimes] Improve _VALID_URL (Fixes #5238)

9 years ago[videomega] Fix extraction and update test (Fixes #5235)
Naglis Jonaitis [Thu, 19 Mar 2015 17:37:39 +0000 (19:37 +0200)]
[videomega] Fix extraction and update test (Fixes #5235)

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Sergey M․ [Thu, 19 Mar 2015 15:27:38 +0000 (21:27 +0600)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years ago[generic] Add support for nytimes embeds (Closes #5234)
Sergey M․ [Thu, 19 Mar 2015 15:26:57 +0000 (21:26 +0600)]
[generic] Add support for nytimes embeds (Closes #5234)

9 years ago[nytimes] Modernize
Sergey M․ [Thu, 19 Mar 2015 15:23:52 +0000 (21:23 +0600)]
[nytimes] Modernize

9 years ago[nytimes] Support embed URL
Sergey M․ [Thu, 19 Mar 2015 15:17:04 +0000 (21:17 +0600)]
[nytimes] Support embed URL

9 years agorelease 2015.03.18
Philipp Hagemeister [Wed, 18 Mar 2015 21:02:39 +0000 (22:02 +0100)]
release 2015.03.18

9 years ago[ultimedia] Handle youtube embeds
Sergey M․ [Wed, 18 Mar 2015 19:06:39 +0000 (01:06 +0600)]
[ultimedia] Handle youtube embeds

9 years ago[ultimedia] Capture and output unavailable video message
Sergey M․ [Wed, 18 Mar 2015 18:53:26 +0000 (00:53 +0600)]
[ultimedia] Capture and output unavailable video message

9 years ago[ultimedia] Fix alphabetic order
Sergey M․ [Wed, 18 Mar 2015 17:11:48 +0000 (23:11 +0600)]
[ultimedia] Fix alphabetic order

9 years ago[ultimedia] Add extractor
Sergey M․ [Wed, 18 Mar 2015 17:08:18 +0000 (23:08 +0600)]
[ultimedia] Add extractor

Sponsored by thankyoumotion.com

9 years ago[mixcloud] Try preview server first, then further numbers
Roman Le Négrate [Sun, 15 Mar 2015 23:20:06 +0000 (00:20 +0100)]
[mixcloud] Try preview server first, then further numbers

9 years ago[mixcloud] Fix extraction of some metadata
Jaime Marquínez Ferrándiz [Wed, 18 Mar 2015 15:50:23 +0000 (16:50 +0100)]
[mixcloud] Fix extraction of some metadata

The second test had some wrong info.
I couldn't find the timestamp, so I have removed it.

9 years ago[mixcloud] Fix extraction like-count
Roman Le Négrate [Sun, 15 Mar 2015 21:32:06 +0000 (22:32 +0100)]
[mixcloud] Fix extraction like-count

9 years ago[krasview] Fix extraction (Closes #5228)
Sergey M․ [Wed, 18 Mar 2015 14:28:00 +0000 (20:28 +0600)]
[krasview] Fix extraction (Closes #5228)

9 years agofix nm video DL issue when logged in
Todoroki [Wed, 18 Mar 2015 13:24:17 +0000 (22:24 +0900)]
fix nm video DL issue when logged in

9 years agofix nm video DL issue when logged in
Todoroki [Wed, 18 Mar 2015 13:19:55 +0000 (22:19 +0900)]
fix nm video DL issue when logged in

9 years ago[generic] Generalize redirect regex
Sergey M․ [Tue, 17 Mar 2015 18:05:40 +0000 (00:05 +0600)]
[generic] Generalize redirect regex

9 years agotestcases for libsyn and The Daily Show Podcast extractors
felix [Tue, 17 Mar 2015 17:54:36 +0000 (18:54 +0100)]
testcases for libsyn and The Daily Show Podcast extractors

9 years ago[generic] Follow redirects specified by `Refresh` HTTP header
Sergey M․ [Tue, 17 Mar 2015 17:51:40 +0000 (23:51 +0600)]
[generic] Follow redirects specified by `Refresh` HTTP header

9 years ago[grooveshark] Fix extraction
Sergey M․ [Tue, 17 Mar 2015 17:13:43 +0000 (23:13 +0600)]
[grooveshark] Fix extraction

9 years agoCredit @jbuchbinder for primesharetv (#5123)
Sergey M․ [Tue, 17 Mar 2015 16:33:05 +0000 (22:33 +0600)]
Credit @jbuchbinder for primesharetv (#5123)

9 years agoMerge branch 'bonfy-douyutv'
Sergey M․ [Tue, 17 Mar 2015 16:27:46 +0000 (22:27 +0600)]
Merge branch 'bonfy-douyutv'

9 years ago[douyutv] Improve and extract all formats
Sergey M․ [Tue, 17 Mar 2015 16:27:33 +0000 (22:27 +0600)]
[douyutv] Improve and extract all formats

9 years agoMerge branch 'douyutv' of https://github.com/bonfy/youtube-dl into bonfy-douyutv
Sergey M․ [Tue, 17 Mar 2015 15:41:25 +0000 (21:41 +0600)]
Merge branch 'douyutv' of https://github.com/bonfy/youtube-dl into bonfy-douyutv

9 years agoMerge branch 'yan12125-sohu_fix'
Sergey M․ [Tue, 17 Mar 2015 15:39:45 +0000 (21:39 +0600)]
Merge branch 'yan12125-sohu_fix'

9 years ago[sohu] Fix test's note info
Sergey M․ [Tue, 17 Mar 2015 15:39:31 +0000 (21:39 +0600)]
[sohu] Fix test's note info

9 years ago[utils] Place sanitize url function near other sanitizing functions
Sergey M․ [Tue, 17 Mar 2015 15:34:22 +0000 (21:34 +0600)]
[utils] Place sanitize url function near other sanitizing functions

9 years agoMerge branch 'sohu_fix' of https://github.com/yan12125/youtube-dl into yan12125-sohu_fix
Sergey M․ [Tue, 17 Mar 2015 15:18:36 +0000 (21:18 +0600)]
Merge branch 'sohu_fix' of https://github.com/yan12125/youtube-dl into yan12125-sohu_fix

9 years ago[megavideoeu] Remove extractor
Sergey M․ [Tue, 17 Mar 2015 15:13:42 +0000 (21:13 +0600)]
[megavideoeu] Remove extractor

9 years ago[primesharetv] Clean up
Sergey M․ [Tue, 17 Mar 2015 15:06:38 +0000 (21:06 +0600)]
[primesharetv] Clean up

9 years ago[Primesharetv] Handle file not existing properly.
Jeff Buchbinder [Wed, 4 Mar 2015 22:38:21 +0000 (17:38 -0500)]
[Primesharetv] Handle file not existing properly.

9 years ago[Primesharetv] Add public domain example video
Jeff Buchbinder [Wed, 4 Mar 2015 20:18:06 +0000 (15:18 -0500)]
[Primesharetv] Add public domain example video

9 years ago[Primesharetv] Add primeshare.tv extractor, still need test data
Jeff Buchbinder [Wed, 4 Mar 2015 20:02:13 +0000 (15:02 -0500)]
[Primesharetv] Add primeshare.tv extractor, still need test data

9 years agoAdd megavideoz.eu support.
Jeff Buchbinder [Fri, 16 Jan 2015 02:28:57 +0000 (21:28 -0500)]
Add megavideoz.eu support.

9 years ago[letv] Clarify download message
Sergey M․ [Tue, 17 Mar 2015 14:01:31 +0000 (20:01 +0600)]
[letv] Clarify download message

9 years agoMerge pull request #5116 from yan12125/letv_fix
Sergey M. [Tue, 17 Mar 2015 13:58:34 +0000 (19:58 +0600)]
Merge pull request #5116 from yan12125/letv_fix

[Letv] Fix test_Letv and test_Letv_1 failures in python 3

9 years ago[arte+7] Check formats (Closes #5224)
Sergey M․ [Tue, 17 Mar 2015 13:42:50 +0000 (19:42 +0600)]
[arte+7] Check formats (Closes #5224)

9 years agoThe Daily Show Podcast support
felix [Mon, 16 Mar 2015 19:05:02 +0000 (20:05 +0100)]
The Daily Show Podcast support

9 years agoCredit @eferro for the rtve.es:infantil extractor (#5214)
Jaime Marquínez Ferrándiz [Sun, 15 Mar 2015 21:49:03 +0000 (22:49 +0100)]
Credit @eferro for the rtve.es:infantil extractor (#5214)

9 years ago[rtve.es:infantil] Minor fixes (closes #5214)
Jaime Marquínez Ferrándiz [Sun, 15 Mar 2015 21:17:40 +0000 (22:17 +0100)]
[rtve.es:infantil] Minor fixes (closes #5214)

9 years ago[rtve] Add new extractor for rtve infantil
Eduardo Ferro [Sun, 15 Mar 2015 20:45:14 +0000 (21:45 +0100)]
[rtve] Add new extractor for rtve infantil

9 years agorelease 2015.03.15
Philipp Hagemeister [Sun, 15 Mar 2015 18:38:50 +0000 (19:38 +0100)]
release 2015.03.15

9 years ago[ard] Capture and output time restricted videos (Closes #5213)
Sergey M․ [Sun, 15 Mar 2015 18:21:38 +0000 (00:21 +0600)]
[ard] Capture and output time restricted videos (Closes #5213)

9 years ago[cloudy] Fix key extraction (Closes #5211)
Sergey M․ [Sun, 15 Mar 2015 16:42:13 +0000 (22:42 +0600)]
[cloudy] Fix key extraction (Closes #5211)