youtube-dl
8 years agoUse `insert` for all sys.path manipulations
Yen Chi Hsuan [Tue, 15 Sep 2015 13:30:24 +0000 (21:30 +0800)]
Use `insert` for all sys.path manipulations

Closes #6867.

8 years ago[eagleplatform] Use http scheme for thumbnail
Sergey M․ [Sat, 26 Sep 2015 19:17:44 +0000 (01:17 +0600)]
[eagleplatform] Use http scheme for thumbnail

8 years ago[eagleplatform] Make _handle_error staticmethod
Sergey M․ [Sat, 26 Sep 2015 19:12:46 +0000 (01:12 +0600)]
[eagleplatform] Make _handle_error staticmethod

8 years ago[eagleplatform] Simplify secure mp4 construction and clarify rationale
Sergey M․ [Sat, 26 Sep 2015 19:10:39 +0000 (01:10 +0600)]
[eagleplatform] Simplify secure mp4 construction and clarify rationale

8 years ago[eagleplatform] use http urls explicitly
remitamine [Sat, 26 Sep 2015 17:53:57 +0000 (18:53 +0100)]
[eagleplatform] use http urls explicitly

8 years ago[eagleplatform] return the code to handle errors in all _download_json requests
remitamine [Sat, 26 Sep 2015 16:37:30 +0000 (17:37 +0100)]
[eagleplatform] return the code to handle errors in all _download_json requests

8 years ago[eagleplatform] extract mp4 url and fix thumbnail url
remitamine [Sat, 26 Sep 2015 14:30:02 +0000 (15:30 +0100)]
[eagleplatform] extract mp4 url and fix thumbnail url

8 years ago[qqmusic] Allow [mm:ss] timestamps
Sergey M․ [Sat, 26 Sep 2015 15:15:34 +0000 (21:15 +0600)]
[qqmusic] Allow [mm:ss] timestamps

8 years ago[qqmusic] Use release_date
Sergey M․ [Sat, 26 Sep 2015 15:08:23 +0000 (21:08 +0600)]
[qqmusic] Use release_date

8 years ago[extractor/common] Document release_date field
Sergey M․ [Sat, 26 Sep 2015 15:07:54 +0000 (21:07 +0600)]
[extractor/common] Document release_date field

8 years agoCredit @fqj1994 for qqmusic .lrc support
Sergey M․ [Sat, 26 Sep 2015 15:01:28 +0000 (21:01 +0600)]
Credit @fqj1994 for qqmusic .lrc support

8 years ago[qqmusic] Add test for a song with non .lrc lyrics
Sergey M․ [Sat, 26 Sep 2015 15:00:59 +0000 (21:00 +0600)]
[qqmusic] Add test for a song with non .lrc lyrics

8 years ago[qqmusic] Do not capture braced text from the middle of the string
Sergey M․ [Sat, 26 Sep 2015 14:54:41 +0000 (20:54 +0600)]
[qqmusic] Do not capture braced text from the middle of the string

8 years ago[qqmusic] Eliminate _filter_lrc and use single quotes
Sergey M․ [Sat, 26 Sep 2015 14:38:11 +0000 (20:38 +0600)]
[qqmusic] Eliminate _filter_lrc and use single quotes

8 years ago[qqmusic] Add subtitles for QQMusic
Qijiang Fan [Sun, 23 Aug 2015 16:31:30 +0000 (00:31 +0800)]
[qqmusic] Add subtitles for QQMusic

Use .lrc lyrics as subtitles if lyrics in lrc format exist.

8 years ago[bbc] Add test for programme that fails with iptv-all mediaset
Sergey M․ [Sat, 26 Sep 2015 14:07:12 +0000 (20:07 +0600)]
[bbc] Add test for programme that fails with iptv-all mediaset

8 years ago[bbc] Clarify iptv-all mediaset rationale
Sergey M․ [Sat, 26 Sep 2015 14:06:21 +0000 (20:06 +0600)]
[bbc] Clarify iptv-all mediaset rationale

