]>
git.bitcoin.ninja Git - youtube-dl/log
Remita Amine [Sat, 4 Feb 2017 07:38:28 +0000 (08:38 +0100)]
[drtv] add support for live and radio sections(closes #1827)(closes #3427)
Remita Amine [Fri, 3 Feb 2017 21:25:19 +0000 (22:25 +0100)]
[myspace] fix extraction and extract hls and http formats
Remita Amine [Fri, 3 Feb 2017 16:59:48 +0000 (17:59 +0100)]
[youtube] add format info for itag 325 and 328
Sergey M․ [Fri, 3 Feb 2017 14:56:48 +0000 (21:56 +0700)]
[vine] Fix extraction (closes #11955)
Sergey M․ [Fri, 3 Feb 2017 14:56:10 +0000 (21:56 +0700)]
[extractors] Remove remnants of sportbox extractor (#11954)
Sergey M․ [Fri, 3 Feb 2017 14:25:44 +0000 (21:25 +0700)]
[sportbox] Remove extractor (closes #11954)
Covered by generic extractor
Yen Chi Hsuan [Fri, 3 Feb 2017 10:56:40 +0000 (18:56 +0800)]
[ChangeLog] Update after #11901
Yen Chi Hsuan [Fri, 3 Feb 2017 10:53:14 +0000 (18:53 +0800)]
Merge pull request #11901 from ThomasChr/randonplaylistorder
New parameter --playlist-random to randomize playlist download order. Fixes #11889
Remita Amine [Fri, 3 Feb 2017 09:15:52 +0000 (10:15 +0100)]
Merge branch 'fstirlitz-filmon'
Remita Amine [Fri, 3 Feb 2017 09:15:03 +0000 (10:15 +0100)]
[filmon] improve extraction
Yen Chi Hsuan [Fri, 3 Feb 2017 04:13:24 +0000 (12:13 +0800)]
[ChangeLog] Update after #11565
Mattias Wadman [Fri, 3 Feb 2017 04:10:13 +0000 (05:10 +0100)]
[infoq] Add audio only format if available (#11565)
* [infoq] Add audio only format if available
Refactor cookie code into a function.
Renamed formats to http_video, http_audio, rtmp_video
Renamed extract functions to video instead of videos as they return
one or no video.
* [infoq] Rename to _extract_cookies as it more than one
* [infoq] Remove redundant determine_ext
* [infoq] Add comment about hardcoded URL
* [infoq] Use _hidden_inputs instead of messy regex
* [infoq] Probe if audio URL is valid
Make it possible to pass headers to _is_valid_url
* [infoq] Add audio only test
Justsoos [Wed, 1 Feb 2017 13:30:01 +0000 (21:30 +0800)]
[douyutv] Improve room id regex
http://www.douyu.com/t/lpl source get extra '\' with "room_id\" (from js coding)
Sergey M․ [Thu, 2 Feb 2017 19:55:06 +0000 (02:55 +0700)]
[utils] Improve comments processing in js_to_json (closes #11947)
Michal Čihař [Tue, 31 Jan 2017 06:59:55 +0000 (07:59 +0100)]
[iprima] Fix extraction (closes #11920, closes #11896)
Michal Čihař [Tue, 31 Jan 2017 06:54:53 +0000 (07:54 +0100)]
[utils] Handle single-line comments in js_to_json
Yen Chi Hsuan [Thu, 2 Feb 2017 17:28:24 +0000 (01:28 +0800)]
[youtube] Fix ytsearch* when cookies are provided
Closes #11924
The API with `page` is no longer used in browsers, and YouTube always
returns {'reload': 'now'} when cookies are provided.
See http://youtube.github.io/spfjs/documentation/start/ for how SPF
works. Basically appending static link with a `spf` parameter yields the
corresponding dynamic link.
Sergey M․ [Thu, 2 Feb 2017 16:03:38 +0000 (23:03 +0700)]
[go] Relax video id regex (closes #11937)
Sergey M․ [Thu, 2 Feb 2017 15:45:18 +0000 (22:45 +0700)]
[facebook] Fix title extraction (closes #11941)
Sergey M․ [Thu, 2 Feb 2017 15:01:11 +0000 (22:01 +0700)]
[youtube:playlist] Recognize TL playlists (closes #11945)
Yen Chi Hsuan [Thu, 2 Feb 2017 13:51:31 +0000 (21:51 +0800)]
[bilibili] Support new Bangumi URLs (closes #11845)
To reduce complexity, I don't support old Bangumi URLs directly via
_VALID_URL. Instead, I choose to let it go to generic redirection. An
example can be found in #10190:
http://bangumi.bilibili.com/anime/v/40062
Remita Amine [Thu, 2 Feb 2017 07:07:06 +0000 (08:07 +0100)]
[cbc:watch] extract audio codec for audion only formats(fixes #11893)
Remita Amine [Thu, 2 Feb 2017 07:05:16 +0000 (08:05 +0100)]
[downloader/external:ffmpeg] minimize the use of aac_adtstoasc filter
Jaime Marquínez Ferrándiz [Wed, 1 Feb 2017 22:48:34 +0000 (23:48 +0100)]
[elpais] Fix extraction for some URLs (closes #11765)
Remita Amine [Wed, 1 Feb 2017 19:15:25 +0000 (20:15 +0100)]
[compat] add compat_etree_register_namespace to __all__ list
Sergey M․ [Tue, 31 Jan 2017 20:20:09 +0000 (03:20 +0700)]
release 2017.02.01
Sergey M․ [Wed, 1 Feb 2017 16:29:59 +0000 (23:29 +0700)]
[ChangeLog] Actualize
Sergey M․ [Wed, 1 Feb 2017 16:15:38 +0000 (23:15 +0700)]
[facebook] Fix extraction (closes #11926)
Yen Chi Hsuan [Wed, 1 Feb 2017 15:16:35 +0000 (23:16 +0800)]
[prosiebensat1] Update ChangeLog
Yen Chi Hsuan [Wed, 1 Feb 2017 15:13:45 +0000 (23:13 +0800)]
[prosiebensat1] PEP8 and update _TESTS
Thomas Christlieb [Wed, 1 Feb 2017 15:00:41 +0000 (16:00 +0100)]
Added new Regex for prosiebensat1 Extractor Description. Fixes #11810 (#11929)
* Added new Regex for prosiebensat1 Extractor Description. Fixes #11810
* Using _og_search_description() as a Fallback for Description-Regex
* Using _og_search_description() as a Fallback for Description-Regex - Second try
* Also added fallback regex
* Using _og_search_description() as a Fallback for Description-Regex - Third try
* removed fatal=False from search for description regex. default=None should be preferred only
* Using fatal=false for _og_search_description
* Revert "Using fatal=false for _og_search_description"
This reverts commit
2b7e123f9d0f2bd6ada54fa8e4e6035fece5dbf4 .
* Deleted default=None Parameter for _og_search_property
Yen Chi Hsuan [Wed, 1 Feb 2017 08:39:32 +0000 (16:39 +0800)]
[crunchyroll] Remove ScaledBorderAndShadow settings
See https://github.com/rg3/youtube-dl/pull/9028, especially @lachs0r's
comments for the reason behind this change
Sergey M․ [Tue, 31 Jan 2017 19:15:52 +0000 (02:15 +0700)]
[vimeo] PEP 8
Sergey M․ [Tue, 31 Jan 2017 17:58:02 +0000 (00:58 +0700)]
[vimeo] Extract upload timestamp
Sergey M․ [Tue, 31 Jan 2017 17:49:28 +0000 (00:49 +0700)]
[vimeo] Extract license (closes #11880)
Sergey M․ [Tue, 31 Jan 2017 17:30:19 +0000 (00:30 +0700)]
Credit @oddstr13 for nrk:series (#11571)
Sergey M․ [Tue, 31 Jan 2017 17:29:29 +0000 (00:29 +0700)]
[nrk] Improve extraction and update tests (closes #11571)
Odd Stråbø [Sat, 14 Jan 2017 01:36:04 +0000 (02:36 +0100)]
[NRKTV] Added NRKTVSeriesIE
[NRKTV] Added season and episode number to metadata.
[NRKTV] Added category to metadata.
[NRKTV] Added tests to NRKTVSeries.
[NRKTV] Fixed whitespace issues (flake8).
Sergey M․ [Tue, 31 Jan 2017 15:24:45 +0000 (22:24 +0700)]
release 2017.01.31
Sergey M․ [Tue, 31 Jan 2017 15:21:54 +0000 (22:21 +0700)]
[ChangeLog] Actualize
Sergey M․ [Tue, 31 Jan 2017 15:19:29 +0000 (22:19 +0700)]
[youtube] Fix extraction for domainless player URLs
Closes #11890
Closes #11891
Closes #11892
Closes #11894
Closes #11895
Closes #11897
Closes #11900
Closes #11903
Closes #11904
Closes #11906
Closes #11907
Closes #11909
Closes #11913
Closes #11914
Closes #11915
Closes #11916
Closes #11917
Closes #11918
Closes #11919
Remita Amine [Tue, 31 Jan 2017 13:47:56 +0000 (14:47 +0100)]
[vimeo] extract both mixed and separated dash formats
Thomas Christlieb [Tue, 31 Jan 2017 09:03:31 +0000 (10:03 +0100)]
New parameter --playlist-random to randomize playlist download order. Fixes #11889
Remita Amine [Mon, 30 Jan 2017 08:32:31 +0000 (09:32 +0100)]
[ruutu] extract dash formats
Remita Amine [Sun, 29 Jan 2017 15:04:15 +0000 (16:04 +0100)]
[itv] fix extraction in python 2.6
Remita Amine [Sun, 29 Jan 2017 15:03:39 +0000 (16:03 +0100)]
[compat] add compat_etree_register_namespace
Sergey M․ [Sun, 29 Jan 2017 06:21:42 +0000 (13:21 +0700)]
release 2017.01.29
Sergey M․ [Sun, 29 Jan 2017 14:21:26 +0000 (21:21 +0700)]
[ChangeLog] Actualize
Alex Seiler [Sat, 28 Jan 2017 16:52:07 +0000 (17:52 +0100)]
[azmedien:playlist] Add support for topic and themen playlists
Sergey M․ [Sat, 28 Jan 2017 23:57:39 +0000 (06:57 +0700)]
[extractor/common] Fix initialization template (closes #11605, closes #11825)
Sergey M․ [Sat, 28 Jan 2017 22:56:43 +0000 (05:56 +0700)]
[extractor/common] Document forgotten fragment base and path interfaces
Sergey M․ [Sat, 28 Jan 2017 22:36:53 +0000 (05:36 +0700)]
[extractor/common] Fix duration per dash segment (closes #11868)
Sergey M․ [Sat, 28 Jan 2017 20:43:46 +0000 (03:43 +0700)]
Credit @BagiraHun for videa (#11133)
Andre Walker [Sat, 28 Jan 2017 15:19:38 +0000 (16:19 +0100)]
[npo] Update subtitles url
NPO websites changed the domain they used for subtitles, from
e.omroep.nl to tt888.omroep.nl.
Sergey M․ [Sat, 28 Jan 2017 18:03:59 +0000 (01:03 +0700)]
Credit @fast90 for config location (#10648)
Sergey M․ [Sat, 28 Jan 2017 18:02:28 +0000 (01:02 +0700)]
Credit @RPing for cntv (#8541)
Sergey M․ [Sat, 28 Jan 2017 18:01:39 +0000 (01:01 +0700)]
Credit @bastik for zdf fix (#11063)
Sergey M․ [Sat, 28 Jan 2017 18:00:17 +0000 (01:00 +0700)]
Credit @sudovijay for openload fix (#11646)
Sergey M․ [Sat, 28 Jan 2017 17:59:17 +0000 (00:59 +0700)]
Credit @goggle for 20min (#11683) and azmedien (#11805)
Sergey M․ [Sat, 28 Jan 2017 17:57:15 +0000 (00:57 +0700)]
Credit @einstein95 for pornflip (#11795) and chaturbate fix (#11797)
Sergey M․ [Sat, 28 Jan 2017 17:54:31 +0000 (00:54 +0700)]
Credit @costypetrisor for autonumber start (#9362)
Sergey M․ [Sat, 28 Jan 2017 17:52:23 +0000 (00:52 +0700)]
Credit @AVerwer for showroomlive (#11458)
Sergey M․ [Sat, 28 Jan 2017 16:57:56 +0000 (23:57 +0700)]
[options] Refactor autonumber options and add validation (closes #727, closes #2702, closes #9362)
Costy Petrisor [Sun, 1 May 2016 12:34:11 +0000 (12:34 +0000)]
added --autonumber-start NUMBER as a command line option to be able to offset the index at which autonumber formats filenames
Remita Amine [Sat, 28 Jan 2017 16:28:18 +0000 (17:28 +0100)]
[itv] fix subtitle extraction
Remita Amine [Sat, 28 Jan 2017 16:25:15 +0000 (17:25 +0100)]
[itv] extract subtitles
Sergey M․ [Sat, 28 Jan 2017 15:40:07 +0000 (22:40 +0700)]
[options] Remove experimental mark from some options
Remita Amine [Sat, 28 Jan 2017 14:51:52 +0000 (15:51 +0100)]
[itv] Add new extractor(closes #9240)
Sergey M․ [Sat, 28 Jan 2017 14:06:22 +0000 (21:06 +0700)]
[options] Move --abort-on-unavailable-fragment to download section
Sergey M․ [Sat, 28 Jan 2017 13:29:22 +0000 (20:29 +0700)]
[mtv81] Add extractor (closes #7619)
Sergey M․ [Sat, 28 Jan 2017 12:08:01 +0000 (19:08 +0700)]
[vlive:channel] Improve
ping [Tue, 24 Jan 2017 05:52:17 +0000 (13:52 +0800)]
[vlive] Add support for channels
Sergey M․ [Sat, 28 Jan 2017 11:27:42 +0000 (18:27 +0700)]
[kaltura] Add fallback for fileExt
Sergey M․ [Sat, 28 Jan 2017 10:50:56 +0000 (17:50 +0700)]
[kaltura] Improve uploader_id extraction
Alex Seiler [Tue, 24 Jan 2017 16:42:00 +0000 (17:42 +0100)]
[konserthusetplay] Add support for rspoplay.se
Sergey M․ [Fri, 27 Jan 2017 17:33:55 +0000 (00:33 +0700)]
release 2017.01.28
Sergey M․ [Fri, 27 Jan 2017 17:03:21 +0000 (00:03 +0700)]
[ChangeLog] Actualize
Sergey M․ [Fri, 27 Jan 2017 16:55:55 +0000 (23:55 +0700)]
[crunchyroll] Improve series and season metadata extraction (closes #11832)
Sergey M․ [Fri, 27 Jan 2017 16:16:30 +0000 (23:16 +0700)]
[soundcloud] Improve formats extraction and extract audio bitrate
Sergey M․ [Fri, 27 Jan 2017 16:08:32 +0000 (23:08 +0700)]
[soundcloud] Extract hls formats
Sergey M․ [Fri, 27 Jan 2017 15:55:42 +0000 (22:55 +0700)]
[soundcloud] Fix track URL extraction (closes #11852)
Sergey M․ [Fri, 27 Jan 2017 14:31:26 +0000 (21:31 +0700)]
[twitch:vod] Expand _VALID_URL (closes #11846)
Remita Amine [Thu, 26 Jan 2017 18:15:43 +0000 (19:15 +0100)]
[aenetworks] fix season episodes extraction(fixes #11669)
Remita Amine [Thu, 26 Jan 2017 17:36:28 +0000 (18:36 +0100)]
[tva] Add new extractor(closes #11842)
Sergey M․ [Thu, 26 Jan 2017 16:25:40 +0000 (23:25 +0700)]
[jamendo] Improve and extract more metadata (closes #11836)
Sergey M․ [Thu, 26 Jan 2017 16:23:08 +0000 (23:23 +0700)]
[utils] Improve parse_duration
Stefan Pöschel [Wed, 25 Jan 2017 19:44:03 +0000 (20:44 +0100)]
[jamendo] Extract full title
Remita Amine [Thu, 26 Jan 2017 15:14:42 +0000 (16:14 +0100)]
[disney] Add new extractor(closes #7409)(closes #11801)(#4975)(#11000)
Remita Amine [Thu, 26 Jan 2017 15:06:01 +0000 (16:06 +0100)]
[vevo] remove request to old api and catch apiv2 errors
Sergey M․ [Thu, 26 Jan 2017 14:49:34 +0000 (21:49 +0700)]
[cmt,mtv,southpark] Add support for episode URLs (closes #11837)
Sergey M․ [Thu, 26 Jan 2017 14:43:14 +0000 (21:43 +0700)]
[youtube] Add fallback for duration extraction (closes #11841)
Sergey M․ [Wed, 25 Jan 2017 16:36:03 +0000 (23:36 +0700)]
release 2017.01.25
Sergey M․ [Wed, 25 Jan 2017 16:33:46 +0000 (23:33 +0700)]
[ChangeLog] Actualize
Sergey M․ [Wed, 25 Jan 2017 16:28:45 +0000 (23:28 +0700)]
[openload] Fallback video extension to mp4
Sergey M․ [Wed, 25 Jan 2017 16:27:22 +0000 (23:27 +0700)]
[extractor/generic] Add support for openload embeds (closes #11536, closes #11812)
Remita Amine [Wed, 25 Jan 2017 06:39:11 +0000 (07:39 +0100)]
[srgssr] fix rts video extraction(closes #11831)
Remita Amine [Wed, 25 Jan 2017 06:38:17 +0000 (07:38 +0100)]
[afreecatv:global] Add new extractor(closes #11807)
Sergey M․ [Tue, 24 Jan 2017 16:02:20 +0000 (23:02 +0700)]
[konserthusetplay] Extract subtitles (#11823)
Remita Amine [Tue, 24 Jan 2017 15:55:07 +0000 (16:55 +0100)]
[crackle] improve extraction
- extract vtt subtitles
- extract multiple resolutions for thumbnails
- pass geo verification proxy headers
- add support for mobile urls
Sergey M․ [Tue, 24 Jan 2017 15:55:49 +0000 (22:55 +0700)]
[konserthusetplay] Add support for hls formats (closes #11823)