youtube-dl
7 years agoIgnore and clean *.ytdl files
Yen Chi Hsuan [Tue, 25 Apr 2017 14:42:55 +0000 (22:42 +0800)]
Ignore and clean *.ytdl files

7 years ago[iqiyi] Fix extraction of Yule videos
Yen Chi Hsuan [Tue, 25 Apr 2017 14:23:57 +0000 (22:23 +0800)]
[iqiyi] Fix extraction of Yule videos

7 years ago[downloader/fragment] Improve .ytdl format and start documenting
Sergey M․ [Mon, 24 Apr 2017 16:50:20 +0000 (23:50 +0700)]
[downloader/fragment] Improve .ytdl format and start documenting

7 years ago[downloader/fragment] Don't process ytdl file when it's not needed yet
Sergey M․ [Mon, 24 Apr 2017 16:05:56 +0000 (23:05 +0700)]
[downloader/fragment] Don't process ytdl file when it's not needed yet

7 years agoIntroduce --keep-fragments
Sergey M․ [Sun, 23 Apr 2017 20:09:08 +0000 (03:09 +0700)]
Introduce --keep-fragments

7 years ago[downloader/fragment] Use temp file for current fragment
Sergey M․ [Sun, 23 Apr 2017 19:54:17 +0000 (02:54 +0700)]
[downloader/fragment] Use temp file for current fragment

