youtube-dl
9 years agoAdd support for AnySex
peugeot [Sat, 30 Aug 2014 16:37:45 +0000 (18:37 +0200)]
Add support for AnySex

9 years agoAdd support for Vporn
peugeot [Sat, 30 Aug 2014 15:17:47 +0000 (17:17 +0200)]
Add support for Vporn

9 years agoAdd SSA (.ass) subtitle output for Crunchyroll
Adam [Sat, 30 Aug 2014 11:48:56 +0000 (12:48 +0100)]
Add SSA (.ass) subtitle output for Crunchyroll

9 years agoAdd login support to Crunchyroll extractor
Adam [Fri, 29 Aug 2014 21:32:03 +0000 (22:32 +0100)]
Add login support to Crunchyroll extractor

9 years ago[test_download] Check expected file minsize and md5 only when download is not skipped
Sergey M․ [Fri, 29 Aug 2014 11:42:42 +0000 (18:42 +0700)]
[test_download] Check expected file minsize and md5 only when download is not skipped

9 years agorelease 2014.08.29
Philipp Hagemeister [Thu, 28 Aug 2014 23:07:30 +0000 (01:07 +0200)]
release 2014.08.29

9 years ago[promptfile] Remove quality=1 and leave it to default
Philipp Hagemeister [Thu, 28 Aug 2014 23:07:18 +0000 (01:07 +0200)]
[promptfile] Remove quality=1 and leave it to default

9 years ago[promptfile] Add new extractor
Naglis Jonaitis [Thu, 28 Aug 2014 21:20:10 +0000 (00:20 +0300)]
[promptfile] Add new extractor

9 years agorelease 2014.08.28.2
Philipp Hagemeister [Thu, 28 Aug 2014 16:03:29 +0000 (18:03 +0200)]
release 2014.08.28.2

