youtube-dl
7 years agoCredit @triple-j for extracting more metadata from go90.com(#12721)
Remita Amine [Sat, 15 Apr 2017 22:19:23 +0000 (23:19 +0100)]
Credit @triple-j for extracting more metadata from go90.com(#12721)

7 years agoMerge pull request #12752 from triple-j/go90_improvements_pull_request
remitamine [Sat, 15 Apr 2017 21:48:13 +0000 (23:48 +0200)]
Merge pull request #12752 from triple-j/go90_improvements_pull_request

[go90] Improve extraction

7 years ago[go90] Improve extraction
Jeremie J. Jarosh [Sat, 15 Apr 2017 15:12:08 +0000 (10:12 -0500)]
[go90] Improve extraction

- add metadata for 'series', 'episode', 'season', 'season_id',
  'season_number', and 'episode_number'
- integrate series title into the title
- extract subtitles  (fallback to `vtt` if the subtitle file type
  detection fails as that is the most likely extension)

7 years agorelease 2017.04.16
Sergey M․ [Sat, 15 Apr 2017 18:49:02 +0000 (01:49 +0700)]
release 2017.04.16

7 years ago[ChangeLog] Actualize
Sergey M․ [Sat, 15 Apr 2017 18:47:58 +0000 (01:47 +0700)]
[ChangeLog] Actualize

7 years ago[YoutubeDL] Apply expand_path after output template substitution
Sergey M․ [Sat, 15 Apr 2017 18:39:07 +0000 (01:39 +0700)]
[YoutubeDL] Apply expand_path after output template substitution
os.path.expandvars translates '%%' into '%' making output template invalid.
Before: '%%(ext)s' -(expand path)-> '%(ext)s' -(outtmpl subst.)-> 'mp4'
After: '%%(ext)s' -(outtmpl subst.)-> '%(ext)s' -(expand path)-> '%(ext)s'

7 years ago[test_YoutubeDL] Add test for #11163
Sergey M․ [Sat, 15 Apr 2017 18:14:05 +0000 (01:14 +0700)]
[test_YoutubeDL] Add test for #11163

7 years ago[YoutubeDL] Propagate overridden metadata to IE results of type url (closes #11163)
Sergey M․ [Sat, 15 Apr 2017 17:56:53 +0000 (00:56 +0700)]
[YoutubeDL] Propagate overridden metadata to IE results of type url (closes #11163)

7 years ago[extractor/generic] Extract RSS entries as url_transparent (#11163)
Sergey M․ [Sat, 15 Apr 2017 17:52:15 +0000 (00:52 +0700)]
[extractor/generic] Extract RSS entries as url_transparent (#11163)

7 years ago[streamango] Improve extraction (closes #12643)
Sergey M․ [Sat, 15 Apr 2017 14:50:15 +0000 (21:50 +0700)]
[streamango] Improve extraction (closes #12643)

7 years ago[streamango] Add extractor
Marvin Ewald [Tue, 4 Apr 2017 17:18:23 +0000 (19:18 +0200)]
[streamango] Add extractor

7 years ago[wsj] Improve and modernize (closes #12558)
Sergey M․ [Sat, 15 Apr 2017 13:51:47 +0000 (20:51 +0700)]
[wsj] Improve and modernize (closes #12558)

7 years ago[wsj:article] Add extractor
John Hawkinson [Sat, 25 Mar 2017 23:47:48 +0000 (19:47 -0400)]
[wsj:article] Add extractor

7 years ago[brightcove] Validate ambiguous embeds' URLs (closes #9163, closes #12005, closes...
Sergey M․ [Sat, 15 Apr 2017 13:30:51 +0000 (20:30 +0700)]
[brightcove] Validate ambiguous embeds' URLs (closes #9163, closes #12005, closes #12178, closes #12480)

7 years ago[brightcove] Relax video tag embeds extraction
John Hawkinson [Sun, 12 Feb 2017 13:26:36 +0000 (08:26 -0500)]
[brightcove] Relax video tag embeds extraction

BrightcoveNewIE.extract_urls(): Handle player data when it is all in
attributes of the <video> tag, and also the id is
data-brightcove-video-id not data-video-id.

Add test to generic extractor, note HEAD gives 404, no checksum computed(?).

7 years ago[udemy] Add support for react rendition (closes #12744)
Sergey M․ [Fri, 14 Apr 2017 20:26:19 +0000 (03:26 +0700)]
[udemy] Add support for react rendition (closes #12744)

7 years ago[curiositystream] PEP 8
Sergey M․ [Fri, 14 Apr 2017 19:33:26 +0000 (02:33 +0700)]
[curiositystream] PEP 8

7 years ago[canalplus] PEP 8
Sergey M․ [Fri, 14 Apr 2017 19:33:12 +0000 (02:33 +0700)]
[canalplus] PEP 8

7 years agorelease 2017.04.15
Sergey M․ [Fri, 14 Apr 2017 18:39:33 +0000 (01:39 +0700)]
release 2017.04.15

7 years ago[ChangeLog] Actualize
Sergey M․ [Fri, 14 Apr 2017 18:37:26 +0000 (01:37 +0700)]
[ChangeLog] Actualize

7 years ago[youku] Keep old fileid extraction code as fallback (#12741)
Sergey M․ [Fri, 14 Apr 2017 18:25:32 +0000 (01:25 +0700)]
[youku] Keep old fileid extraction code as fallback (#12741)

7 years ago[youku] Fix fileid extraction
xuhaomin [Fri, 14 Apr 2017 18:23:02 +0000 (02:23 +0800)]
[youku] Fix fileid extraction

7 years agorelease 2017.04.14
Sergey M․ [Thu, 13 Apr 2017 17:31:49 +0000 (00:31 +0700)]
release 2017.04.14

7 years ago[ChangeLog] Actualize
Sergey M․ [Thu, 13 Apr 2017 17:29:36 +0000 (00:29 +0700)]
[ChangeLog] Actualize

7 years ago[aenetworks] Add support for specials (closes #12723)
Sergey M․ [Thu, 13 Apr 2017 16:39:55 +0000 (23:39 +0700)]
[aenetworks] Add support for specials (closes #12723)

7 years ago[hbo] extract m3u8 formats
Remita Amine [Thu, 13 Apr 2017 11:28:00 +0000 (12:28 +0100)]
[hbo] extract m3u8 formats

7 years ago[go90] Add new extractor(closes #10127)
Remita Amine [Thu, 13 Apr 2017 11:27:28 +0000 (12:27 +0100)]
[go90] Add new extractor(closes #10127)

7 years ago[downloader/hls] add basic support for EXT-X-BYTERANGE tag(#10955)
Remita Amine [Thu, 13 Apr 2017 11:21:17 +0000 (12:21 +0100)]
[downloader/hls] add basic support for EXT-X-BYTERANGE tag(#10955)

7 years ago[tv2hu] Fix invalid escape sequence on Py3.6
Yen Chi Hsuan [Thu, 13 Apr 2017 08:52:52 +0000 (16:52 +0800)]
[tv2hu] Fix invalid escape sequence on Py3.6

7 years agoimprove coding style
Remita Amine [Wed, 12 Apr 2017 19:38:43 +0000 (20:38 +0100)]
improve coding style

7 years ago[tv2hu] improve extraction
Remita Amine [Wed, 12 Apr 2017 18:31:18 +0000 (19:31 +0100)]
[tv2hu] improve extraction

7 years ago[tv2hu] Add new extractor
Vukkk [Wed, 31 Aug 2016 08:56:11 +0000 (10:56 +0200)]
[tv2hu] Add new extractor

7 years agoCredit @SkiTheSlicer for Verizon adobe pass support (#12721)
Remita Amine [Wed, 12 Apr 2017 15:54:53 +0000 (16:54 +0100)]
Credit @SkiTheSlicer for Verizon adobe pass support (#12721)

7 years ago[generic] exclude urls with xml ext from valid video urls(closes #10768)(closes ...
Remita Amine [Wed, 12 Apr 2017 15:22:08 +0000 (16:22 +0100)]
[generic] exclude urls with xml ext from valid video urls(closes #10768)(closes #11654)

7 years ago[adobepass] improve comcast and verison login code(closes #10803)
Remita Amine [Wed, 12 Apr 2017 14:17:18 +0000 (15:17 +0100)]
[adobepass] improve comcast and verison login code(closes #10803)

7 years ago[adobepass] Add Verizon support (#10803)
Daniel Twardowski [Wed, 12 Apr 2017 05:18:57 +0000 (01:18 -0400)]
[adobepass] Add Verizon support (#10803)

7 years ago[youtube] improve m3u8 format extraction
Remita Amine [Tue, 11 Apr 2017 20:55:59 +0000 (21:55 +0100)]
[youtube] improve m3u8 format extraction

7 years ago[afreecatv] Fix extraction for videos with different key layout (closes #12718)
Sergey M․ [Tue, 11 Apr 2017 19:15:37 +0000 (02:15 +0700)]
[afreecatv] Fix extraction for videos with different key layout (closes #12718)

7 years ago[youtube] Remove explicit preference for audio-only and video-only formats
Sergey M․ [Tue, 11 Apr 2017 15:41:48 +0000 (22:41 +0700)]
[youtube] Remove explicit preference for audio-only and video-only formats
In order not to break sorting when new formats appear

7 years ago[canalplus] Bypass geo restriction
Sergey M․ [Tue, 11 Apr 2017 15:30:15 +0000 (22:30 +0700)]
[canalplus] Bypass geo restriction

7 years agorelease 2017.04.11
Sergey M․ [Mon, 10 Apr 2017 19:17:53 +0000 (02:17 +0700)]
release 2017.04.11

7 years ago[ChangeLog] Actualize
Sergey M․ [Mon, 10 Apr 2017 19:16:20 +0000 (02:16 +0700)]
[ChangeLog] Actualize

7 years ago[afreecatv] Fix extraction (closes #12706)
Sergey M․ [Mon, 10 Apr 2017 19:05:53 +0000 (02:05 +0700)]
[afreecatv] Fix extraction (closes #12706)

7 years ago[generic] Add support for <object> youtube embeds (closes #12637)
John Hawkinson [Mon, 10 Apr 2017 17:04:32 +0000 (13:04 -0400)]
[generic] Add support for <object> youtube embeds (closes #12637)

7 years ago[test_download] Fix testing playlists with single video and add comments
Sergey M․ [Mon, 10 Apr 2017 16:59:38 +0000 (23:59 +0700)]
[test_download] Fix testing playlists with single video and add comments

7 years ago[bbccouk] Treat bitrate as audio+video bitrate in media selector
Sergey M․ [Mon, 10 Apr 2017 15:56:22 +0000 (22:56 +0700)]
[bbccouk] Treat bitrate as audio+video bitrate in media selector

7 years ago[bbccouk] Skip unrecognized formats in media selector (#12701)
Sergey M․ [Mon, 10 Apr 2017 15:53:51 +0000 (22:53 +0700)]
[bbccouk] Skip unrecognized formats in media selector (#12701)

7 years ago[bbccouk] Add support for https protocol in media selector (closes #12701)
Sergey M․ [Mon, 10 Apr 2017 15:53:06 +0000 (22:53 +0700)]
[bbccouk] Add support for https protocol in media selector (closes #12701)

7 years ago[curiositystream] fix extraction(closes #12638)
Remita Amine [Mon, 10 Apr 2017 12:50:08 +0000 (13:50 +0100)]
[curiositystream] fix extraction(closes #12638)

7 years ago[adn] update subtitle decryption key
Remita Amine [Sun, 9 Apr 2017 11:32:26 +0000 (12:32 +0100)]
[adn] update subtitle decryption key

7 years ago[chaturbate] Fix extraction (closes #12665)
Sergey M․ [Sat, 8 Apr 2017 18:39:40 +0000 (01:39 +0700)]
[chaturbate] Fix extraction (closes #12665)

7 years agorelease 2017.04.09
Sergey M․ [Sat, 8 Apr 2017 17:01:28 +0000 (00:01 +0700)]
release 2017.04.09

7 years ago[ChangeLog] Actualize
Sergey M․ [Sat, 8 Apr 2017 16:59:17 +0000 (23:59 +0700)]
[ChangeLog] Actualize

7 years ago[canvas] Add IE_DESC (closes #12478)
Sergey M․ [Sat, 8 Apr 2017 15:45:45 +0000 (22:45 +0700)]
[canvas] Add IE_DESC (closes #12478)

7 years ago[vrt] Add IE_DESC (closes #12477)
Sergey M․ [Sat, 8 Apr 2017 15:44:31 +0000 (22:44 +0700)]
[vrt] Add IE_DESC (closes #12477)

7 years ago[vier] Add IE_DESC
midas02 [Sat, 8 Apr 2017 15:43:29 +0000 (17:43 +0200)]
[vier] Add IE_DESC

7 years ago[medici] Add extractor (closes #3406)
Sergey M․ [Sat, 8 Apr 2017 15:38:37 +0000 (22:38 +0700)]
[medici] Add extractor (closes #3406)

7 years ago[rbmaradio] Add support for redbullradio.com URLs
Steven Maude [Sat, 8 Apr 2017 14:39:07 +0000 (15:39 +0100)]
[rbmaradio] Add support for redbullradio.com URLs

7 years ago[npo:live] Improve (closes #12555)
Sergey M․ [Sat, 8 Apr 2017 14:31:22 +0000 (21:31 +0700)]
[npo:live] Improve (closes #12555)

7 years ago[npo:live] Add support for default url
Aldo Gunsing [Sat, 25 Mar 2017 15:51:36 +0000 (16:51 +0100)]
[npo:live] Add support for default url

7 years ago[mixcloud] Fix view count extraction and modernize
Sergey M․ [Sat, 8 Apr 2017 14:11:08 +0000 (21:11 +0700)]
[mixcloud] Fix view count extraction and modernize

7 years ago[mixcloud:playlist] Relax title extraction and fix description extraction (closes...
Sergey M․ [Sat, 8 Apr 2017 13:51:38 +0000 (20:51 +0700)]
[mixcloud:playlist] Relax title extraction and fix description extraction (closes #12582)

7 years ago[mixcloud:playlist] Fix title extraction
Kfir Breger [Mon, 27 Mar 2017 18:56:37 +0000 (20:56 +0200)]
[mixcloud:playlist] Fix title extraction

7 years ago[thesun] Extract playlists (closes #11298, closes #12674)
Sergey M․ [Sat, 8 Apr 2017 13:08:31 +0000 (20:08 +0700)]
[thesun] Extract playlists (closes #11298, closes #12674)

7 years ago[TheSun] Add new extractor
Entropy [Fri, 7 Apr 2017 19:52:48 +0000 (21:52 +0200)]
[TheSun] Add new extractor

7 years ago[ceskateleveize:porady] Add extractor (closes #7411, closes #12645)
Sergey M․ [Sat, 8 Apr 2017 12:42:09 +0000 (19:42 +0700)]
[ceskateleveize:porady] Add extractor (closes #7411, closes #12645)

7 years ago[ceskateleveize] Improve extraction and remove URL replacement hacks
Sergey M․ [Sat, 8 Apr 2017 12:41:14 +0000 (19:41 +0700)]
[ceskateleveize] Improve extraction and remove URL replacement hacks

7 years ago[kaltura] Cleanup regexes from redundant escaping
Sergey M․ [Sat, 8 Apr 2017 09:48:27 +0000 (16:48 +0700)]
[kaltura] Cleanup regexes from redundant escaping

7 years ago[kaltura] Add support for iframe embeds
John Hawkinson [Sat, 8 Apr 2017 09:40:57 +0000 (05:40 -0400)]
[kaltura] Add support for iframe embeds

7 years ago[wshh] Extract html5 entries and delegate to generic extractor (closes #12676)
Sergey M․ [Sat, 8 Apr 2017 09:01:56 +0000 (16:01 +0700)]
[wshh] Extract html5 entries and delegate to generic extractor (closes #12676)

7 years ago[airmozilla] Fix extraction (closes #12670)
Yen Chi Hsuan [Sat, 8 Apr 2017 07:39:58 +0000 (15:39 +0800)]
[airmozilla] Fix extraction (closes #12670)

7 years ago[test_download] Remove unused import
Sergey M․ [Sat, 8 Apr 2017 07:19:01 +0000 (14:19 +0700)]
[test_download] Remove unused import

7 years ago[test_subtitles] Fix raiplay test
Sergey M․ [Sat, 8 Apr 2017 07:11:20 +0000 (14:11 +0700)]
[test_subtitles] Fix raiplay test

7 years ago[raiplay] Extract subtitles
Sergey M․ [Sat, 8 Apr 2017 07:11:03 +0000 (14:11 +0700)]
[raiplay] Extract subtitles

7 years ago[test_download] Match info dicts against tests before matching info file
Sergey M․ [Sat, 8 Apr 2017 07:10:12 +0000 (14:10 +0700)]
[test_download] Match info dicts against tests before matching info file

7 years ago[test_download] typo in comment
John Hawkinson [Sat, 8 Apr 2017 04:27:52 +0000 (00:27 -0400)]
[test_download] typo in comment

7 years ago[test_download] Improve diagnostic on wrong 'id'
John Hawkinson [Sat, 8 Apr 2017 04:21:11 +0000 (00:21 -0400)]
[test_download] Improve diagnostic on wrong 'id'

7 years ago[xfileshare] Add support for vidlo.us (closes #12660)
Sergey M․ [Thu, 6 Apr 2017 16:39:09 +0000 (23:39 +0700)]
[xfileshare] Add support for vidlo.us (closes #12660)

7 years ago[xfileshare] Add support for vidbom.com (closes #12661)
Sergey M․ [Thu, 6 Apr 2017 16:38:16 +0000 (23:38 +0700)]
[xfileshare] Add support for vidbom.com (closes #12661)

7 years ago[aenetworks] Add more video URL regexes (closes #12657)
Sergey M․ [Wed, 5 Apr 2017 19:28:09 +0000 (02:28 +0700)]
[aenetworks] Add more video URL regexes (closes #12657)

7 years ago[odnoklassniki] fix format sorting for 1080p quality
Remita Amine [Mon, 3 Apr 2017 22:39:56 +0000 (23:39 +0100)]
[odnoklassniki] fix format sorting for 1080p quality

7 years ago[rtl2] add support for you.rtl2.de(closes #10257)
Remita Amine [Mon, 3 Apr 2017 20:35:54 +0000 (21:35 +0100)]
[rtl2] add support for you.rtl2.de(closes #10257)

7 years ago[vshare] Add extractor (closes #12278)
Sergey M․ [Mon, 3 Apr 2017 20:05:18 +0000 (03:05 +0700)]
[vshare] Add extractor (closes #12278)

7 years agorelease 2017.04.03
Sergey M․ [Sun, 2 Apr 2017 20:53:55 +0000 (03:53 +0700)]
release 2017.04.03

7 years ago[ChangeLog] Actualize
Sergey M․ [Sun, 2 Apr 2017 20:52:44 +0000 (03:52 +0700)]
[ChangeLog] Actualize

7 years ago[discoveryvr] Add new extractor(closes #12578)
Remita Amine [Sun, 2 Apr 2017 08:22:09 +0000 (09:22 +0100)]
[discoveryvr] Add new extractor(closes #12578)

7 years ago[tv5mondeplus] clean description and use stable id
Remita Amine [Sat, 1 Apr 2017 23:26:48 +0000 (00:26 +0100)]
[tv5mondeplus] clean description and use stable id

7 years ago[tv5mondeplus] Add new extractor(closes #11386)
Remita Amine [Sat, 1 Apr 2017 22:47:35 +0000 (23:47 +0100)]
[tv5mondeplus] Add new extractor(closes #11386)

7 years ago[extractor/common] Add coding cookie
Sergey M․ [Sat, 1 Apr 2017 21:42:10 +0000 (04:42 +0700)]
[extractor/common] Add coding cookie

7 years ago[extractor/common] Move censorship checks to a separate method and add check for...
Sergey M․ [Sat, 1 Apr 2017 20:56:49 +0000 (03:56 +0700)]
[extractor/common] Move censorship checks to a separate method and add check for just another ISP

7 years ago[pericope] Add support for pscp.tv URLs
Sergey M․ [Sat, 1 Apr 2017 20:20:28 +0000 (03:20 +0700)]
[pericope] Add support for pscp.tv URLs

7 years agorelease 2017.04.02
Sergey M․ [Sat, 1 Apr 2017 19:39:15 +0000 (02:39 +0700)]
release 2017.04.02

7 years ago[ChangeLog] Actualize
Sergey M․ [Sat, 1 Apr 2017 19:37:18 +0000 (02:37 +0700)]
[ChangeLog] Actualize

7 years ago[rai] Skip not found content item id
Sergey M․ [Sat, 1 Apr 2017 19:24:13 +0000 (02:24 +0700)]
[rai] Skip not found content item id

7 years ago[rai] Improve extraction (closes #11790)
Sergey M․ [Sat, 1 Apr 2017 19:14:42 +0000 (02:14 +0700)]
[rai] Improve extraction (closes #11790)
* Fix georestriction detection
* Detect live streams
+ Extract relinker metadata
* Improve ContentItem detection
+ Extract series metadata
* Fix tests

7 years ago[rai] Fix extraction
Timendum [Tue, 14 Mar 2017 15:11:09 +0000 (16:11 +0100)]
[rai] Fix extraction

7 years ago[vrv] add support for series pages
Remita Amine [Sat, 1 Apr 2017 17:09:36 +0000 (18:09 +0100)]
[vrv] add support for series pages

7 years ago[limelight] improve extraction for audio only formats
Remita Amine [Sat, 1 Apr 2017 14:35:39 +0000 (15:35 +0100)]
[limelight] improve extraction for audio only formats

7 years ago[funimation] fix extraction(closes #10696)(#11773)
Remita Amine [Sat, 1 Apr 2017 12:32:38 +0000 (13:32 +0100)]
[funimation] fix extraction(closes #10696)(#11773)

7 years ago[xfileshare] Add support for vidabc.com (closes #12589)
Sergey M․ [Sat, 1 Apr 2017 11:56:35 +0000 (18:56 +0700)]
[xfileshare] Add support for vidabc.com (closes #12589)