youtube-dl
9 years agoMerge branch 'gamekings' of https://github.com/robin007bond/youtube-dl into robin007b...
Sergey M․ [Sun, 8 Feb 2015 16:46:43 +0000 (22:46 +0600)]
Merge branch 'gamekings' of https://github.com/robin007bond/youtube-dl into robin007bond-gamekings

9 years ago[Gamekings] Use thumbnail in return statement
robin [Sun, 8 Feb 2015 15:46:13 +0000 (16:46 +0100)]
[Gamekings] Use thumbnail in return statement

9 years agoUse _family_friendly_search for determining age_limit
Naglis Jonaitis [Sun, 8 Feb 2015 15:45:38 +0000 (17:45 +0200)]
Use _family_friendly_search for determining age_limit

9 years ago[Gamekings] Use xpath
robin [Sun, 8 Feb 2015 15:44:25 +0000 (16:44 +0100)]
[Gamekings] Use xpath

XPath is used for extracting the video url and the thumbnail

9 years ago[extractor/common] Add new helper method _family_friendly_search
Naglis Jonaitis [Sun, 8 Feb 2015 15:39:00 +0000 (17:39 +0200)]
[extractor/common] Add new helper method _family_friendly_search

9 years ago[soulanime] Remove extractor (#4554)
Naglis Jonaitis [Sun, 8 Feb 2015 14:57:07 +0000 (16:57 +0200)]
[soulanime] Remove extractor (#4554)

Was supposed to be deleted by 67c2bcd

9 years ago[Gamekings] Download playlist
robin [Sun, 8 Feb 2015 14:34:37 +0000 (15:34 +0100)]
[Gamekings] Download playlist

Todo: URL and Thumbnail should be extracted with XPath

9 years ago[Gamekings] Check string for vimeo, fix test
robin [Sun, 8 Feb 2015 13:41:14 +0000 (14:41 +0100)]
[Gamekings] Check string for vimeo, fix test

The test now doesn't fail anymore. It just checks the string for having
"vimeo" in it, instead of using the method for URL-checking, since it's
returns an error.

The tests don't fail, and the extractor works fine now.

9 years ago[Gamekings] Added test and replaced video_url
robin [Sun, 8 Feb 2015 13:23:37 +0000 (14:23 +0100)]
[Gamekings] Added test and replaced video_url

Quick and dirty fix for the Gamekings extractor. It gives an error about
the video_url, but it downloads it now instead of giving a 404 error on
newer Gamekings videos

9 years ago[Gamekings] Fix order of replacement string
robin [Sun, 8 Feb 2015 12:49:32 +0000 (13:49 +0100)]
[Gamekings] Fix order of replacement string

Oops.

9 years ago[Gamekings] Fixed typo in URL replacement
robin [Sun, 8 Feb 2015 12:47:27 +0000 (13:47 +0100)]
[Gamekings] Fixed typo in URL replacement

9 years ago[Gamekings] Fix 404 when large isn't available
robin [Sun, 8 Feb 2015 12:42:41 +0000 (13:42 +0100)]
[Gamekings] Fix 404 when large isn't available

When trying to download some GameKings videos, not all worked. This was
because not all videos had a "/large"-URL available. The extractor
checks now if the /large URL is available, if it isn't, it tries to get
the normal URL.

9 years ago[aparat] Fix extraction (Closes #4897)
Sergey M․ [Sun, 8 Feb 2015 11:30:29 +0000 (17:30 +0600)]
[aparat] Fix extraction (Closes #4897)

9 years ago[test/test_YoutubeDL] Remove debug print call
Jaime Marquínez Ferrándiz [Fri, 6 Feb 2015 22:58:01 +0000 (23:58 +0100)]
[test/test_YoutubeDL] Remove debug print call

9 years ago[test/YoutubeDL] Add a simple test for postprocesors
Jaime Marquínez Ferrándiz [Fri, 6 Feb 2015 22:54:25 +0000 (23:54 +0100)]
[test/YoutubeDL] Add a simple test for postprocesors

Just checks that the 'keepvideo' option works as intended.

9 years ago[YoutubeDL] _calc_cookies: add get_header method to _PseudoRequest (#4861)
Jaime Marquínez Ferrándiz [Fri, 6 Feb 2015 21:23:06 +0000 (22:23 +0100)]
[YoutubeDL] _calc_cookies: add get_header method to _PseudoRequest (#4861)

9 years ago[ffmpeg] --extrac-audio: Use the same options for avconv and ffmpeg
Jaime Marquínez Ferrándiz [Fri, 6 Feb 2015 21:05:11 +0000 (22:05 +0100)]
[ffmpeg] --extrac-audio: Use the same options for avconv and ffmpeg

They have been available in ffmpeg since version 0.9, and we require 1.0 or higher.

9 years ago[rtp] Construct regular HTTP download URLs (#4882)
Naglis Jonaitis [Fri, 6 Feb 2015 20:59:17 +0000 (22:59 +0200)]
[rtp] Construct regular HTTP download URLs (#4882)

9 years ago[aftenposten] Add extractor (Closes #4863)
Sergey M․ [Fri, 6 Feb 2015 19:46:54 +0000 (01:46 +0600)]
[aftenposten] Add extractor (Closes #4863)

9 years ago[tvigle] Add support for cloud URLs (Closes #4887)
Sergey M․ [Fri, 6 Feb 2015 15:15:01 +0000 (21:15 +0600)]
[tvigle] Add support for cloud URLs (Closes #4887)

9 years ago[extractor/common] Correct sort order.
Philipp Hagemeister [Fri, 6 Feb 2015 14:16:43 +0000 (15:16 +0100)]
[extractor/common] Correct sort order.

We should look at height and width before ext_preference.

9 years agorelease 2015.02.06
Philipp Hagemeister [Fri, 6 Feb 2015 13:38:30 +0000 (14:38 +0100)]
release 2015.02.06

9 years ago[rtp] Pass --realtime to rtmpdump (Fixes #4882)
Naglis Jonaitis [Fri, 6 Feb 2015 11:41:58 +0000 (13:41 +0200)]
[rtp] Pass --realtime to rtmpdump (Fixes #4882)

A workaround for video jumping back in time.

9 years ago[extractor/common] Fix 2.0 manifest extraction (Closes #4830)
Sergey M․ [Thu, 5 Feb 2015 22:29:29 +0000 (04:29 +0600)]
[extractor/common] Fix 2.0 manifest extraction (Closes #4830)

9 years agoMerge branch 'robin007bond-tweakers'
Sergey M․ [Thu, 5 Feb 2015 21:23:56 +0000 (03:23 +0600)]
Merge branch 'robin007bond-tweakers'

9 years ago[tweakers] Switch extraction to xspf playlist, extract all formats and meta (#4881)
Sergey M․ [Thu, 5 Feb 2015 21:23:42 +0000 (03:23 +0600)]
[tweakers] Switch extraction to xspf playlist, extract all formats and meta (#4881)

9 years agoMerge branch 'tweakers' of https://github.com/robin007bond/youtube-dl into robin007bo...
Sergey M․ [Thu, 5 Feb 2015 20:59:33 +0000 (02:59 +0600)]
Merge branch 'tweakers' of https://github.com/robin007bond/youtube-dl into robin007bond-tweakers

9 years agoUse match_id method instead of splitted URL
robin [Thu, 5 Feb 2015 20:49:13 +0000 (21:49 +0100)]
Use match_id method instead of splitted URL

9 years agoRemove unnecessary TODO-comments
robin [Thu, 5 Feb 2015 20:40:18 +0000 (21:40 +0100)]
Remove unnecessary TODO-comments

9 years agoRemove player-url in tweakers.py
robin [Thu, 5 Feb 2015 20:38:35 +0000 (21:38 +0100)]
Remove player-url in tweakers.py

Player-url only needed for rmftp, not for regular URLs

9 years agoEdit Tweakers extractor
robin [Thu, 5 Feb 2015 18:59:36 +0000 (19:59 +0100)]
Edit Tweakers extractor

Fixed code conventions (mainly adding two or more spaces before making
an inline comment)

9 years ago[tweakers] Add new extractor
robin [Thu, 5 Feb 2015 18:55:41 +0000 (19:55 +0100)]
[tweakers] Add new extractor

9 years ago[YoutubeDL] Fix video+audio format field (Closes #4880)
Sergey M․ [Thu, 5 Feb 2015 18:51:16 +0000 (00:51 +0600)]
[YoutubeDL] Fix video+audio format field (Closes #4880)

9 years ago[rts] Fix f4m and m3u8 extraction (Closes #4873)
Sergey M․ [Thu, 5 Feb 2015 16:17:50 +0000 (22:17 +0600)]
[rts] Fix f4m and m3u8 extraction (Closes #4873)

9 years ago[extractor/common] Prefix f4m/m3u8 entries with identifier
Sergey M․ [Thu, 5 Feb 2015 16:16:27 +0000 (22:16 +0600)]
[extractor/common] Prefix f4m/m3u8 entries with identifier

9 years agoMerge branch 'Frenzie-npo'
Sergey M․ [Thu, 5 Feb 2015 14:15:13 +0000 (20:15 +0600)]
Merge branch 'Frenzie-npo'

9 years agoCredit @Frenzie for npo subtitles (#4878)
Sergey M․ [Thu, 5 Feb 2015 14:14:56 +0000 (20:14 +0600)]
Credit @Frenzie for npo subtitles (#4878)

9 years ago[npo] Fix subtitles (Closes #3638)
Sergey M․ [Thu, 5 Feb 2015 14:13:28 +0000 (20:13 +0600)]
[npo] Fix subtitles (Closes #3638)

9 years agoAdd NPO.nl subtitles
Frans de Jonge [Thu, 5 Feb 2015 11:51:33 +0000 (12:51 +0100)]
Add NPO.nl subtitles

Implements #3638

9 years agorelease 2015.02.04
Philipp Hagemeister [Wed, 4 Feb 2015 15:09:35 +0000 (16:09 +0100)]
release 2015.02.04

9 years ago[mixcloud] Fix extraction (Closes #4862)
Sergey M․ [Wed, 4 Feb 2015 13:47:55 +0000 (19:47 +0600)]
[mixcloud] Fix extraction (Closes #4862)

9 years ago[generic/ooyala] Add support for Ooyala embeds on SBN network websites (Fixes #4859)
naglis [Wed, 4 Feb 2015 13:33:37 +0000 (15:33 +0200)]
[generic/ooyala] Add support for Ooyala embeds on SBN network websites (Fixes #4859)

9 years ago[README] Add an FAQ entry about anime sites
Philipp Hagemeister [Tue, 3 Feb 2015 13:18:12 +0000 (14:18 +0100)]
[README] Add an FAQ entry about anime sites

9 years agorelease 2015.02.03.1
Philipp Hagemeister [Tue, 3 Feb 2015 09:59:27 +0000 (10:59 +0100)]
release 2015.02.03.1

9 years ago[wsj] Add new extractor (Fixes #4854)
Philipp Hagemeister [Tue, 3 Feb 2015 09:58:28 +0000 (10:58 +0100)]
[wsj] Add new extractor (Fixes #4854)

9 years ago[sort_formats] Prefer bitrate over video size
Philipp Hagemeister [Tue, 3 Feb 2015 09:53:05 +0000 (10:53 +0100)]
[sort_formats] Prefer bitrate over video size

720p @ 1000KB/s looks way better than 1080p @ 500KB/s

9 years ago[YoutubeDL] Calculate thumbnail IDs automatically
Philipp Hagemeister [Tue, 3 Feb 2015 09:52:22 +0000 (10:52 +0100)]
[YoutubeDL] Calculate thumbnail IDs automatically

9 years ago[aftonbladet] Modernize
Philipp Hagemeister [Tue, 3 Feb 2015 09:18:32 +0000 (10:18 +0100)]
[aftonbladet] Modernize

9 years ago[franceculture] Rewrite for new HTML scheme (Fixes #4853)
Philipp Hagemeister [Tue, 3 Feb 2015 09:15:05 +0000 (10:15 +0100)]
[franceculture] Rewrite for new HTML scheme (Fixes #4853)

9 years agorelease 2015.02.03
Philipp Hagemeister [Mon, 2 Feb 2015 23:22:52 +0000 (00:22 +0100)]
release 2015.02.03

9 years ago[descripts/release] Regenerate auxiliary documentation on build as well
Philipp Hagemeister [Mon, 2 Feb 2015 23:22:17 +0000 (00:22 +0100)]
[descripts/release] Regenerate auxiliary documentation on build as well

9 years ago[README] typo
Philipp Hagemeister [Mon, 2 Feb 2015 23:20:57 +0000 (00:20 +0100)]
[README] typo

9 years ago[ffmpeg] --add-metadata: Set comment and purl fields (Fixes #4847)
Philipp Hagemeister [Mon, 2 Feb 2015 23:16:45 +0000 (00:16 +0100)]
[ffmpeg] --add-metadata: Set comment and purl fields (Fixes #4847)

9 years ago[Makefile] Simplify clean/cleanall
Philipp Hagemeister [Mon, 2 Feb 2015 23:14:42 +0000 (00:14 +0100)]
[Makefile] Simplify clean/cleanall

9 years agorelease 2015.02.02.5
Philipp Hagemeister [Mon, 2 Feb 2015 22:47:19 +0000 (23:47 +0100)]
release 2015.02.02.5

9 years ago[brightcove] Fix up more generically invalid XML (Fixes #4849)
Philipp Hagemeister [Mon, 2 Feb 2015 22:47:14 +0000 (23:47 +0100)]
[brightcove] Fix up more generically invalid XML (Fixes #4849)

9 years agorelease 2015.02.02.4
Philipp Hagemeister [Mon, 2 Feb 2015 22:39:03 +0000 (23:39 +0100)]
release 2015.02.02.4

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Mon, 2 Feb 2015 22:38:54 +0000 (23:38 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years ago[normalboots] Remove unused import
Philipp Hagemeister [Mon, 2 Feb 2015 22:38:45 +0000 (23:38 +0100)]
[normalboots] Remove unused import

9 years ago[nerdist] Add new extractor (Fixes #4851)
Philipp Hagemeister [Mon, 2 Feb 2015 22:38:35 +0000 (23:38 +0100)]
[nerdist] Add new extractor (Fixes #4851)

9 years ago[nfl] Add support for articles pages (fixes #4848)
Jaime Marquínez Ferrándiz [Mon, 2 Feb 2015 22:13:28 +0000 (23:13 +0100)]
[nfl] Add support for articles pages (fixes #4848)

9 years ago[normalboots] Modernize
Philipp Hagemeister [Mon, 2 Feb 2015 22:04:39 +0000 (23:04 +0100)]
[normalboots] Modernize

9 years agorelease 2015.02.02.3
Philipp Hagemeister [Mon, 2 Feb 2015 21:56:15 +0000 (22:56 +0100)]
release 2015.02.02.3

9 years ago[vevo] Restore SMIL support (#3656)
Philipp Hagemeister [Mon, 2 Feb 2015 21:48:12 +0000 (22:48 +0100)]
[vevo] Restore SMIL support (#3656)

9 years agorelease 2015.02.02.2
Philipp Hagemeister [Mon, 2 Feb 2015 20:58:58 +0000 (21:58 +0100)]
release 2015.02.02.2

9 years ago[ntvru] Remove unused import
Philipp Hagemeister [Mon, 2 Feb 2015 20:58:17 +0000 (21:58 +0100)]
[ntvru] Remove unused import

9 years ago[n-tv.de] Use native m3u8 as best format
Philipp Hagemeister [Mon, 2 Feb 2015 20:57:48 +0000 (21:57 +0100)]
[n-tv.de] Use native m3u8 as best format

9 years ago[ntvde] Add new extractor (Fixes #4850)
Philipp Hagemeister [Mon, 2 Feb 2015 20:48:54 +0000 (21:48 +0100)]
[ntvde] Add new extractor (Fixes #4850)

9 years ago[ntvru] Rename from NTV to clarify the difference between n-tv.de and ntv.ru
Philipp Hagemeister [Mon, 2 Feb 2015 19:43:02 +0000 (20:43 +0100)]
[ntvru] Rename from NTV to clarify the difference between n-tv.de and ntv.ru

9 years agorelease 2015.02.02.1
Philipp Hagemeister [Mon, 2 Feb 2015 19:35:04 +0000 (20:35 +0100)]
release 2015.02.02.1

9 years ago[downloader/external] Simplify source_address
Philipp Hagemeister [Mon, 2 Feb 2015 19:33:23 +0000 (20:33 +0100)]
[downloader/external] Simplify source_address

'' might actually be passed in, so check for None.

9 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Mon, 2 Feb 2015 19:32:07 +0000 (20:32 +0100)]
Merge remote-tracking branch 'origin/master'

Conflicts:
youtube_dl/downloader/external.py

9 years ago[options] Mark --fixup as non-experimental and correct its help
Philipp Hagemeister [Mon, 2 Feb 2015 19:28:18 +0000 (20:28 +0100)]
[options] Mark --fixup as non-experimental and correct its help

9 years ago[downloader/external] Simplify
Sergey M․ [Mon, 2 Feb 2015 15:51:38 +0000 (21:51 +0600)]
[downloader/external] Simplify

9 years ago[downloader/external] Simplify
Sergey M․ [Mon, 2 Feb 2015 15:40:52 +0000 (21:40 +0600)]
[downloader/external] Simplify

9 years agoMerge pull request #4845 from vijayanandnandam/master
Sergey M. [Mon, 2 Feb 2015 15:38:22 +0000 (21:38 +0600)]
Merge pull request #4845 from vijayanandnandam/master

Passing source address option to external downloaders

9 years agopassing source address option to external downloaders
vijayanand nandam [Mon, 2 Feb 2015 15:21:40 +0000 (20:51 +0530)]
passing source address option to external downloaders

9 years ago[drtv] Extract material id (Closes #4814)
Sergey M․ [Mon, 2 Feb 2015 15:11:25 +0000 (21:11 +0600)]
[drtv] Extract material id (Closes #4814)

9 years ago[historicfilms] Add extractor (Closes #4825)
Sergey M․ [Mon, 2 Feb 2015 14:52:37 +0000 (20:52 +0600)]
[historicfilms] Add extractor (Closes #4825)

9 years ago[http] PEP8 (#4831)
Philipp Hagemeister [Mon, 2 Feb 2015 11:05:39 +0000 (12:05 +0100)]
[http] PEP8 (#4831)

9 years agoMerge pull request #4831 from light94/master
Philipp Hagemeister [Mon, 2 Feb 2015 11:03:28 +0000 (12:03 +0100)]
Merge pull request #4831 from light94/master

Handling Connection Reset by Peer Error

9 years agorelease 2015.02.02
Philipp Hagemeister [Mon, 2 Feb 2015 00:49:40 +0000 (01:49 +0100)]
release 2015.02.02

9 years ago[jsinterp] Correct div command
Philipp Hagemeister [Mon, 2 Feb 2015 00:49:32 +0000 (01:49 +0100)]
[jsinterp] Correct div command

9 years agoMerge pull request #4838 from raunaqrox/patch-1
Philipp Hagemeister [Sun, 1 Feb 2015 22:32:44 +0000 (23:32 +0100)]
Merge pull request #4838 from raunaqrox/patch-1

supported sites link was not opening from README

9 years agosupported sites was not opening
Sahebjot singh [Sun, 1 Feb 2015 22:19:28 +0000 (03:49 +0530)]
supported sites was not opening

required a .md at the end.

9 years agorelease 2015.02.01
Philipp Hagemeister [Sun, 1 Feb 2015 21:42:19 +0000 (22:42 +0100)]
release 2015.02.01

9 years ago[jsinterp] Beef up and add tests
Philipp Hagemeister [Sun, 1 Feb 2015 21:38:26 +0000 (22:38 +0100)]
[jsinterp] Beef up and add tests

In preparation for #4822, extend jsinterp by a lot. (We may even have to/want to write a proper interpreter with actual parsing)

9 years ago[hls] Simplify
Sergey M․ [Sun, 1 Feb 2015 17:54:38 +0000 (23:54 +0600)]
[hls] Simplify

9 years ago[hls] Fix encode issues on python2 @ Windows
Sergey M․ [Sun, 1 Feb 2015 17:49:23 +0000 (23:49 +0600)]
[hls] Fix encode issues on python2 @ Windows

9 years ago[rutv] Extract all m3u8 formats
Sergey M․ [Sun, 1 Feb 2015 17:48:23 +0000 (23:48 +0600)]
[rutv] Extract all m3u8 formats

9 years ago[youtube] Complete test definition
Philipp Hagemeister [Sun, 1 Feb 2015 14:33:32 +0000 (15:33 +0100)]
[youtube] Complete test definition

9 years ago[wdr] Complete test definition
Philipp Hagemeister [Sun, 1 Feb 2015 14:27:16 +0000 (15:27 +0100)]
[wdr] Complete test definition

9 years ago[teletask] Fix test definition
Philipp Hagemeister [Sun, 1 Feb 2015 14:25:33 +0000 (15:25 +0100)]
[teletask] Fix test definition

9 years ago[soundcloud:set] Fix test definition
Philipp Hagemeister [Sun, 1 Feb 2015 14:24:38 +0000 (15:24 +0100)]
[soundcloud:set] Fix test definition

9 years ago[test_download] Remove references to "file" in test definitions
Philipp Hagemeister [Sun, 1 Feb 2015 14:21:18 +0000 (15:21 +0100)]
[test_download] Remove references to "file" in test definitions

9 years ago[ringtv] Modernize test definition
Philipp Hagemeister [Sun, 1 Feb 2015 14:21:02 +0000 (15:21 +0100)]
[ringtv] Modernize test definition

9 years ago[servingsys] Modernize
Philipp Hagemeister [Sun, 1 Feb 2015 14:18:52 +0000 (15:18 +0100)]
[servingsys] Modernize

9 years ago[sina] Modernize and simplify
Philipp Hagemeister [Sun, 1 Feb 2015 14:16:35 +0000 (15:16 +0100)]
[sina] Modernize and simplify

9 years ago[keezmovies] Fix extraction and modernize test
Philipp Hagemeister [Sun, 1 Feb 2015 14:13:41 +0000 (15:13 +0100)]
[keezmovies] Fix extraction and modernize test

9 years agoRemove unused imports
Philipp Hagemeister [Sun, 1 Feb 2015 14:08:50 +0000 (15:08 +0100)]
Remove unused imports