7 years ago[YoutubeDL] Fix output template for missing timestamp (closes #12796)
Sergey M․ [Sun, 23 Apr 2017 17:50:39 +0000 (00:50 +0700)]
[YoutubeDL] Fix output template for missing timestamp (closes #12796)

7 years ago[extractor/common] Rephrase comment
Sergey M․ [Sun, 23 Apr 2017 04:51:53 +0000 (11:51 +0700)]
[extractor/common] Rephrase comment

7 years ago[test_InfoExtractor] Add m3u8 parsing test for NAME attribute in EXT-X-STREAM-INF tag
Sergey M․ [Sun, 23 Apr 2017 04:49:57 +0000 (11:49 +0700)]
[test_InfoExtractor] Add m3u8 parsing test for NAME attribute in EXT-X-STREAM-INF tag

7 years ago[vidio] Improve and sort formats
Sergey M․ [Sun, 23 Apr 2017 04:48:51 +0000 (11:48 +0700)]
[vidio] Improve and sort formats

7 years ago[extractor/common] Use float for scaled tbr
Sergey M․ [Sun, 23 Apr 2017 04:33:19 +0000 (11:33 +0700)]
[extractor/common] Use float for scaled tbr

7 years ago[brightcove] match only video elements with data-video-id attribute
Remita Amine [Sat, 22 Apr 2017 21:26:20 +0000 (22:26 +0100)]
[brightcove] match only video elements with data-video-id attribute

7 years ago[downloader/fragment] remove unused code
Remita Amine [Sat, 22 Apr 2017 17:19:47 +0000 (18:19 +0100)]
[downloader/fragment] remove unused code

7 years ago[downloader/fragment] use the documented names for fragment progress_hooks fields
Remita Amine [Sat, 22 Apr 2017 15:42:24 +0000 (16:42 +0100)]
[downloader/fragment] use the documented names for fragment progress_hooks fields

7 years ago[iqiyi] Fix playlist detection (#12504)
Yen Chi Hsuan [Sat, 22 Apr 2017 14:11:37 +0000 (22:11 +0800)]
[iqiyi] Fix playlist detection (#12504)

7 years ago[socks] Report errors elegantly when credentails are required but missing
Yen Chi Hsuan [Sat, 22 Apr 2017 13:44:01 +0000 (21:44 +0800)]
[socks] Report errors elegantly when credentails are required but missing

In some non-standard implementations, the server may respond AUTH_USER_PASS
even if's not listed in available authentication methods. (it should
respond AUTH_NO_ACCEPTABLE per standards)

7 years ago[azubu] Remove extractor as the site is gone (closes #12813)
Yen Chi Hsuan [Sat, 22 Apr 2017 13:20:25 +0000 (21:20 +0800)]
[azubu] Remove extractor as the site is gone (closes #12813)

7 years ago[porn91] Fix extraction (closes #12814)
Yen Chi Hsuan [Sat, 22 Apr 2017 13:16:36 +0000 (21:16 +0800)]
[porn91] Fix extraction (closes #12814)

7 years ago[extractor/common] Improve m3u8 extraction (closes #12211)
Sergey M․ [Sat, 22 Apr 2017 00:01:00 +0000 (07:01 +0700)]
[extractor/common] Improve m3u8 extraction (closes #12211)
* Extract m3u8 parsing to separate method
* Improve rendition groups extraction
* Build stream name according stream GROUP-ID
* Ignore reference to AUDIO group without URI when stream has no CODECS
+ Add test coverage for parsing m3u8 from #11507, #11995, #12211 and twitch vod

7 years ago[vidzi] Fix extraction (closes #12793)
Sergey M․ [Fri, 21 Apr 2017 16:37:06 +0000 (23:37 +0700)]
[vidzi] Fix extraction (closes #12793)

7 years ago[amp] extract error message(closes #12795)
Remita Amine [Thu, 20 Apr 2017 04:16:41 +0000 (05:16 +0100)]
[amp] extract error message(closes #12795)

7 years ago[downloader/fragment] use a general file to store fragment download context
Remita Amine [Wed, 19 Apr 2017 17:34:25 +0000 (18:34 +0100)]
[downloader/fragment] use a general file to store fragment download context

7 years ago[brightcove] PEP 8
Sergey M․ [Wed, 19 Apr 2017 14:47:03 +0000 (21:47 +0700)]
[brightcove] PEP 8

7 years ago[utils] add support for ttml styles
Remita Amine [Thu, 23 Feb 2017 17:46:20 +0000 (18:46 +0100)]
[utils] add support for ttml styles

7 years ago[fragment,hls,f4m,dash,ism] improve fragment downloading
Remita Amine [Tue, 28 Jun 2016 17:07:50 +0000 (18:07 +0100)]
[fragment,hls,f4m,dash,ism] improve fragment downloading

- resume immediately
- no need to concatenate segments and decrypt them on every resume
- no need to save temp files for segments

and for hls downloader:
- no need to download keys for segments that already downloaded

7 years ago[odnoklassniki] update tests
Remita Amine [Tue, 18 Apr 2017 23:16:31 +0000 (00:16 +0100)]
[odnoklassniki] update tests

7 years ago[xfileshare] Add support for gorillavid.com and daclips.com (closes #12776)
Sergey M․ [Tue, 18 Apr 2017 16:54:36 +0000 (23:54 +0700)]
[xfileshare] Add support for gorillavid.com and daclips.com (closes #12776)

7 years ago[instagram] Fix extraction (closes #12777)
Sergey M․ [Tue, 18 Apr 2017 15:40:26 +0000 (22:40 +0700)]
[instagram] Fix extraction (closes #12777)

7 years ago[extractor/common] Add support multiple getters in try_get
Sergey M․ [Tue, 18 Apr 2017 15:39:58 +0000 (22:39 +0700)]
[extractor/common] Add support multiple getters in try_get

7 years ago[extractor/common] Add support for video of WebPage context in _json_ld (closes ...
Sergey M․ [Tue, 18 Apr 2017 15:21:38 +0000 (22:21 +0700)]
[extractor/common] Add support for video of WebPage context in _json_ld (closes #12778)

7 years ago[brightcove] Support URLs with bcpid instead of playerID
Yen Chi Hsuan [Tue, 18 Apr 2017 15:03:03 +0000 (23:03 +0800)]
[brightcove] Support URLs with bcpid instead of playerID

Fixes #12482

7 years ago[brightcove] Fix _extract_url (closes #12782)
Sergey M․ [Tue, 18 Apr 2017 14:46:25 +0000 (21:46 +0700)]
[brightcove] Fix _extract_url (closes #12782)

7 years ago[common] Relax JWPlayer regex and remove duplicate urls(#12768)
Remita Amine [Mon, 17 Apr 2017 07:48:24 +0000 (08:48 +0100)]
[common] Relax JWPlayer regex and remove duplicate urls(#12768)

7 years ago[odnoklassniki] extract m3u8 formats
Remita Amine [Sun, 16 Apr 2017 20:24:34 +0000 (21:24 +0100)]
[odnoklassniki] extract m3u8 formats

7 years agorelease 2017.04.17
Sergey M․ [Sun, 16 Apr 2017 17:46:32 +0000 (00:46 +0700)]
release 2017.04.17

7 years ago[ChangeLog] Actualize
Sergey M․ [Sun, 16 Apr 2017 17:43:56 +0000 (00:43 +0700)]
[ChangeLog] Actualize

7 years ago[extractor/generic] Add test for #12761
Sergey M․ [Sun, 16 Apr 2017 17:36:59 +0000 (00:36 +0700)]
[extractor/generic] Add test for #12761

7 years ago[limelight] Add support for channels and channels lists embedded using LimelightEmbed...
Sergey M․ [Sun, 16 Apr 2017 17:33:47 +0000 (00:33 +0700)]
[limelight] Add support for channels and channels lists embedded using LimelightEmbeddedPlayerFlash (#12761)

7 years ago[limelight] Improve embeds extraction (closes #12761)
Sergey M․ [Sun, 16 Apr 2017 17:23:16 +0000 (00:23 +0700)]
[limelight] Improve embeds extraction (closes #12761)
* Move extraction code to extractor
* Add extraction for LimelightEmbeddedPlayerFlash embeds
* Extract multiple video

7 years ago[itv] Extract series metadata
Sergey M․ [Sun, 16 Apr 2017 16:19:20 +0000 (23:19 +0700)]
[itv] Extract series metadata

7 years ago[itv] Fix rtmp formats (#12759)
Sergey M․ [Sun, 16 Apr 2017 16:15:24 +0000 (23:15 +0700)]
[itv] Fix rtmp formats (#12759)

7 years ago[itv] Use native hls
Sergey M․ [Sun, 16 Apr 2017 14:52:45 +0000 (21:52 +0700)]
[itv] Use native hls

7 years ago[itv] Lower preference for rtmp formats (closes #12759)
Sergey M․ [Sun, 16 Apr 2017 14:52:07 +0000 (21:52 +0700)]
[itv] Lower preference for rtmp formats (closes #12759)

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)