youtube-dl
7 years ago[Makefile] Cleanup files from fragment-based downloaders
Yen Chi Hsuan [Thu, 22 Sep 2016 17:13:56 +0000 (01:13 +0800)]
[Makefile] Cleanup files from fragment-based downloaders

7 years ago[ustream] Support HLS streams (closes #10698)
Yen Chi Hsuan [Thu, 22 Sep 2016 17:11:13 +0000 (01:11 +0800)]
[ustream] Support HLS streams (closes #10698)

7 years ago[udemy] Stringify video id
Sergey M․ [Thu, 22 Sep 2016 14:48:53 +0000 (21:48 +0700)]
[udemy] Stringify video id

7 years ago[ooyala] extract all hls formats
Remita Amine [Wed, 21 Sep 2016 20:49:52 +0000 (21:49 +0100)]
[ooyala] extract all hls formats

7 years ago[videomore] Fix embed regex
Sergey M․ [Wed, 21 Sep 2016 15:51:36 +0000 (22:51 +0700)]
[videomore] Fix embed regex

7 years ago[adobepass] add support MSO that depend on watchTVeverywhere(closes #10709)
Remita Amine [Wed, 21 Sep 2016 14:56:31 +0000 (15:56 +0100)]
[adobepass] add support MSO that depend on watchTVeverywhere(closes #10709)

7 years ago[cartoonnetwork] add support Adobe Pass auth
Remita Amine [Tue, 20 Sep 2016 17:51:29 +0000 (18:51 +0100)]
[cartoonnetwork] add support Adobe Pass auth

7 years ago[soundcloud] Modernize
Sergey M․ [Tue, 20 Sep 2016 14:55:57 +0000 (21:55 +0700)]
[soundcloud] Modernize

7 years ago[soundcloud] Extract license metadata
coolsa [Sun, 18 Sep 2016 09:53:05 +0000 (03:53 -0600)]
[soundcloud] Extract license metadata

7 years ago[fox] add support for Adobe Pass auth(closes #8584)
Remita Amine [Tue, 20 Sep 2016 14:52:23 +0000 (15:52 +0100)]
[fox] add support for Adobe Pass auth(closes #8584)

7 years agoadd support for Adobe Pass auth in tbs,tnt and trutv extractors(fixes #10642)(closes...
Remita Amine [Tue, 20 Sep 2016 10:55:30 +0000 (11:55 +0100)]
add support for Adobe Pass auth in tbs,tnt and trutv extractors(fixes #10642)(closes #10222)(closes #10519)

7 years agorelease 2016.09.19
Sergey M․ [Sun, 18 Sep 2016 19:58:32 +0000 (02:58 +0700)]
release 2016.09.19

7 years ago[ChangeLog] Actualize
Sergey M․ [Sun, 18 Sep 2016 19:57:14 +0000 (02:57 +0700)]
[ChangeLog] Actualize

7 years ago[crunchyroll] Check if already logged in (Closes #10700)
Sergey M․ [Sun, 18 Sep 2016 19:50:06 +0000 (02:50 +0700)]
[crunchyroll] Check if already logged in (Closes #10700)

7 years ago[twitch:stream] Remove fallback to profile extraction when stream is offline
Sergey M․ [Sun, 18 Sep 2016 12:10:18 +0000 (19:10 +0700)]
[twitch:stream] Remove fallback to profile extraction when stream is offline
Main page does not contain profile videos anymore

7 years ago[thisav] Improve title extraction (closes #10682)
Yen Chi Hsuan [Sun, 18 Sep 2016 10:33:54 +0000 (18:33 +0800)]
[thisav] Improve title extraction (closes #10682)

I didn't add a test case as the one in #10682 looks like a copyrighted
product.

7 years ago[vyborymos] Improve station info extraction
Sergey M․ [Sun, 18 Sep 2016 10:28:41 +0000 (17:28 +0700)]
[vyborymos] Improve station info extraction

7 years agorelease 2016.09.18
Sergey M․ [Sun, 18 Sep 2016 10:16:55 +0000 (17:16 +0700)]
release 2016.09.18

7 years ago[ChangeLog] Actualize
Sergey M․ [Sun, 18 Sep 2016 10:15:22 +0000 (17:15 +0700)]
[ChangeLog] Actualize

7 years ago[vyborymos] Add extractor (Closes #10692)
Sergey M․ [Sun, 18 Sep 2016 09:56:40 +0000 (16:56 +0700)]
[vyborymos] Add extractor (Closes #10692)

7 years ago[xfileshare] Add title regex for streamin.to and fallback to video id (Closes #10646)
Sergey M․ [Sun, 18 Sep 2016 00:22:06 +0000 (07:22 +0700)]
[xfileshare] Add title regex for streamin.to and fallback to video id (Closes #10646)

7 years ago[globo:article] Add support for multiple videos (Closes #10653)
Sergey M․ [Sat, 17 Sep 2016 16:34:10 +0000 (23:34 +0700)]
[globo:article] Add support for multiple videos (Closes #10653)

7 years ago[extractor/common] Add manifest_url for hls and hds formats
Sergey M․ [Sat, 17 Sep 2016 14:33:38 +0000 (21:33 +0700)]
[extractor/common] Add manifest_url for hls and hds formats

7 years agoRefactor fragments interface and dash segments downloader
Sergey M․ [Sat, 17 Sep 2016 13:35:22 +0000 (20:35 +0700)]
Refactor fragments interface and dash segments downloader
- Eliminate segment_urls and initialization_url
+ Introduce manifest_url (manifest may contain unfragmented data in this case url will be used for direct media URL and manifest_url for manifest itself correspondingly)
* Rewrite dashsegments downloader to use fragments data
* Improve generic mpd extraction

7 years ago[svt] Fix DASH formats extraction
Sergey M․ [Sat, 17 Sep 2016 12:25:31 +0000 (19:25 +0700)]
[svt] Fix DASH formats extraction

7 years ago[extractor/common] Expose fragments interface for dashsegments formats
Sergey M․ [Mon, 5 Sep 2016 18:21:57 +0000 (01:21 +0700)]
[extractor/common] Expose fragments interface for dashsegments formats

7 years ago[extractor/common] Introduce fragments interface
Sergey M․ [Mon, 5 Sep 2016 18:18:57 +0000 (01:18 +0700)]
[extractor/common] Introduce fragments interface

7 years ago[thisav] Recognize jwplayers (closes #10447)
Yen Chi Hsuan [Sat, 17 Sep 2016 10:46:43 +0000 (18:46 +0800)]
[thisav] Recognize jwplayers (closes #10447)

7 years ago[jwplatform] Use js_to_json to detect more JWPlayers
Yen Chi Hsuan [Sat, 17 Sep 2016 10:45:08 +0000 (18:45 +0800)]
[jwplatform] Use js_to_json to detect more JWPlayers

7 years ago[franceinter] Fix upload date extraction
Sergey M․ [Sat, 17 Sep 2016 08:44:37 +0000 (15:44 +0700)]
[franceinter] Fix upload date extraction

7 years ago[mangomolo] fix domain regex
Remita Amine [Sat, 17 Sep 2016 07:11:01 +0000 (08:11 +0100)]
[mangomolo] fix domain regex

7 years ago[postprocessor/ffmpeg] apply FFmpegFixupM3u8PP only for videos with aac codec(#5591)
Remita Amine [Fri, 16 Sep 2016 21:06:55 +0000 (22:06 +0100)]
[postprocessor/ffmpeg] apply FFmpegFixupM3u8PP only for videos with aac codec(#5591)

7 years ago[mangomolo] fix typo
Remita Amine [Fri, 16 Sep 2016 19:10:47 +0000 (20:10 +0100)]
[mangomolo] fix typo

7 years ago[mangomolo] add support for Mangomolo embeds
Remita Amine [Fri, 16 Sep 2016 18:31:39 +0000 (19:31 +0100)]
[mangomolo] add support for Mangomolo embeds

7 years ago[common] add helper method for Wowza Streaming Engine format extraction
Remita Amine [Fri, 16 Sep 2016 18:30:38 +0000 (19:30 +0100)]
[common] add helper method for Wowza Streaming Engine format extraction

7 years ago[toutv] add support for authentication(closes #10669)
Remita Amine [Fri, 16 Sep 2016 16:36:22 +0000 (17:36 +0100)]
[toutv] add support for authentication(closes #10669)

7 years ago[franceinter] Fix upload date extraction
Sergey M․ [Fri, 16 Sep 2016 15:02:59 +0000 (22:02 +0700)]
[franceinter] Fix upload date extraction

7 years ago[tv4] Fix hls and hds formats (Closes #10659)
Sergey M․ [Thu, 15 Sep 2016 17:54:34 +0000 (00:54 +0700)]
[tv4] Fix hls and hds formats (Closes #10659)

7 years agorelease 2016.09.15
Sergey M․ [Thu, 15 Sep 2016 16:46:11 +0000 (23:46 +0700)]
release 2016.09.15

7 years ago[ChangeLog] Actualize
Sergey M․ [Thu, 15 Sep 2016 16:31:16 +0000 (23:31 +0700)]
[ChangeLog] Actualize

7 years agoImprove some id regexes
stepshal [Wed, 14 Sep 2016 16:03:26 +0000 (23:03 +0700)]
Improve some id regexes

7 years ago[adobepass] Change mvpd cache section name
Sergey M․ [Thu, 15 Sep 2016 15:47:45 +0000 (22:47 +0700)]
[adobepass] Change mvpd cache section name
In order to better emphasize it's relation to Adobe Pass

7 years ago[extractor/common] Simplify _get_netrc_login_info and carry long lines
Sergey M․ [Thu, 15 Sep 2016 15:35:12 +0000 (22:35 +0700)]
[extractor/common] Simplify _get_netrc_login_info and carry long lines

7 years ago[extractor/common] Update _get_login_info's comment
Sergey M․ [Thu, 15 Sep 2016 15:34:29 +0000 (22:34 +0700)]
[extractor/common] Update _get_login_info's comment

7 years ago[extractor/common] Simplify _get_login_info
Sergey M․ [Thu, 15 Sep 2016 15:26:37 +0000 (22:26 +0700)]
[extractor/common] Simplify _get_login_info

7 years ago[YoutubeDL] Improve Adobe Pass options' wording
Sergey M․ [Thu, 15 Sep 2016 15:24:55 +0000 (22:24 +0700)]
[YoutubeDL] Improve Adobe Pass options' wording

7 years ago[options] Actually print Adobe Pass options sections in --help
Sergey M․ [Thu, 15 Sep 2016 15:18:31 +0000 (22:18 +0700)]
[options] Actually print Adobe Pass options sections in --help

7 years ago[options] Improve Adobe Pass wording
Sergey M․ [Thu, 15 Sep 2016 15:17:17 +0000 (22:17 +0700)]
[options] Improve Adobe Pass wording

7 years ago[utils] Improve _hidden_inputs
Sergey M․ [Thu, 15 Sep 2016 14:54:48 +0000 (21:54 +0700)]
[utils] Improve _hidden_inputs

7 years ago[crunchyroll] Fix authentication (Closes #10655)
Sergey M․ [Thu, 15 Sep 2016 14:53:35 +0000 (21:53 +0700)]
[crunchyroll] Fix authentication (Closes #10655)

7 years ago[twitch] Fix api calls (Closes #10654, closes #10660)
Sergey M․ [Thu, 15 Sep 2016 13:58:02 +0000 (20:58 +0700)]
[twitch] Fix api calls (Closes #10654, closes #10660)

7 years ago[bellmedia] add support for more sites
Remita Amine [Thu, 15 Sep 2016 07:12:12 +0000 (08:12 +0100)]
[bellmedia] add support for more sites

7 years ago[adobepass] rename --ap-mso-list option to --ap-list-mso
Remita Amine [Wed, 14 Sep 2016 19:21:09 +0000 (20:21 +0100)]
[adobepass] rename --ap-mso-list option to --ap-list-mso

7 years ago[ap] improve adobe pass names and parse error handling
Remita Amine [Wed, 14 Sep 2016 17:58:47 +0000 (18:58 +0100)]
[ap] improve adobe pass names and parse error handling

7 years ago[franceinter] Improve extraction (Closes #10538)
Sergey M․ [Wed, 14 Sep 2016 16:59:13 +0000 (23:59 +0700)]
[franceinter] Improve extraction (Closes #10538)

7 years ago[utils] Use native french month names
Sergey M․ [Wed, 14 Sep 2016 16:57:01 +0000 (23:57 +0700)]
[utils] Use native french month names

7 years ago[utils] Improve month_by_name and add tests
Sergey M․ [Wed, 14 Sep 2016 16:13:55 +0000 (23:13 +0700)]
[utils] Improve month_by_name and add tests

7 years ago[utils,franceinter] Add french months' names and fix extraction
renalid [Fri, 2 Sep 2016 16:31:52 +0000 (18:31 +0200)]
[utils,franceinter] Add french months' names and fix extraction

Update of the "FranceInter" radio extractor : webpages HTML structure
had changed, the extractor didn't work. So I updated this extractor to
get the mp3 URL and all details.

7 years ago[kwuo:song] Improve error detection (closes #10650)
Yen Chi Hsuan [Wed, 14 Sep 2016 16:56:15 +0000 (00:56 +0800)]
[kwuo:song] Improve error detection (closes #10650)

7 years ago[kuwo] Update _TESTS
Yen Chi Hsuan [Wed, 14 Sep 2016 16:53:04 +0000 (00:53 +0800)]
[kuwo] Update _TESTS

7 years ago[go] fix typo
Remita Amine [Wed, 14 Sep 2016 16:22:42 +0000 (17:22 +0100)]
[go] fix typo

7 years ago[go] add support for free full episodes(#10439)
Remita Amine [Wed, 14 Sep 2016 16:07:05 +0000 (17:07 +0100)]
[go] add support for free full episodes(#10439)

7 years agoImprove some _VALID_URLs
stepshal [Thu, 8 Sep 2016 11:29:05 +0000 (18:29 +0700)]
Improve some _VALID_URLs

7 years ago[viafree] Fix test
Sergey M․ [Wed, 14 Sep 2016 15:45:23 +0000 (22:45 +0700)]
[viafree] Fix test

7 years ago[adobepass] remove unnecessary option
Remita Amine [Wed, 14 Sep 2016 15:36:42 +0000 (16:36 +0100)]
[adobepass] remove unnecessary option

7 years ago[bilibili] Fix extraction for videos without backup_url (#10647)
Yen Chi Hsuan [Wed, 14 Sep 2016 14:11:49 +0000 (22:11 +0800)]
[bilibili] Fix extraction for videos without backup_url (#10647)

7 years ago[bilibili] Remove copyrighted test cases
Yen Chi Hsuan [Wed, 14 Sep 2016 14:01:31 +0000 (22:01 +0800)]
[bilibili] Remove copyrighted test cases

I can't find any English or Chinese material that claims BiliBili has
bought legal redistribution permissions for copyrighted products from
copyrighted holders.

References for removed test cases:
"刀语": https://en.wikipedia.org/wiki/Katanagatari, by White Fox
"哆啦A梦": https://en.wikipedia.org/wiki/Doraemon, by Shin-Ei Animation
"岳父岳母真难当": https://en.wikipedia.org/wiki/Serial_(Bad)_Weddings, by Les films du 24
"混沌武士": https://en.wikipedia.org/wiki/Samurai_Champloo, by Manglobe

I shouldn't have added them to _TESTS

7 years ago[adobepass] add specific options for adobe pass authentication
Remita Amine [Tue, 13 Sep 2016 21:16:01 +0000 (22:16 +0100)]
[adobepass] add specific options for adobe pass authentication

- add --ap-username and --ap-password option to specify
TV provider username and password in the cmd line
- add --ap-retries option to limit the number of retries
- add --list-ap-msi-ids to list the supported TV Providers

7 years ago[adobepass] PEP 8
Sergey M․ [Tue, 13 Sep 2016 16:22:16 +0000 (23:22 +0700)]
[adobepass] PEP 8

7 years ago[nhk] Fix extraction (Closes #10633)
Sergey M․ [Tue, 13 Sep 2016 16:20:25 +0000 (23:20 +0700)]
[nhk] Fix extraction (Closes #10633)

7 years ago[adobepass] add an option to specify mso_id and support for ROGERS TV Provider(closes...
Remita Amine [Mon, 12 Sep 2016 22:39:11 +0000 (23:39 +0100)]
[adobepass] add an option to specify mso_id and support for ROGERS TV Provider(closes #10606)

7 years ago[ISSUE_TEMPLATE_tmpl.md] Fix typo
Sergey M․ [Mon, 12 Sep 2016 16:29:43 +0000 (23:29 +0700)]
[ISSUE_TEMPLATE_tmpl.md] Fix typo

7 years ago[safari] Improve ids regexes (#10617)
Sergey M․ [Mon, 12 Sep 2016 16:05:52 +0000 (23:05 +0700)]
[safari] Improve ids regexes (#10617)

7 years ago[kaltura] Improve audio detection
Sergey M․ [Mon, 12 Sep 2016 15:43:45 +0000 (22:43 +0700)]
[kaltura] Improve audio detection

7 years ago[kaltura] Skip chun format
Sergey M․ [Mon, 12 Sep 2016 15:33:00 +0000 (22:33 +0700)]
[kaltura] Skip chun format

7 years ago[extractor/generic] Add vimeo embed that requires Referer passed
Sergey M․ [Mon, 12 Sep 2016 14:49:31 +0000 (21:49 +0700)]
[extractor/generic] Add vimeo embed that requires Referer passed

7 years ago[vimeo:ondemand] Pass Referer along with embed URL (#10624)
Sergey M․ [Mon, 12 Sep 2016 14:48:45 +0000 (21:48 +0700)]
[vimeo:ondemand] Pass Referer along with embed URL (#10624)

7 years ago[ISSUE_TEMPLATE_tmpl.md] Fix typo
Sergey M․ [Mon, 12 Sep 2016 14:01:31 +0000 (21:01 +0700)]
[ISSUE_TEMPLATE_tmpl.md] Fix typo

7 years ago[nbc] Add new extractor for NBC Olympics (#10295, #10361)
Yen Chi Hsuan [Sun, 11 Sep 2016 18:55:15 +0000 (02:55 +0800)]
[nbc] Add new extractor for NBC Olympics (#10295, #10361)

7 years ago[tube8] Remove proxy settings from test
Sergey M․ [Sun, 11 Sep 2016 16:44:22 +0000 (23:44 +0700)]
[tube8] Remove proxy settings from test

7 years agorelease 2016.09.11.1
Sergey M․ [Sun, 11 Sep 2016 16:33:20 +0000 (23:33 +0700)]
release 2016.09.11.1

7 years ago[devscripts/release.sh] Add missing fi
Sergey M․ [Sun, 11 Sep 2016 16:32:01 +0000 (23:32 +0700)]
[devscripts/release.sh] Add missing fi

7 years ago[ChangeLog] Actualize
Sergey M․ [Sun, 11 Sep 2016 16:30:18 +0000 (23:30 +0700)]
[ChangeLog] Actualize

7 years ago[devscripts/release.sh] Add ChangeLog reminder prompt
Sergey M․ [Sun, 11 Sep 2016 16:29:25 +0000 (23:29 +0700)]
[devscripts/release.sh] Add ChangeLog reminder prompt

7 years agorelease 2016.09.11
Sergey M․ [Sun, 11 Sep 2016 16:20:09 +0000 (23:20 +0700)]
release 2016.09.11

7 years ago[tvplay] Remove unused import
Sergey M․ [Sun, 11 Sep 2016 15:51:12 +0000 (22:51 +0700)]
[tvplay] Remove unused import

7 years ago[tube8] Extract categories and tags (Closes #10579)
Sergey M․ [Sun, 11 Sep 2016 15:50:36 +0000 (22:50 +0700)]
[tube8] Extract categories and tags (Closes #10579)

7 years ago[pornhub] Extract categories and tags (closes #10499)
Yen Chi Hsuan [Sun, 11 Sep 2016 11:22:51 +0000 (19:22 +0800)]
[pornhub] Extract categories and tags (closes #10499)

7 years ago[foxnews] Revert to old extractor names
Yen Chi Hsuan [Sun, 11 Sep 2016 10:53:05 +0000 (18:53 +0800)]
[foxnews] Revert to old extractor names

7 years ago[openload] Temporary fix (#10408)
Yen Chi Hsuan [Sun, 11 Sep 2016 10:36:59 +0000 (18:36 +0800)]
[openload] Temporary fix (#10408)

7 years ago[foxnews] Support Fox News Articles (closes #10598)
Yen Chi Hsuan [Sun, 11 Sep 2016 10:32:45 +0000 (18:32 +0800)]
[foxnews] Support Fox News Articles (closes #10598)

7 years ago[viafree] Improve video id extraction (Closes #10615)
Sergey M․ [Sun, 11 Sep 2016 07:59:14 +0000 (14:59 +0700)]
[viafree] Improve video id extraction (Closes #10615)

7 years ago[abc:iview] Skip the test. They are removed soon
Yen Chi Hsuan [Sat, 10 Sep 2016 20:06:00 +0000 (04:06 +0800)]
[abc:iview] Skip the test. They are removed soon

7 years ago[iwara] Fix extraction after relaunch
Yen Chi Hsuan [Sat, 10 Sep 2016 19:02:00 +0000 (03:02 +0800)]
[iwara] Fix extraction after relaunch

Closes #10462, closes #3215

7 years ago[tfo] Add new extractor
Remita Amine [Sat, 10 Sep 2016 18:43:09 +0000 (19:43 +0100)]
[tfo] Add new extractor

7 years ago[lrt] Fix audio extraction (Closes #10566)
Sergey M․ [Sat, 10 Sep 2016 18:27:20 +0000 (01:27 +0700)]
[lrt] Fix audio extraction (Closes #10566)

7 years ago[9now] Improve video data extraction (Closes #10561)
Sergey M․ [Sat, 10 Sep 2016 17:42:13 +0000 (00:42 +0700)]
[9now] Improve video data extraction (Closes #10561)

7 years ago[9now] Fix extraction
Scott Leggett [Mon, 5 Sep 2016 12:41:08 +0000 (22:41 +1000)]
[9now] Fix extraction

7 years ago[polskieradio:category] Improve extraction
Sergey M․ [Sat, 10 Sep 2016 15:01:49 +0000 (22:01 +0700)]
[polskieradio:category] Improve extraction

7 years ago[canalplus] Add support for c8.fr (Closes #10577)
Sergey M․ [Sat, 10 Sep 2016 13:46:45 +0000 (20:46 +0700)]
[canalplus] Add support for c8.fr (Closes #10577)