youtube-dl
8 years agolazy extractors: Style fixes
Jaime Marquínez Ferrándiz [Sun, 21 Feb 2016 11:22:12 +0000 (12:22 +0100)]
lazy extractors: Style fixes

* Sort extractors alphabetically
* Add newlines when needed (youtube_dl/extractors/lazy_extractors.py pass the flake8 test now)

8 years agolazy extractors: Fix building with python2.6
Jaime Marquínez Ferrándiz [Sun, 21 Feb 2016 10:53:48 +0000 (11:53 +0100)]
lazy extractors: Fix building with python2.6

8 years agolazy extractors: specify the encoding
Jaime Marquínez Ferrándiz [Thu, 11 Feb 2016 13:49:02 +0000 (14:49 +0100)]
lazy extractors: specify the encoding

When building with python3 the unicode characters are not escaped, python2 needs to know the encoding.

8 years agoAdd experimental support for lazy loading the info extractors
Jaime Marquínez Ferrándiz [Wed, 10 Feb 2016 13:01:31 +0000 (14:01 +0100)]
Add experimental support for lazy loading the info extractors

'make lazy-extractors' creates the youtube_dl/extractor/lazy_extractors.py (imported by youtube_dl/extractor/__init__.py), which contains simplified classes that only have the 'suitable' class method and that load the appropiate class with the '__new__' method when a instance is created.

8 years agoMove the extreactors import to youtube_dl/extractor/extractors.py
Jaime Marquínez Ferrándiz [Wed, 10 Feb 2016 12:24:49 +0000 (13:24 +0100)]
Move the extreactors import to youtube_dl/extractor/extractors.py

8 years agoDelay initialization of InfoExtractors until they are needed
Jaime Marquínez Ferrándiz [Wed, 10 Feb 2016 12:16:18 +0000 (13:16 +0100)]
Delay initialization of InfoExtractors until they are needed

8 years ago[tnaflix] Fix metadata extraction
Sergey M․ [Fri, 8 Apr 2016 18:27:24 +0000 (00:27 +0600)]
[tnaflix] Fix metadata extraction