9 years ago[rtlnl] Add support for progressive videos (Closes #3603)
Sergey M․ [Thu, 28 Aug 2014 15:54:06 +0000 (22:54 +0700)]
[rtlnl] Add support for progressive videos (Closes #3603)

9 years agorelease 2014.08.28.1
Philipp Hagemeister [Thu, 28 Aug 2014 12:01:01 +0000 (14:01 +0200)]
release 2014.08.28.1

9 years ago[dropbox] Make sure ?dl=0 is ignore (Fixes #3605)
Philipp Hagemeister [Thu, 28 Aug 2014 12:00:55 +0000 (14:00 +0200)]
[dropbox] Make sure ?dl=0 is ignore (Fixes #3605)

9 years ago[test_download] Expect a minimum file size
Philipp Hagemeister [Thu, 28 Aug 2014 11:59:42 +0000 (13:59 +0200)]
[test_download] Expect a minimum file size

This should detect when we're downloading a small text file by accident.

9 years ago[extractor/common] Correct typo
Philipp Hagemeister [Thu, 28 Aug 2014 11:04:49 +0000 (13:04 +0200)]
[extractor/common] Correct typo

9 years ago[sportdeutschland] Add support for more plain videos
Philipp Hagemeister [Thu, 28 Aug 2014 08:55:32 +0000 (10:55 +0200)]
[sportdeutschland] Add support for more plain videos

9 years agorelease 2014.08.28
Philipp Hagemeister [Wed, 27 Aug 2014 23:38:15 +0000 (01:38 +0200)]
release 2014.08.28

9 years ago[veehd] Modernize
Philipp Hagemeister [Wed, 27 Aug 2014 23:37:57 +0000 (01:37 +0200)]
[veehd] Modernize

9 years ago[extractor/common] Modernize
Philipp Hagemeister [Wed, 27 Aug 2014 23:04:43 +0000 (01:04 +0200)]
[extractor/common] Modernize

9 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Wed, 27 Aug 2014 23:01:04 +0000 (01:01 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agofix up imports
Philipp Hagemeister [Wed, 27 Aug 2014 23:00:59 +0000 (01:00 +0200)]
fix up imports

9 years agoMove playlist tests to extractors.
Philipp Hagemeister [Wed, 27 Aug 2014 22:58:24 +0000 (00:58 +0200)]
Move playlist tests to extractors.

From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).

9 years ago[nhl] Modernize
Philipp Hagemeister [Wed, 27 Aug 2014 17:52:55 +0000 (19:52 +0200)]
[nhl] Modernize

9 years ago[dailymotion] Correct test case
Philipp Hagemeister [Wed, 27 Aug 2014 17:20:20 +0000 (19:20 +0200)]
[dailymotion] Correct test case

9 years ago[utils] Modernize tests
Philipp Hagemeister [Wed, 27 Aug 2014 17:11:45 +0000 (19:11 +0200)]
[utils] Modernize tests

9 years ago[ted] Remove md5sum from test
Philipp Hagemeister [Wed, 27 Aug 2014 15:12:12 +0000 (17:12 +0200)]
[ted] Remove md5sum from test

This failed multiple times, and the md5sum is not that important anyways.

9 years ago[test_download] Improve playlist handling
Philipp Hagemeister [Wed, 27 Aug 2014 15:11:45 +0000 (17:11 +0200)]
[test_download] Improve playlist handling

9 years ago[downloader/rtmp] Use check_exectuble
Jaime Marquínez Ferrándiz [Wed, 27 Aug 2014 13:56:27 +0000 (15:56 +0200)]
[downloader/rtmp] Use check_exectuble

9 years ago[downloader/hls] Return False if ffmpeg or avconv couldn't be found
Jaime Marquínez Ferrándiz [Wed, 27 Aug 2014 13:50:03 +0000 (15:50 +0200)]
[downloader/hls] Return False if ffmpeg or avconv couldn't be found

9 years ago[downloader/hls] Use check_executable
Jaime Marquínez Ferrándiz [Wed, 27 Aug 2014 13:49:07 +0000 (15:49 +0200)]
[downloader/hls] Use check_executable

9 years ago[downloader/hls] Use the correct program when reporting an error
Jaime Marquínez Ferrándiz [Wed, 27 Aug 2014 13:39:16 +0000 (15:39 +0200)]
[downloader/hls] Use the correct program when reporting an error

9 years ago[yahoo] Add one more pattern for content id
Sergey M․ [Wed, 27 Aug 2014 11:59:28 +0000 (18:59 +0700)]
[yahoo] Add one more pattern for content id

9 years ago[cbs] Update test video id
Sergey M․ [Wed, 27 Aug 2014 11:41:24 +0000 (18:41 +0700)]
[cbs] Update test video id

9 years ago[vimeo] Move all testcases to extractors and clean up
Philipp Hagemeister [Wed, 27 Aug 2014 09:36:01 +0000 (11:36 +0200)]
[vimeo] Move all testcases to extractors and clean up

Previously, these extractors all defined their own suitable methods.
No test_all_urls tests that everything is in order, automatically :)

9 years agoImprove test_all_urls output
Philipp Hagemeister [Wed, 27 Aug 2014 09:35:43 +0000 (11:35 +0200)]
Improve test_all_urls output

9 years ago[vimeo] Move test case to where it belongs
Philipp Hagemeister [Wed, 27 Aug 2014 09:13:42 +0000 (11:13 +0200)]
[vimeo] Move test case to where it belongs

9 years ago[facebook] Match video.php URLs
Philipp Hagemeister [Wed, 27 Aug 2014 09:08:47 +0000 (11:08 +0200)]
[facebook] Match video.php URLs

9 years agorelease 2014.08.27.1
Philipp Hagemeister [Wed, 27 Aug 2014 00:37:23 +0000 (02:37 +0200)]
release 2014.08.27.1

9 years ago[ard] Add suppor for plain ARD downloads (Fixes #3546)
Philipp Hagemeister [Wed, 27 Aug 2014 00:36:57 +0000 (02:36 +0200)]
[ard] Add suppor for plain ARD downloads (Fixes #3546)

9 years ago[generic] Prevent <video> search from skipping over empty sources (#3546)
Philipp Hagemeister [Wed, 27 Aug 2014 00:09:59 +0000 (02:09 +0200)]
[generic] Prevent <video> search from skipping over empty sources (#3546)

9 years ago[generic] Do not download images as videos by accident
Philipp Hagemeister [Wed, 27 Aug 2014 00:07:11 +0000 (02:07 +0200)]
[generic] Do not download images as videos by accident

9 years agorelease 2014.08.27
Philipp Hagemeister [Tue, 26 Aug 2014 23:44:54 +0000 (01:44 +0200)]
release 2014.08.27

9 years ago[muscivault] Add extractor (Fixes #3593)
Philipp Hagemeister [Tue, 26 Aug 2014 23:44:47 +0000 (01:44 +0200)]
[muscivault] Add extractor (Fixes #3593)

9 years ago[mfs] Modernize
Philipp Hagemeister [Tue, 26 Aug 2014 23:03:31 +0000 (01:03 +0200)]
[mfs] Modernize

9 years agorelease 2014.08.26
Philipp Hagemeister [Tue, 26 Aug 2014 19:30:52 +0000 (21:30 +0200)]
release 2014.08.26

9 years ago[sockshare] Fix title extraction (Fixes #3592)
Philipp Hagemeister [Tue, 26 Aug 2014 19:30:30 +0000 (21:30 +0200)]
[sockshare] Fix title extraction (Fixes #3592)

9 years ago[empflix] Revert to XML parser
Philipp Hagemeister [Tue, 26 Aug 2014 13:49:15 +0000 (15:49 +0200)]
[empflix] Revert to XML parser

Don't rely on the XML being broken (if they fix it, our code wouldn't work anymore).
Instead, use the transform function we already have :)

This partially reverts commit c7bee2a7254d31b7c478c0ac33bf23bdeba1c53c.

9 years ago[ign] Fix extraction of video in articles
Jaime Marquínez Ferrándiz [Tue, 26 Aug 2014 13:38:29 +0000 (15:38 +0200)]
[ign] Fix extraction of video in articles

9 years ago[empflix] Extract thumbnail
Sergey M․ [Tue, 26 Aug 2014 13:10:36 +0000 (20:10 +0700)]
[empflix] Extract thumbnail

9 years ago[empflix] Adapt to malformed config XML
Sergey M․ [Tue, 26 Aug 2014 13:07:28 +0000 (20:07 +0700)]
[empflix] Adapt to malformed config XML

9 years ago[mixcloud] Use a HEAD request when checking if the url is valid
Jaime Marquínez Ferrándiz [Tue, 26 Aug 2014 12:55:15 +0000 (14:55 +0200)]
[mixcloud] Use a HEAD request when checking if the url is valid

9 years ago[sportdeutschland] add new extractor
Philipp Hagemeister [Tue, 26 Aug 2014 10:51:13 +0000 (12:51 +0200)]
[sportdeutschland] add new extractor

9 years ago[utils] Let request headers override standard headers
Philipp Hagemeister [Tue, 26 Aug 2014 09:51:48 +0000 (11:51 +0200)]
[utils] Let request headers override standard headers

What was I thinking when writing this?

9 years ago[eighttracks] modernize
Philipp Hagemeister [Tue, 26 Aug 2014 09:31:23 +0000 (11:31 +0200)]
[eighttracks] modernize

9 years agorelease 2014.08.25.3
Philipp Hagemeister [Mon, 25 Aug 2014 16:38:10 +0000 (18:38 +0200)]
release 2014.08.25.3

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Mon, 25 Aug 2014 16:36:42 +0000 (18:36 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years ago[generic] Fix rss under Python 2.x and move test to extractor
Philipp Hagemeister [Mon, 25 Aug 2014 16:03:01 +0000 (18:03 +0200)]
[generic] Fix rss under Python 2.x and move test to extractor

9 years ago[generic] Remove debug statement
Jaime Marquínez Ferrándiz [Mon, 25 Aug 2014 15:21:58 +0000 (17:21 +0200)]
[generic] Remove debug statement

9 years ago[bliptv] Remove superfluous characters in _VALID_URL regex
Jaime Marquínez Ferrándiz [Mon, 25 Aug 2014 15:13:19 +0000 (17:13 +0200)]
[bliptv] Remove superfluous characters in _VALID_URL regex

9 years ago[googlesearch] Move test to extractor
Philipp Hagemeister [Mon, 25 Aug 2014 15:02:52 +0000 (17:02 +0200)]
[googlesearch] Move test to extractor

9 years agorelease 2014.08.25.2
Philipp Hagemeister [Mon, 25 Aug 2014 14:52:28 +0000 (16:52 +0200)]
release 2014.08.25.2

9 years agorelease 2014.08.25.1
Philipp Hagemeister [Mon, 25 Aug 2014 14:41:05 +0000 (16:41 +0200)]
release 2014.08.25.1

9 years ago[wat] Use server time and pass country argument (Closes #3579)
Sergey M․ [Mon, 25 Aug 2014 13:21:33 +0000 (20:21 +0700)]
[wat] Use server time and pass country argument (Closes #3579)

9 years agoMerge remote-tracking branch 'JGjorgji/fix-leading-zeroes'
Philipp Hagemeister [Mon, 25 Aug 2014 11:59:19 +0000 (13:59 +0200)]
Merge remote-tracking branch 'JGjorgji/fix-leading-zeroes'

9 years ago[extractor/common] Generate better f4m format IDs
Philipp Hagemeister [Mon, 25 Aug 2014 11:03:08 +0000 (13:03 +0200)]
[extractor/common] Generate better f4m format IDs

9 years ago[rtlnl] Extract duration
Philipp Hagemeister [Mon, 25 Aug 2014 10:59:53 +0000 (12:59 +0200)]
[rtlnl] Extract duration

9 years ago[execafterdownload] Simplify (#3569)
Philipp Hagemeister [Mon, 25 Aug 2014 08:18:01 +0000 (10:18 +0200)]
[execafterdownload] Simplify (#3569)

9 years ago[wat] Remove unused import
Philipp Hagemeister [Mon, 25 Aug 2014 08:15:32 +0000 (10:15 +0200)]
[wat] Remove unused import

9 years agoMerge remote-tracking branch 'mcd1992/exec_after_download'
Philipp Hagemeister [Mon, 25 Aug 2014 07:44:11 +0000 (09:44 +0200)]
Merge remote-tracking branch 'mcd1992/exec_after_download'

9 years agorelease 2014.08.25
Philipp Hagemeister [Mon, 25 Aug 2014 07:35:46 +0000 (09:35 +0200)]
release 2014.08.25

9 years ago[vimeo] Always pass in referer (Fixes #3582)
Philipp Hagemeister [Mon, 25 Aug 2014 07:35:37 +0000 (09:35 +0200)]
[vimeo] Always pass in referer (Fixes #3582)

9 years agoRebased with upstream/master
mcd1992 [Sun, 24 Aug 2014 20:04:50 +0000 (15:04 -0500)]
Rebased with upstream/master

9 years agoMoved from os.system to subprocess.call
mcd1992 [Sat, 23 Aug 2014 19:30:13 +0000 (14:30 -0500)]
Moved from os.system to subprocess.call

9 years agoImplemented --exec option.
mcd1992 [Fri, 22 Aug 2014 21:40:43 +0000 (16:40 -0500)]
Implemented --exec option.

9 years agorenamed for consistency
Gjorgji Jankovski [Sun, 24 Aug 2014 16:49:04 +0000 (18:49 +0200)]
renamed for consistency

9 years agoFilenames are padded according to the playlist length
Gjorgji Jankovski [Sun, 24 Aug 2014 16:23:32 +0000 (18:23 +0200)]
Filenames are padded according to the playlist length

9 years agorelease 2014.08.24.6
Philipp Hagemeister [Sun, 24 Aug 2014 13:19:33 +0000 (15:19 +0200)]
release 2014.08.24.6

9 years ago[wat] Make geolock a warning (Fixes #3579)
Philipp Hagemeister [Sun, 24 Aug 2014 13:19:21 +0000 (15:19 +0200)]
[wat] Make geolock a warning (Fixes #3579)

9 years ago[generic] remove unused imports
Philipp Hagemeister [Sun, 24 Aug 2014 12:28:58 +0000 (14:28 +0200)]
[generic] remove unused imports

9 years agoMerge remote-tracking branch 'riking/twofactor'
Philipp Hagemeister [Sun, 24 Aug 2014 05:14:23 +0000 (07:14 +0200)]
Merge remote-tracking branch 'riking/twofactor'

9 years agoCredit @olebowle for GameOne:playlist (#3247)
Philipp Hagemeister [Sun, 24 Aug 2014 05:06:47 +0000 (07:06 +0200)]
Credit @olebowle for GameOne:playlist (#3247)

9 years ago[gameone:playlist] Move test to extractor
Philipp Hagemeister [Sun, 24 Aug 2014 05:05:49 +0000 (07:05 +0200)]
[gameone:playlist] Move test to extractor

9 years agoMerge remote-tracking branch 'olebowle/gameone'
Philipp Hagemeister [Sun, 24 Aug 2014 05:02:29 +0000 (07:02 +0200)]
Merge remote-tracking branch 'olebowle/gameone'

9 years agorelease 2014.08.24.5
Philipp Hagemeister [Sun, 24 Aug 2014 04:58:47 +0000 (06:58 +0200)]
release 2014.08.24.5

9 years ago[generic] Use default opener for HEAD request (Fixes #3528)
Philipp Hagemeister [Sun, 24 Aug 2014 04:58:11 +0000 (06:58 +0200)]
[generic] Use default opener for HEAD request (Fixes #3528)

9 years agorelease 2014.08.24.4
Philipp Hagemeister [Sun, 24 Aug 2014 04:42:05 +0000 (06:42 +0200)]
release 2014.08.24.4

9 years ago[expotv] Add new extractor (Fixes #3552)
Philipp Hagemeister [Sun, 24 Aug 2014 04:41:55 +0000 (06:41 +0200)]
[expotv] Add new extractor (Fixes #3552)

9 years ago[pornotube] Modernize
Philipp Hagemeister [Sun, 24 Aug 2014 04:16:24 +0000 (06:16 +0200)]
[pornotube] Modernize

9 years agorelease 2014.08.24.3
Philipp Hagemeister [Sun, 24 Aug 2014 03:32:31 +0000 (05:32 +0200)]
release 2014.08.24.3

9 years ago[generic] Automatic detection of flow player and age_limit (Fixes #3576)
Philipp Hagemeister [Sun, 24 Aug 2014 03:31:32 +0000 (05:31 +0200)]
[generic] Automatic detection of flow player and age_limit (Fixes #3576)

9 years agorelease 2014.08.24.2
Philipp Hagemeister [Sun, 24 Aug 2014 02:47:38 +0000 (04:47 +0200)]
release 2014.08.24.2

9 years ago[ministrygrid] Add extractor (Fixes #2900)
Philipp Hagemeister [Sun, 24 Aug 2014 02:47:18 +0000 (04:47 +0200)]
[ministrygrid] Add extractor (Fixes #2900)

9 years ago[wayofthemaster] Remove unused import
Philipp Hagemeister [Sun, 24 Aug 2014 02:18:09 +0000 (04:18 +0200)]
[wayofthemaster] Remove unused import

9 years ago[wayofthemaster] Add extractor (Fixes #3575)
Philipp Hagemeister [Sun, 24 Aug 2014 01:44:54 +0000 (03:44 +0200)]
[wayofthemaster] Add extractor (Fixes #3575)

9 years ago[ebaumsworld] Remove spurious determine_ext
Philipp Hagemeister [Sun, 24 Aug 2014 01:37:19 +0000 (03:37 +0200)]
[ebaumsworld] Remove spurious determine_ext

9 years ago[ebaumsworld] Modernize
Philipp Hagemeister [Sun, 24 Aug 2014 01:31:38 +0000 (03:31 +0200)]
[ebaumsworld] Modernize

9 years agorelease 2014.08.24.1
Philipp Hagemeister [Sun, 24 Aug 2014 01:20:40 +0000 (03:20 +0200)]
release 2014.08.24.1

9 years ago[bip.tv] Allow underscore in lookup ids (Fixes #3573)
Philipp Hagemeister [Sun, 24 Aug 2014 01:20:31 +0000 (03:20 +0200)]
[bip.tv] Allow underscore in lookup ids (Fixes #3573)

9 years ago[blip.tv] Add legacy test case
Philipp Hagemeister [Sun, 24 Aug 2014 01:13:49 +0000 (03:13 +0200)]
[blip.tv] Add legacy test case

This was broken in the mean time, so add a test case to make sure it doesn't break silently again.

9 years ago[arte.tv:creative] Fix test case
Philipp Hagemeister [Sun, 24 Aug 2014 01:11:00 +0000 (03:11 +0200)]
[arte.tv:creative] Fix test case

9 years ago[arte:creative] Support more URLs (fixes #3572)
Philipp Hagemeister [Sun, 24 Aug 2014 00:57:31 +0000 (02:57 +0200)]
[arte:creative] Support more URLs (fixes #3572)