8 years ago[bbc] Skip mediaselection on gelocation error (Closes #6983)
Sergey M․ [Sat, 26 Sep 2015 13:57:17 +0000 (19:57 +0600)]
[bbc] Skip mediaselection on gelocation error (Closes #6983)

8 years ago[extractor/generic] Use _extract_url for mtvservices
Sergey M․ [Sat, 26 Sep 2015 13:47:20 +0000 (19:47 +0600)]
[extractor/generic] Use _extract_url for mtvservices

8 years ago[mtvservices:embedded] Add _extract_url
Sergey M․ [Sat, 26 Sep 2015 13:46:42 +0000 (19:46 +0600)]
[mtvservices:embedded] Add _extract_url

8 years ago[mtv] Look for sm4:video:embed (Closes #6936, closes #6970)
Sergey M․ [Sat, 26 Sep 2015 13:45:43 +0000 (19:45 +0600)]
[mtv] Look for sm4:video:embed (Closes #6936, closes #6970)

8 years agoMerge pull request #6966 from remitamine/kuwo
Yen Chi Hsuan [Sat, 26 Sep 2015 11:28:16 +0000 (19:28 +0800)]
Merge pull request #6966 from remitamine/kuwo

[kuwo] fix title extraction and update test

8 years ago[kuwo] treat the offline error as an expected ExtractorError
remitamine [Sat, 26 Sep 2015 10:44:35 +0000 (11:44 +0100)]
[kuwo] treat the offline error as an expected ExtractorError

8 years ago[kuwo] check for the offline error page
remitamine [Sat, 26 Sep 2015 09:31:32 +0000 (10:31 +0100)]
[kuwo] check for the offline error page

8 years agoMerge pull request #6978 from remitamine/fktv
Sergey M. [Sat, 26 Sep 2015 07:01:21 +0000 (13:01 +0600)]
Merge pull request #6978 from remitamine/fktv

[fktv] get format_id from video file ext

8 years ago[fktv] get format_id from video file ext
remitamine [Sat, 26 Sep 2015 06:51:11 +0000 (07:51 +0100)]
[fktv] get format_id from video file ext

8 years agoAlso run tests with python 3.5
Jaime Marquínez Ferrándiz [Fri, 25 Sep 2015 20:34:02 +0000 (22:34 +0200)]
Also run tests with python 3.5

8 years ago[README.md] Document the 'duration' field in the output template (#6929)
Jaime Marquínez Ferrándiz [Fri, 25 Sep 2015 20:02:48 +0000 (22:02 +0200)]
[README.md] Document the 'duration' field in the output template (#6929)

8 years ago[fktv] Don't redefine 'url' in list comprehension
Jaime Marquínez Ferrándiz [Fri, 25 Sep 2015 19:58:45 +0000 (21:58 +0200)]
[fktv] Don't redefine 'url' in list comprehension

Detected with flake8.

8 years agoMerge branch 'remitamine-fktv'
Yen Chi Hsuan [Fri, 25 Sep 2015 11:28:26 +0000 (19:28 +0800)]
Merge branch 'remitamine-fktv'

8 years ago[kuwo] extract title inside element with class title exactly
remitamine [Fri, 25 Sep 2015 10:40:32 +0000 (11:40 +0100)]
[kuwo] extract title inside element with class title exactly

8 years ago[kuwo] fix title extraction and update test
remitamine [Fri, 25 Sep 2015 10:28:26 +0000 (11:28 +0100)]
[kuwo] fix title extraction and update test

8 years ago[fktv] Fix a regex
Yen Chi Hsuan [Fri, 25 Sep 2015 10:17:48 +0000 (18:17 +0800)]
[fktv] Fix a regex

8 years ago[fktv] Coding style
Yen Chi Hsuan [Fri, 25 Sep 2015 10:01:08 +0000 (18:01 +0800)]
[fktv] Coding style

8 years ago[fktv] Correct thumbnail extraction and add the test
Yen Chi Hsuan [Fri, 25 Sep 2015 09:58:44 +0000 (17:58 +0800)]
[fktv] Correct thumbnail extraction and add the test

8 years ago[fktv] Correct and improve some regexs
Yen Chi Hsuan [Fri, 25 Sep 2015 09:51:48 +0000 (17:51 +0800)]
[fktv] Correct and improve some regexs

8 years ago[fktv] Raise an error is no videos found
Yen Chi Hsuan [Fri, 25 Sep 2015 09:48:51 +0000 (17:48 +0800)]
[fktv] Raise an error is no videos found

8 years ago[fktv] Correct spellings
Yen Chi Hsuan [Fri, 25 Sep 2015 09:24:35 +0000 (17:24 +0800)]
[fktv] Correct spellings

8 years agoMerge branch 'fktv' of https://github.com/remitamine/youtube-dl into remitamine-fktv
Yen Chi Hsuan [Fri, 25 Sep 2015 09:02:10 +0000 (17:02 +0800)]
Merge branch 'fktv' of https://github.com/remitamine/youtube-dl into remitamine-fktv

8 years ago[condenast] Do not capture unused group in _VALID_URL
Sergey M․ [Thu, 24 Sep 2015 23:18:45 +0000 (05:18 +0600)]
[condenast] Do not capture unused group in _VALID_URL

8 years ago[condenast] Keep acute accent
Sergey M․ [Thu, 24 Sep 2015 23:15:21 +0000 (05:15 +0600)]
[condenast] Keep acute accent

8 years ago[condenast] fix video info regex
remitamine [Thu, 24 Sep 2015 14:54:23 +0000 (15:54 +0100)]
[condenast] fix video info regex

8 years ago[condenast] fix extraction and add support for other sites
remitamine [Wed, 23 Sep 2015 16:48:39 +0000 (17:48 +0100)]
[condenast] fix extraction and add support for other sites

8 years ago[iconosquare] Extract comments
Sergey M․ [Thu, 24 Sep 2015 22:45:31 +0000 (04:45 +0600)]
[iconosquare] Extract comments

8 years ago[iconosquare] Revert title (Closes #6954)
Sergey M․ [Thu, 24 Sep 2015 22:44:52 +0000 (04:44 +0600)]
[iconosquare] Revert title (Closes #6954)

8 years ago[iconosquare] fix info extraction
remitamine [Thu, 24 Sep 2015 20:55:44 +0000 (21:55 +0100)]
[iconosquare] fix info extraction

8 years agoMerge pull request #6955 from atomic83/patch-1
Sergey M. [Thu, 24 Sep 2015 22:26:07 +0000 (04:26 +0600)]
Merge pull request #6955 from atomic83/patch-1

More title extraction fixing.

8 years agoMore title extraction fixing.
atomic83 [Thu, 24 Sep 2015 21:05:32 +0000 (23:05 +0200)]
More title extraction fixing.

8 years agoMerge pull request #6952 from remitamine/hostingbulk
Sergey M. [Thu, 24 Sep 2015 20:08:26 +0000 (02:08 +0600)]
Merge pull request #6952 from remitamine/hostingbulk

[hostingbulk] remove extractor

8 years ago[hostingbulk] remove extractor
remitamine [Thu, 24 Sep 2015 18:49:10 +0000 (19:49 +0100)]
[hostingbulk] remove extractor

8 years ago[nhl:news] Add support for iframe embeds (Closes #6941)
Sergey M․ [Thu, 24 Sep 2015 17:54:16 +0000 (23:54 +0600)]
[nhl:news] Add support for iframe embeds (Closes #6941)

8 years ago[nhl] Add support for embedded URLs
Sergey M․ [Thu, 24 Sep 2015 17:48:23 +0000 (23:48 +0600)]
[nhl] Add support for embedded URLs

8 years ago[vidme] Prefer non clip (Closes #6924)
Sergey M․ [Thu, 24 Sep 2015 17:38:53 +0000 (23:38 +0600)]
[vidme] Prefer non clip (Closes #6924)

8 years ago[xhamster] Fix title extraction (Closes #6944)
Sergey M․ [Thu, 24 Sep 2015 13:56:54 +0000 (19:56 +0600)]
[xhamster] Fix title extraction (Closes #6944)

8 years ago[iqiyi] Use md5_text for all MD5 calls
Yen Chi Hsuan [Wed, 23 Sep 2015 14:25:16 +0000 (22:25 +0800)]
[iqiyi] Use md5_text for all MD5 calls

8 years ago[iqiyi] Fix extraction (fixes #6878)
Yen Chi Hsuan [Wed, 23 Sep 2015 14:22:04 +0000 (22:22 +0800)]
[iqiyi] Fix extraction (fixes #6878)

8 years ago[soundcloud] Update client id (Closes #6930)
Sergey M․ [Wed, 23 Sep 2015 13:54:40 +0000 (19:54 +0600)]
[soundcloud] Update client id (Closes #6930)

8 years ago[downloader/hls] Pass http headers to downloader
Sergey M․ [Tue, 22 Sep 2015 20:46:24 +0000 (02:46 +0600)]
[downloader/hls] Pass http headers to downloader

8 years agorelease 2015.09.22
Philipp Hagemeister [Tue, 22 Sep 2015 20:41:53 +0000 (22:41 +0200)]
release 2015.09.22

8 years ago[9gag] Support embed URLs
Sergey M․ [Tue, 22 Sep 2015 19:58:47 +0000 (01:58 +0600)]
[9gag] Support embed URLs

8 years ago[9gag] Quotes consistency
Sergey M․ [Tue, 22 Sep 2015 19:56:26 +0000 (01:56 +0600)]
[9gag] Quotes consistency

8 years ago[9gag] Add vimeo test
Sergey M․ [Tue, 22 Sep 2015 19:55:16 +0000 (01:55 +0600)]
[9gag] Add vimeo test

8 years ago[9gag] Modernize
Sergey M․ [Tue, 22 Sep 2015 19:48:13 +0000 (01:48 +0600)]
[9gag] Modernize

8 years ago[9gag] Relax optional fields
Sergey M․ [Tue, 22 Sep 2015 19:46:40 +0000 (01:46 +0600)]
[9gag] Relax optional fields

8 years ago[9gag] Make post view regex more robust
Sergey M․ [Tue, 22 Sep 2015 19:44:38 +0000 (01:44 +0600)]
[9gag] Make post view regex more robust

8 years ago[9gag] Allow old .tv domain
Sergey M․ [Tue, 22 Sep 2015 19:43:26 +0000 (01:43 +0600)]
[9gag] Allow old .tv domain

There are still references to it in webpage's source

8 years ago[9gag] Remove redundant test
Sergey M․ [Tue, 22 Sep 2015 19:41:44 +0000 (01:41 +0600)]
[9gag] Remove redundant test

8 years ago[9gag] Make display_id optional
Sergey M․ [Tue, 22 Sep 2015 19:40:06 +0000 (01:40 +0600)]
[9gag] Make display_id optional

8 years ago[ninegag] remove unnecessary condition
remitamine [Tue, 22 Sep 2015 19:28:00 +0000 (20:28 +0100)]
[ninegag] remove unnecessary condition

8 years ago[ninegag] extract source url
remitamine [Tue, 22 Sep 2015 18:20:18 +0000 (19:20 +0100)]
[ninegag] extract source url

8 years ago[ninegag] fix _VALID_URL regex and handle the use of other external providers
remitamine [Mon, 21 Sep 2015 13:01:12 +0000 (14:01 +0100)]
[ninegag] fix _VALID_URL regex and handle the use of other external providers

8 years ago[viewster] Use tuple
Sergey M․ [Tue, 22 Sep 2015 16:00:50 +0000 (22:00 +0600)]
[viewster] Use tuple

8 years ago[viewster] Add geo restricted tests
Sergey M․ [Tue, 22 Sep 2015 15:55:04 +0000 (21:55 +0600)]
[viewster] Add geo restricted tests

8 years ago[viewster] Detect video geo restriction
Sergey M․ [Tue, 22 Sep 2015 15:54:32 +0000 (21:54 +0600)]
[viewster] Detect video geo restriction

8 years ago[voewster] Detect series geo restriction
Sergey M․ [Tue, 22 Sep 2015 15:52:41 +0000 (21:52 +0600)]
[voewster] Detect series geo restriction

8 years ago[extractor/common] Add raise_geo_restricted
Sergey M․ [Tue, 22 Sep 2015 15:50:20 +0000 (21:50 +0600)]
[extractor/common] Add raise_geo_restricted

8 years ago[voewster] Update tests
Sergey M․ [Tue, 22 Sep 2015 15:49:29 +0000 (21:49 +0600)]
[voewster] Update tests

8 years ago[viewster] Extract height from bitrate and prefer mp4 videos
Sergey M․ [Tue, 22 Sep 2015 15:47:56 +0000 (21:47 +0600)]
[viewster] Extract height from bitrate and prefer mp4 videos

8 years ago[viewster] accept https links and fix api_token extraction and extract mp4 video...
remitamine [Sun, 20 Sep 2015 21:26:23 +0000 (22:26 +0100)]
[viewster] accept https links and fix api_token extraction and extract mp4 video link(fixes #6787)

8 years ago[youtube:history] Enable exractor
Sergey M․ [Mon, 21 Sep 2015 15:28:02 +0000 (21:28 +0600)]
[youtube:history] Enable exractor

8 years ago[youtube:history] Disable exractor
Sergey M․ [Sun, 20 Sep 2015 19:53:28 +0000 (01:53 +0600)]
[youtube:history] Disable exractor

8 years agoFix typo
Sergey M․ [Sun, 20 Sep 2015 17:54:05 +0000 (23:54 +0600)]
Fix typo

8 years ago[nfl] Add support for URLs without id (Closes #6907)
Sergey M․ [Sun, 20 Sep 2015 17:45:01 +0000 (23:45 +0600)]
[nfl] Add support for URLs without id (Closes #6907)

8 years ago[nfl] Add team domains (#6907)
Sergey M․ [Sun, 20 Sep 2015 17:12:40 +0000 (23:12 +0600)]
[nfl] Add team domains (#6907)

8 years ago[utils] Fix kwargs on old python 2 (Closes #6905)
Sergey M․ [Sun, 20 Sep 2015 15:08:29 +0000 (21:08 +0600)]
[utils] Fix kwargs on old python 2 (Closes #6905)

8 years ago[youtube:history] Explain why it has disabled and skip test
Jaime Marquínez Ferrándiz [Sun, 20 Sep 2015 10:23:13 +0000 (12:23 +0200)]
[youtube:history] Explain why it has disabled and skip test

8 years ago[arte:+7] Fix typo
Sergey M․ [Sun, 20 Sep 2015 05:47:03 +0000 (11:47 +0600)]
[arte:+7] Fix typo

8 years ago[arte:+7] Look for json vp url in iframe (Closes #6895)
Sergey M․ [Sun, 20 Sep 2015 05:45:19 +0000 (11:45 +0600)]
[arte:+7] Look for json vp url in iframe (Closes #6895)

8 years ago[youtube:history] Disable extractor until #6893 is investigated
Sergey M․ [Sun, 20 Sep 2015 05:31:23 +0000 (11:31 +0600)]
[youtube:history] Disable extractor until #6893 is investigated

Wiped out part of my history as well

8 years ago[extractor/generic] Fix following redirect in Refresh HTTP header on python 2
Sergey M․ [Sun, 20 Sep 2015 05:16:12 +0000 (11:16 +0600)]
[extractor/generic] Fix following redirect in Refresh HTTP header on python 2

8 years agoMerge pull request #6889 from remitamine/shahid
Sergey M. [Fri, 18 Sep 2015 21:28:57 +0000 (03:28 +0600)]
Merge pull request #6889 from remitamine/shahid

[shahid] fix api request url and change test ext

8 years ago[shahid] change test ext
remitamine [Fri, 18 Sep 2015 21:10:36 +0000 (22:10 +0100)]
[shahid] change test ext

8 years ago[shahid] fix api request url
remitamine [Fri, 18 Sep 2015 21:09:33 +0000 (22:09 +0100)]
[shahid] fix api request url

8 years ago[bbc] Switch extraction to hq iptv hls (Closes #2732, closes #3023, closes #4828...
Sergey M․ [Fri, 18 Sep 2015 18:51:41 +0000 (00:51 +0600)]
[bbc] Switch extraction to hq iptv hls (Closes #2732, closes #3023, closes #4828, closes #6803, closes #6855)

8 years ago[playwire] Fix test
Sergey M․ [Fri, 18 Sep 2015 15:01:55 +0000 (21:01 +0600)]
[playwire] Fix test

8 years ago[postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #6874)
Jaime Marquínez Ferrándiz [Thu, 17 Sep 2015 13:22:19 +0000 (15:22 +0200)]
[postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #6874)

If the filename contains ':' it is interpreted as a protocol.
It also handles filenames starting with '-'.

8 years ago[ok] Skip test
Sergey M․ [Thu, 17 Sep 2015 16:59:32 +0000 (22:59 +0600)]
[ok] Skip test

8 years ago[ok] Capture error message
Sergey M․ [Thu, 17 Sep 2015 16:59:15 +0000 (22:59 +0600)]
[ok] Capture error message

8 years ago[divxstage] Remove extractor
Sergey M․ [Thu, 17 Sep 2015 16:58:49 +0000 (22:58 +0600)]
[divxstage] Remove extractor

DivxStage is offline for quite some time already

8 years ago[telecinco] Fix typo
Sergey M․ [Wed, 16 Sep 2015 16:49:26 +0000 (22:49 +0600)]
[telecinco] Fix typo