8 years ago[tnaflix] Fix extraction (Closes #9074)
Sergey M․ [Fri, 8 Apr 2016 17:34:59 +0000 (23:34 +0600)]
[tnaflix] Fix extraction (Closes #9074)

8 years ago[extractor/common] Relax _hidden_inputs
Sergey M․ [Fri, 8 Apr 2016 17:33:45 +0000 (23:33 +0600)]
[extractor/common] Relax _hidden_inputs

8 years ago[gdcvault] Fix extraction (Closes #9107, closes #9114)
Sergey M․ [Fri, 8 Apr 2016 17:16:02 +0000 (23:16 +0600)]
[gdcvault] Fix extraction (Closes #9107, closes #9114)

8 years ago[extractor/common] Support arbitrary format strings for template based identifiers...
Sergey M․ [Fri, 8 Apr 2016 16:48:08 +0000 (22:48 +0600)]
[extractor/common] Support arbitrary format strings for template based identifiers in mpd manifests (Closes #9119, closes #9120)

8 years ago[democracynow] Improve extraction
Sergey M․ [Fri, 8 Apr 2016 16:27:27 +0000 (22:27 +0600)]
[democracynow] Improve extraction

8 years ago[democracynow] Fix tests
Sergey M․ [Fri, 8 Apr 2016 16:19:16 +0000 (22:19 +0600)]
[democracynow] Fix tests

8 years ago[democracynow] Make description optional (Closes #9115)
Sergey M․ [Fri, 8 Apr 2016 16:15:36 +0000 (22:15 +0600)]
[democracynow] Make description optional (Closes #9115)

8 years ago[novamov] Improve _VALID_URL template (Closes #9116)
Sergey M․ [Fri, 8 Apr 2016 15:26:42 +0000 (21:26 +0600)]
[novamov] Improve _VALID_URL template (Closes #9116)

8 years ago[acast] fix channel extraction(closes #9117)
remitamine [Fri, 8 Apr 2016 14:15:34 +0000 (15:15 +0100)]
[acast] fix channel extraction(closes #9117)

8 years ago[acast] fix extraction(#9117)
remitamine [Fri, 8 Apr 2016 13:51:00 +0000 (14:51 +0100)]
[acast] fix extraction(#9117)

8 years ago[YoutubeDL] Sanitize single thumbnail URL
Sergey M․ [Thu, 7 Apr 2016 18:17:47 +0000 (00:17 +0600)]
[YoutubeDL] Sanitize single thumbnail URL

8 years ago[vrt] Add support for direct hls playlists and YouTube (Closes #9108)
Sergey M․ [Thu, 7 Apr 2016 17:22:43 +0000 (23:22 +0600)]
[vrt] Add support for direct hls playlists and YouTube (Closes #9108)

8 years ago[beeg] Improve extraction
Sergey M․ [Thu, 7 Apr 2016 16:40:35 +0000 (22:40 +0600)]
[beeg] Improve extraction

8 years ago[yandexmusic] Extract music album metafields (Closes #7354)
Sergey M․ [Wed, 6 Apr 2016 20:56:13 +0000 (02:56 +0600)]
[yandexmusic] Extract music album metafields (Closes #7354)

8 years ago[extractor/common] Introduce music album metafields
Sergey M․ [Wed, 6 Apr 2016 20:53:53 +0000 (02:53 +0600)]
[extractor/common] Introduce music album metafields

8 years agorelease 2016.04.06
Philipp Hagemeister [Wed, 6 Apr 2016 13:13:08 +0000 (15:13 +0200)]
release 2016.04.06

8 years agoMakefile: remove ISSUE_TEMPLATE.md from the 'all' target (fixes #9088)
Jaime Marquínez Ferrándiz [Wed, 6 Apr 2016 12:16:05 +0000 (14:16 +0200)]
Makefile: remove ISSUE_TEMPLATE.md from the 'all' target (fixes #9088)

It isn't included in the tar file, causing build failures.
Since it's only used for GitHub, I think we don't need to store it in the tar file.

8 years agoMakefile: use full path for the ISSUE_TEMPLATE.md file
Jaime Marquínez Ferrándiz [Wed, 6 Apr 2016 12:09:31 +0000 (14:09 +0200)]
Makefile: use full path for the ISSUE_TEMPLATE.md file

8 years ago[compat] Handle tuples properly in urlencode()
Yen Chi Hsuan [Wed, 6 Apr 2016 10:29:54 +0000 (18:29 +0800)]
[compat] Handle tuples properly in urlencode()

Fixes #9055

8 years ago[iqiyi] Improve error detection for VIP-only videos
Yen Chi Hsuan [Wed, 6 Apr 2016 08:12:16 +0000 (16:12 +0800)]
[iqiyi] Improve error detection for VIP-only videos

Closes #9071

8 years agorelease 2016.04.05
Philipp Hagemeister [Tue, 5 Apr 2016 16:36:24 +0000 (18:36 +0200)]
release 2016.04.05

8 years ago[deezer] Fix extraction (Closes #9086)
Sergey M․ [Tue, 5 Apr 2016 16:27:33 +0000 (22:27 +0600)]
[deezer] Fix extraction (Closes #9086)

8 years ago[rte] Improve thumbnail extraction (Closes #9085)
Sergey M․ [Tue, 5 Apr 2016 16:23:20 +0000 (22:23 +0600)]
[rte] Improve thumbnail extraction (Closes #9085)

8 years ago[extractor/__init__] Remove novamov extractor and sort novamov based extractors alpha...
Sergey M․ [Tue, 5 Apr 2016 15:54:09 +0000 (21:54 +0600)]
[extractor/__init__] Remove novamov extractor and sort novamov based extractors alphabetically

8 years ago[auroravid] Add extractor (Closes #9070)
Sergey M․ [Tue, 5 Apr 2016 15:52:07 +0000 (21:52 +0600)]
[auroravid] Add extractor (Closes #9070)

8 years ago[novamov] Make title fatal
Sergey M․ [Tue, 5 Apr 2016 15:40:43 +0000 (21:40 +0600)]
[novamov] Make title fatal

8 years ago[utils] dfxp2srt: add additional namespace
Jaime Marquínez Ferrándiz [Mon, 4 Apr 2016 18:46:35 +0000 (20:46 +0200)]
[utils] dfxp2srt: add additional namespace

Used by the ZDF subtitles (#9081).

8 years ago[zdf] Extract subtitles (closes #9081)
Jaime Marquínez Ferrándiz [Mon, 4 Apr 2016 18:44:06 +0000 (20:44 +0200)]
[zdf] Extract subtitles (closes #9081)

8 years ago[youtube] Add support for zwearz (Closes #9062)
Sergey M․ [Sun, 3 Apr 2016 20:26:20 +0000 (02:26 +0600)]
[youtube] Add support for zwearz (Closes #9062)

8 years ago[brightcove:legacy] skip None value for uploader_id
remitamine [Sat, 2 Apr 2016 20:31:21 +0000 (21:31 +0100)]
[brightcove:legacy] skip None value for uploader_id

8 years ago[brightcove:legacy] extract uploader_id as a string
remitamine [Sat, 2 Apr 2016 19:55:44 +0000 (20:55 +0100)]
[brightcove:legacy] extract uploader_id as a string

8 years ago[nowness] update tests
remitamine [Sat, 2 Apr 2016 17:56:31 +0000 (18:56 +0100)]
[nowness] update tests

8 years ago[brightcove:new] extract subtitles and strip video title
remitamine [Sat, 2 Apr 2016 17:56:01 +0000 (18:56 +0100)]
[brightcove:new] extract subtitles and strip video title

8 years ago[brightcove:legacy] improve format extraction and extract uploader_id, duration and...
remitamine [Sat, 2 Apr 2016 17:54:40 +0000 (18:54 +0100)]
[brightcove:legacy] improve format extraction and extract uploader_id, duration and timestamp

8 years ago[instagram:user] Fix extraction (fixes #9059)
Jaime Marquínez Ferrándiz [Sat, 2 Apr 2016 16:01:58 +0000 (18:01 +0200)]
[instagram:user] Fix extraction (fixes #9059)

The URL for the next page was incorrect and we always got the same page, therefore it got trapped in an infinite loop.

8 years ago[bbc] Set vcodec to none for audio formats
Sergey M․ [Sat, 2 Apr 2016 13:00:38 +0000 (19:00 +0600)]
[bbc] Set vcodec to none for audio formats

8 years ago[extractor/common] Carry long line
Sergey M․ [Sat, 2 Apr 2016 12:49:58 +0000 (18:49 +0600)]
[extractor/common] Carry long line

8 years ago[extractor/common] Fix numeric identifiers conversion in DASH URL templates
Sergey M․ [Sat, 2 Apr 2016 12:48:05 +0000 (18:48 +0600)]
[extractor/common] Fix numeric identifiers conversion in DASH URL templates

8 years ago[brightcove] fix format sorting
remitamine [Sat, 2 Apr 2016 09:57:57 +0000 (10:57 +0100)]
[brightcove] fix format sorting

8 years ago[cbsinteractive] Add support for ZDNet videos
remitamine [Fri, 1 Apr 2016 22:53:32 +0000 (23:53 +0100)]
[cbsinteractive] Add support for ZDNet videos

8 years ago[cnet] extract more formats
remitamine [Fri, 1 Apr 2016 19:42:15 +0000 (20:42 +0100)]
[cnet] extract more formats

8 years ago[ffmpeg] try to convert tt subtitles usng dfxp2srt
remitamine [Fri, 1 Apr 2016 18:47:20 +0000 (19:47 +0100)]
[ffmpeg] try to convert tt subtitles usng dfxp2srt

8 years ago[common] prefer using mime type over ext for smil subtitle extraction
remitamine [Fri, 1 Apr 2016 18:39:02 +0000 (19:39 +0100)]
[common] prefer using mime type over ext for smil subtitle extraction

the subtitle ext for http://www.cnet.com/videos/download-amazon-prime-movies-and-tv/
is adb_xml while using the mime type it get tt(application/smptett+xml)

8 years ago[camwithher] Remove extra blank line
Jaime Marquínez Ferrándiz [Fri, 1 Apr 2016 18:45:21 +0000 (20:45 +0200)]
[camwithher] Remove extra blank line

8 years ago[cbsnews] Remove unused import
Jaime Marquínez Ferrándiz [Fri, 1 Apr 2016 18:43:14 +0000 (20:43 +0200)]
[cbsnews] Remove unused import

8 years ago[aenetworks] Make pep8 happy
Jaime Marquínez Ferrándiz [Fri, 1 Apr 2016 18:42:19 +0000 (20:42 +0200)]
[aenetworks] Make pep8 happy

8 years ago[camwithher] Improve extraction (Closes #8989)
Sergey M․ [Fri, 1 Apr 2016 17:47:27 +0000 (23:47 +0600)]
[camwithher] Improve extraction (Closes #8989)

8 years ago[camwithher] Add extractor
theGeekPirate [Sat, 26 Mar 2016 12:37:40 +0000 (05:37 -0700)]
[camwithher] Add extractor

Corrected unnecessary test

Sane variable naming

RTMP all .flv & url_id for _download_webpage()

Corrected all outstanding issues, next up is a squash!

8 years ago[theplatform] extract timestamp and uploader
remitamine [Fri, 1 Apr 2016 17:06:11 +0000 (18:06 +0100)]
[theplatform] extract timestamp and uploader

8 years ago[screencast] Improve title regexes (Closes #9025)
Sergey M․ [Fri, 1 Apr 2016 17:01:55 +0000 (23:01 +0600)]
[screencast] Improve title regexes (Closes #9025)

8 years agoscreencast.com: fallback on page title
Martin Trigaux [Tue, 29 Mar 2016 12:34:58 +0000 (14:34 +0200)]
screencast.com: fallback on page title

When determining the title of the page, use the <title> tag of the page

8 years ago[screencast] Add test
Sergey M․ [Fri, 1 Apr 2016 17:00:45 +0000 (23:00 +0600)]
[screencast] Add test

8 years agoscreencast.com: support missing www
Martin Trigaux [Tue, 29 Mar 2016 12:18:44 +0000 (14:18 +0200)]
screencast.com: support missing www

The "www." part of the URL is not mandatory

8 years ago[pluralsight] Remove unnecessary login/password encode
Sergey M․ [Fri, 1 Apr 2016 16:46:46 +0000 (22:46 +0600)]
[pluralsight] Remove unnecessary login/password encode

8 years ago[lynda] Remove unnecessary login/password encode
Sergey M․ [Fri, 1 Apr 2016 16:45:20 +0000 (22:45 +0600)]
[lynda] Remove unnecessary login/password encode

8 years ago[udemy] Remove unnecessary login/password encode
Sergey M․ [Fri, 1 Apr 2016 16:42:09 +0000 (22:42 +0600)]
[udemy] Remove unnecessary login/password encode

This is now covered by compat_urllib_parse_urlencode

8 years ago[udemy:course] Skip non-video lectures
Sergey M․ [Fri, 1 Apr 2016 16:38:56 +0000 (22:38 +0600)]
[udemy:course] Skip non-video lectures

8 years ago[movieclips] fix extraction
remitamine [Fri, 1 Apr 2016 15:22:06 +0000 (16:22 +0100)]
[movieclips] fix extraction

8 years ago[cbs] add base extractor
remitamine [Fri, 1 Apr 2016 09:12:29 +0000 (10:12 +0100)]
[cbs] add base extractor

8 years ago[aenetworks] improve format extraction
remitamine [Fri, 1 Apr 2016 08:56:18 +0000 (09:56 +0100)]
[aenetworks] improve format extraction

8 years ago[theplatform] sign https urls
remitamine [Fri, 1 Apr 2016 08:55:46 +0000 (09:55 +0100)]
[theplatform] sign https urls

8 years agorelease 2016.04.01
Philipp Hagemeister [Fri, 1 Apr 2016 07:07:40 +0000 (09:07 +0200)]
release 2016.04.01

8 years ago[cbs] improve extraction(closes #6321)
remitamine [Fri, 1 Apr 2016 06:33:37 +0000 (07:33 +0100)]
[cbs] improve extraction(closes #6321)

8 years ago[generic] remove sbnation test(handled by VoxMediaIE)
remitamine [Thu, 31 Mar 2016 22:50:45 +0000 (23:50 +0100)]
[generic] remove sbnation test(handled by VoxMediaIE)

8 years ago[voxmedia] improve sbnation support
remitamine [Thu, 31 Mar 2016 22:33:36 +0000 (23:33 +0100)]
[voxmedia] improve sbnation support

8 years ago[udemy:course] Use new URL format
Sergey M․ [Thu, 31 Mar 2016 20:24:22 +0000 (02:24 +0600)]
[udemy:course] Use new URL format

8 years ago[howstuffworks] improve extraction
remitamine [Thu, 31 Mar 2016 20:09:27 +0000 (21:09 +0100)]
[howstuffworks] improve extraction

8 years ago[tudou] Improve error handling (closes #8988)
Yen Chi Hsuan [Thu, 31 Mar 2016 17:42:16 +0000 (01:42 +0800)]
[tudou] Improve error handling (closes #8988)

8 years ago[voxmedia] Add new extractor(closes #3182)
remitamine [Thu, 31 Mar 2016 17:36:41 +0000 (18:36 +0100)]
[voxmedia] Add new extractor(closes #3182)

8 years ago[udemy] Remove unused import
Sergey M․ [Thu, 31 Mar 2016 17:00:11 +0000 (23:00 +0600)]
[udemy] Remove unused import

8 years ago[udemy:course] Simplify course curriculum downloading
Sergey M․ [Thu, 31 Mar 2016 16:59:19 +0000 (22:59 +0600)]
[udemy:course] Simplify course curriculum downloading

8 years ago[extractor/common] Improve _request_webpage
Sergey M․ [Thu, 31 Mar 2016 16:58:38 +0000 (22:58 +0600)]
[extractor/common] Improve _request_webpage

* Do not ignore data, headers and query for Requests
* Default values for headers and query switched to dicts since these are used by urllib itself

8 years ago[utils] Use update_Request in http_request
Sergey M․ [Thu, 31 Mar 2016 16:55:49 +0000 (22:55 +0600)]
[utils] Use update_Request in http_request

8 years ago[utils] Add update_Request
Sergey M․ [Thu, 31 Mar 2016 16:55:01 +0000 (22:55 +0600)]
[utils] Add update_Request

8 years ago[udemy] Switch to api 2.0 (Closes #9035)
Sergey M․ [Thu, 31 Mar 2016 16:05:25 +0000 (22:05 +0600)]
[udemy] Switch to api 2.0 (Closes #9035)

8 years ago[beeg] Switch to api v6 (Closes #9036)
Sergey M․ [Thu, 31 Mar 2016 14:42:41 +0000 (20:42 +0600)]
[beeg] Switch to api v6 (Closes #9036)

8 years ago[nationalgeographic] add support for channel.nationalgeographic.com urls
remitamine [Thu, 31 Mar 2016 12:47:38 +0000 (13:47 +0100)]
[nationalgeographic] add support for channel.nationalgeographic.com urls

8 years ago[nationalgeographic] improve extraction
remitamine [Thu, 31 Mar 2016 12:44:55 +0000 (13:44 +0100)]
[nationalgeographic] improve extraction

8 years ago[tenplay] remove extractor(fixes #6927)
remitamine [Thu, 31 Mar 2016 10:59:40 +0000 (11:59 +0100)]
[tenplay] remove extractor(fixes #6927)

8 years ago[brightcove] relax embed_in_page regex
remitamine [Thu, 31 Mar 2016 09:48:22 +0000 (10:48 +0100)]
[brightcove] relax embed_in_page regex

8 years ago[nbc] add new extractor for csnne.com(#5432)
remitamine [Wed, 30 Mar 2016 23:26:42 +0000 (00:26 +0100)]
[nbc] add new extractor for csnne.com(#5432)

8 years ago[cnbc] fix test
remitamine [Wed, 30 Mar 2016 23:25:11 +0000 (00:25 +0100)]
[cnbc] fix test

8 years ago[cnbc] Add new extractor(closes #8012)
remitamine [Wed, 30 Mar 2016 22:18:31 +0000 (23:18 +0100)]
[cnbc] Add new extractor(closes #8012)

8 years ago[myspace] improve extraction
remitamine [Wed, 30 Mar 2016 20:18:07 +0000 (21:18 +0100)]
[myspace] improve extraction

8 years ago[kwuo] Port to new API and enable --cn-verification-proxy
Yen Chi Hsuan [Wed, 30 Mar 2016 18:27:52 +0000 (02:27 +0800)]
[kwuo] Port to new API and enable --cn-verification-proxy

8 years ago[kwuo] Remove _sort_formats() from KuwoBaseIE._get_formats()
Yen Chi Hsuan [Wed, 30 Mar 2016 18:11:21 +0000 (02:11 +0800)]
[kwuo] Remove _sort_formats() from KuwoBaseIE._get_formats()

Following the idea proposed in 19dbaeece321c51fa336ef142507adf440e22e22

8 years ago[kuwo:song] Correct song ID extraction (fixes #9033)
Yen Chi Hsuan [Wed, 30 Mar 2016 17:54:08 +0000 (01:54 +0800)]
[kuwo:song] Correct song ID extraction (fixes #9033)

Bug introduced in daef04a4e75ccd2ff5e2d2495baa0ac9bcf75724.

8 years ago[tumblr] Improve _VALID_URL (Closes #9027)
Sergey M․ [Wed, 30 Mar 2016 16:26:43 +0000 (22:26 +0600)]
[tumblr] Improve _VALID_URL (Closes #9027)

8 years ago[comcarcoff] don not depend on crackle extractor(closes #8995)
remitamine [Wed, 30 Mar 2016 11:27:00 +0000 (12:27 +0100)]
[comcarcoff] don not depend on crackle extractor(closes #8995)

previously extraction has been delegated to crackle to extract more info
and subtitles #6106 but some of the episodes can't be extracted using
crackle #8995.

8 years agoAdd manually generated ISSUE_TEMPLATE.md
Sergey M․ [Tue, 29 Mar 2016 16:04:29 +0000 (22:04 +0600)]
Add manually generated ISSUE_TEMPLATE.md

In order not to wait for the next release

8 years agoImprove ISSUE_TEMPLATE_tmpl.md
Sergey M․ [Tue, 29 Mar 2016 16:02:42 +0000 (22:02 +0600)]
Improve ISSUE_TEMPLATE_tmpl.md

8 years ago[devscripts/make_issue_template] Fix __version__ again
Sergey M․ [Mon, 28 Mar 2016 21:05:15 +0000 (03:05 +0600)]
[devscripts/make_issue_template] Fix __version__ again

8 years agoRename ISSUE_TEMPLATE.tmpl in order not to be picked up by github
Sergey M․ [Mon, 28 Mar 2016 20:48:04 +0000 (02:48 +0600)]
Rename ISSUE_TEMPLATE.tmpl in order not to be picked up by github