youtube-dl
8 years agoUpdate rtlnl.py
corone17 [Sun, 28 Jun 2015 22:59:18 +0000 (00:59 +0200)]
Update rtlnl.py

Better to extract 'http://manifest.us.rtl.nl' from the json, I'd say. And I think it's better to use the default json-url to make it more futureproof.
Succesfully tested with tarball.

8 years agoMerge pull request #6117 from Kagee/patch-1
Sergey M. [Sun, 28 Jun 2015 22:15:53 +0000 (03:15 +0500)]
Merge pull request #6117 from Kagee/patch-1

NRK now supports / requires HTTPS

8 years agoNRK now supports / requires HTTPS
Anders Einar Hilden [Sun, 28 Jun 2015 22:11:31 +0000 (00:11 +0200)]
NRK now supports / requires HTTPS

Add s? to regexp to support new urls. Update testcases to use HTTPS.

8 years ago[extractor/common] Remove superfluous line
Sergey M․ [Sun, 28 Jun 2015 18:49:19 +0000 (00:49 +0600)]
[extractor/common] Remove superfluous line

8 years ago[youtube] Fix likes/dislike extraction
Sergey M․ [Sun, 28 Jun 2015 18:48:06 +0000 (00:48 +0600)]
[youtube] Fix likes/dislike extraction

8 years agoCredit @gebn for moviefap
Sergey M․ [Sun, 28 Jun 2015 17:08:05 +0000 (23:08 +0600)]
Credit @gebn for moviefap

8 years agoMerge branch 'gebn-moviefap'
Sergey M․ [Sun, 28 Jun 2015 17:05:49 +0000 (23:05 +0600)]
Merge branch 'gebn-moviefap'

8 years ago[tnaflix] Generalize tnaflix extractors
Sergey M․ [Sun, 28 Jun 2015 17:05:09 +0000 (23:05 +0600)]
[tnaflix] Generalize tnaflix extractors

8 years ago[extractor/common] Use NO_DEFAULT from utils
Sergey M․ [Sun, 28 Jun 2015 16:56:45 +0000 (22:56 +0600)]
[extractor/common] Use NO_DEFAULT from utils

8 years ago[utils] Add default value for xpath_text
Sergey M․ [Sun, 28 Jun 2015 16:56:07 +0000 (22:56 +0600)]
[utils] Add default value for xpath_text

8 years ago[YoutubeDL] Handle None width and height similarly to formats
Sergey M․ [Sun, 28 Jun 2015 16:55:28 +0000 (22:55 +0600)]
[YoutubeDL] Handle None width and height similarly to formats

8 years agoMerge branch 'moviefap' of https://github.com/gebn/youtube-dl into gebn-moviefap
Sergey M․ [Sun, 28 Jun 2015 12:00:49 +0000 (18:00 +0600)]
Merge branch 'moviefap' of https://github.com/gebn/youtube-dl into gebn-moviefap

8 years ago[twitch:vod] Update _TEST
Yen Chi Hsuan [Sun, 28 Jun 2015 05:31:37 +0000 (13:31 +0800)]
[twitch:vod] Update _TEST

The original test case is gone

8 years ago[twitch:vod] Fix 'Source' format in m3u8 (closes #6115)
Yen Chi Hsuan [Sun, 28 Jun 2015 05:25:59 +0000 (13:25 +0800)]
[twitch:vod] Fix 'Source' format in m3u8 (closes #6115)

8 years ago[moviefap] Fix `flake8` warnings introduced in 1a5fd4e
George Brighton [Sat, 27 Jun 2015 22:04:55 +0000 (23:04 +0100)]
[moviefap] Fix `flake8` warnings introduced in 1a5fd4e

8 years ago[moviefap] Move flv videos to formats in the metadata
George Brighton [Sat, 27 Jun 2015 22:03:06 +0000 (23:03 +0100)]
[moviefap] Move flv videos to formats in the metadata

8 years ago[moviefap] Wrap long lines
George Brighton [Sat, 27 Jun 2015 21:32:56 +0000 (22:32 +0100)]
[moviefap] Wrap long lines

8 years ago[moviefap] Explicitly sort formats to handle possible site changes
George Brighton [Sat, 27 Jun 2015 21:27:06 +0000 (22:27 +0100)]
[moviefap] Explicitly sort formats to handle possible site changes

8 years ago[moviefap] Replace call to `str()` with `compat.compat_str()`
George Brighton [Sat, 27 Jun 2015 20:04:53 +0000 (21:04 +0100)]
[moviefap] Replace call to `str()` with `compat.compat_str()`

8 years ago[moviefap] Replace calls to `find()` with `util.xpath_text()`.
George Brighton [Sat, 27 Jun 2015 19:52:12 +0000 (20:52 +0100)]
[moviefap] Replace calls to `find()` with `util.xpath_text()`.

8 years ago[moviefap] Remove redundant comments
George Brighton [Sat, 27 Jun 2015 19:51:11 +0000 (20:51 +0100)]
[moviefap] Remove redundant comments

8 years ago[moviefap] Allow non-critical fields to change without breaking extraction
George Brighton [Sat, 27 Jun 2015 19:36:46 +0000 (20:36 +0100)]
[moviefap] Allow non-critical fields to change without breaking extraction

8 years ago[twitter:card] Add extractor (#5239)
Sergey M․ [Sat, 27 Jun 2015 19:22:25 +0000 (01:22 +0600)]
[twitter:card] Add extractor (#5239)

8 years ago[moviefap] Swap and justify tests
George Brighton [Sat, 27 Jun 2015 19:14:15 +0000 (20:14 +0100)]
[moviefap] Swap and justify tests

8 years ago[moviefap] Add categories to tests
George Brighton [Sat, 27 Jun 2015 19:06:44 +0000 (20:06 +0100)]
[moviefap] Add categories to tests

8 years ago[moviefap] Swap test for an alternative non-copyrighted video
George Brighton [Sat, 27 Jun 2015 19:01:27 +0000 (20:01 +0100)]
[moviefap] Swap test for an alternative non-copyrighted video

8 years ago[moviefap] Fix dictionary comprehension syntax incompatible with Python 2.6
George Brighton [Sat, 27 Jun 2015 04:22:35 +0000 (05:22 +0100)]
[moviefap] Fix dictionary comprehension syntax incompatible with Python 2.6

8 years ago[moviefap] Add new extractor
George Brighton [Sat, 27 Jun 2015 04:11:23 +0000 (05:11 +0100)]
[moviefap] Add new extractor

8 years ago[downloader/external] Fix externals downloaders specified with extension on Windows
Sergey M․ [Sat, 27 Jun 2015 18:08:52 +0000 (00:08 +0600)]
[downloader/external] Fix externals downloaders specified with extension on Windows

8 years ago[smotri] Add tests for password protected videos
Sergey M․ [Sat, 27 Jun 2015 17:31:27 +0000 (23:31 +0600)]
[smotri] Add tests for password protected videos

8 years ago[smotri] Remove non relevant test
Sergey M․ [Sat, 27 Jun 2015 17:03:26 +0000 (23:03 +0600)]
[smotri] Remove non relevant test

8 years ago[smotri] Fix password protected video extraction
Sergey M․ [Sat, 27 Jun 2015 17:00:27 +0000 (23:00 +0600)]
[smotri] Fix password protected video extraction

8 years agoMerge pull request #6081 from yan12125/skip_problematic_sites
Sergey M. [Sat, 27 Jun 2015 13:49:29 +0000 (18:49 +0500)]
Merge pull request #6081 from yan12125/skip_problematic_sites

[planetaplay/quickvid/vube] Skip inaccessible sites

8 years ago[snagfilms] More tests
Sergey M․ [Sat, 27 Jun 2015 12:57:01 +0000 (18:57 +0600)]
[snagfilms] More tests

8 years ago[snagfilms] Capture not available error
Sergey M․ [Sat, 27 Jun 2015 12:54:08 +0000 (18:54 +0600)]
[snagfilms] Capture not available error

8 years ago[snagfilms:embed] Capture geolocation restriction error
Sergey M․ [Sat, 27 Jun 2015 12:50:26 +0000 (18:50 +0600)]
[snagfilms:embed] Capture geolocation restriction error

8 years ago[snagfilms] Add support for shows
Sergey M․ [Sat, 27 Jun 2015 12:40:01 +0000 (18:40 +0600)]
[snagfilms] Add support for shows

8 years agoMerge branch 'remitamine-snagfilms'
Sergey M․ [Sat, 27 Jun 2015 12:29:16 +0000 (18:29 +0600)]
Merge branch 'remitamine-snagfilms'

8 years ago[extractor/generic] Add test for snagfilms embeds
Sergey M․ [Sat, 27 Jun 2015 12:28:10 +0000 (18:28 +0600)]
[extractor/generic] Add test for snagfilms embeds

8 years ago[extractor/generic] Add support for snagfilms embeds
Sergey M․ [Sat, 27 Jun 2015 12:26:14 +0000 (18:26 +0600)]
[extractor/generic] Add support for snagfilms embeds

8 years ago[snagfilms] Add routine for generic embeds extractions
Sergey M․ [Sat, 27 Jun 2015 12:25:50 +0000 (18:25 +0600)]
[snagfilms] Add routine for generic embeds extractions

8 years ago[snagfilms] Improve and simplify
Sergey M․ [Sat, 27 Jun 2015 12:20:42 +0000 (18:20 +0600)]
[snagfilms] Improve and simplify

8 years ago[newstube] style: fix alignment
Jaime Marquínez Ferrándiz [Sat, 27 Jun 2015 12:20:33 +0000 (14:20 +0200)]
[newstube] style: fix alignment

8 years ago[newstube] Fix GUID extraction (fixes #6109)
Jaime Marquínez Ferrándiz [Sat, 27 Jun 2015 12:18:01 +0000 (14:18 +0200)]
[newstube] Fix GUID extraction (fixes #6109)

8 years agoMerge branch 'snagfilms' of https://github.com/remitamine/youtube-dl into remitamine...
Sergey M․ [Sat, 27 Jun 2015 10:52:51 +0000 (16:52 +0600)]
Merge branch 'snagfilms' of https://github.com/remitamine/youtube-dl into remitamine-snagfilms

8 years agodownload all pages before start extracting info
remitamine [Sat, 27 Jun 2015 09:55:25 +0000 (10:55 +0100)]
download all pages before start extracting info

8 years ago[options] Add missing whitespace and split lines
Sergey M․ [Sat, 27 Jun 2015 08:26:51 +0000 (14:26 +0600)]
[options] Add missing whitespace and split lines

8 years ago[vk] Fix authentication (Closes #6105)
Sergey M․ [Sat, 27 Jun 2015 08:04:55 +0000 (14:04 +0600)]
[vk] Fix authentication (Closes #6105)

8 years ago[youtube] More useful messages for georestricted videos (#5716)
Yen Chi Hsuan [Sat, 27 Jun 2015 05:15:57 +0000 (13:15 +0800)]
[youtube] More useful messages for georestricted videos (#5716)

8 years ago[utils] Add ISO3166Utils
Yen Chi Hsuan [Sat, 27 Jun 2015 05:13:57 +0000 (13:13 +0800)]
[utils] Add ISO3166Utils

8 years agoadd support for embed links
remitamine [Fri, 26 Jun 2015 23:13:14 +0000 (00:13 +0100)]
add support for embed links

8 years agoremove unnecessary symbolic name for group
remitamine [Fri, 26 Jun 2015 20:56:15 +0000 (21:56 +0100)]
remove unnecessary symbolic name for group

8 years agoconvert tabs to 4 spaces identation
remitamine [Fri, 26 Jun 2015 20:50:27 +0000 (21:50 +0100)]
convert tabs to 4 spaces identation

8 years ago[snagfilms] Add new extractor
remitamine [Fri, 26 Jun 2015 17:25:43 +0000 (18:25 +0100)]
[snagfilms] Add new extractor

8 years ago[lynda] Fix non-ASCII logins/passwords on python 2
Sergey M․ [Fri, 26 Jun 2015 13:48:23 +0000 (19:48 +0600)]
[lynda] Fix non-ASCII logins/passwords on python 2

8 years ago[lynda] Fix confirm login request (#6088)
Sergey M․ [Fri, 26 Jun 2015 13:46:42 +0000 (19:46 +0600)]
[lynda] Fix confirm login request (#6088)

8 years ago[lynda] Fix login request (Closes #6088)
Sergey M․ [Fri, 26 Jun 2015 13:36:04 +0000 (19:36 +0600)]
[lynda] Fix login request (Closes #6088)

8 years ago[infoq] Relax _VALID_URL (Closes #6071)
Sergey M․ [Thu, 25 Jun 2015 13:54:44 +0000 (19:54 +0600)]
[infoq] Relax _VALID_URL (Closes #6071)

8 years ago[downloader/external] Add downloader for httpie (closes #6079)
Jaime Marquínez Ferrándiz [Thu, 25 Jun 2015 13:48:04 +0000 (15:48 +0200)]
[downloader/external] Add downloader for httpie (closes #6079)

8 years ago[planetaplay/quickvid/vube] Skip inaccessible sites
Yen Chi Hsuan [Thu, 25 Jun 2015 08:40:29 +0000 (16:40 +0800)]
[planetaplay/quickvid/vube] Skip inaccessible sites

8 years ago[thesixtyone] Modernize
Yen Chi Hsuan [Thu, 25 Jun 2015 08:19:04 +0000 (16:19 +0800)]
[thesixtyone] Modernize

8 years ago[thesixtyone] Fix audio_server
Yen Chi Hsuan [Thu, 25 Jun 2015 08:15:13 +0000 (16:15 +0800)]
[thesixtyone] Fix audio_server

Some of the songs are moved to Amazon AWS

8 years agorelease 2015.06.25
Philipp Hagemeister [Thu, 25 Jun 2015 05:43:49 +0000 (07:43 +0200)]
release 2015.06.25

8 years ago[README.md] Fix typo
Sergey M. [Wed, 24 Jun 2015 19:10:42 +0000 (01:10 +0600)]
[README.md] Fix typo

8 years ago[extractor/generic] Add test for OnionStudios embeds
Sergey M․ [Wed, 24 Jun 2015 17:23:16 +0000 (23:23 +0600)]
[extractor/generic] Add test for OnionStudios embeds

8 years ago[extractor/generic] Add support for OnionStudios embeds (Closes #5841)
Sergey M․ [Wed, 24 Jun 2015 17:19:50 +0000 (23:19 +0600)]
[extractor/generic] Add support for OnionStudios embeds (Closes #5841)

8 years ago[onionstudios] Add generic embed extraction routine
Sergey M․ [Wed, 24 Jun 2015 17:16:33 +0000 (23:16 +0600)]
[onionstudios] Add generic embed extraction routine

8 years ago[onionstudios] Add extractor
Sergey M․ [Wed, 24 Jun 2015 17:12:13 +0000 (23:12 +0600)]
[onionstudios] Add extractor

8 years ago[soundcloud:user] Add test
Sergey M․ [Wed, 24 Jun 2015 14:49:22 +0000 (20:49 +0600)]
[soundcloud:user] Add test

8 years ago[soundcloud] Improve _VALID_URL
Sergey M․ [Wed, 24 Jun 2015 14:48:57 +0000 (20:48 +0600)]
[soundcloud] Improve _VALID_URL

Do not takeover soundcloud:user URLs

8 years agoMerge pull request #5961 from dstftw/force-generic-extractor
Sergey M. [Wed, 24 Jun 2015 14:10:45 +0000 (19:10 +0500)]
Merge pull request #5961 from dstftw/force-generic-extractor

Add --force-generic-extractor

8 years agoMerge pull request #6067 from mitsukarenai/master
Sergey M. [Wed, 24 Jun 2015 14:10:01 +0000 (19:10 +0500)]
Merge pull request #6067 from mitsukarenai/master

[noco.tv] Fix issue #6066: title interpreted as integer

8 years ago[noco.tv] Fix issue #6066: title interpreted as integer
Mitsukarenai [Wed, 24 Jun 2015 08:40:01 +0000 (10:40 +0200)]
[noco.tv] Fix issue #6066: title interpreted as integer

8 years ago[drbonanza] Fix extraction of videos
Yen Chi Hsuan [Wed, 24 Jun 2015 08:00:12 +0000 (16:00 +0800)]
[drbonanza] Fix extraction of videos

8 years ago[extractor/generic] Clarify generic extraction warning
Sergey M․ [Tue, 23 Jun 2015 21:08:24 +0000 (03:08 +0600)]
[extractor/generic] Clarify generic extraction warning

8 years ago[brightcove] Use `compat_xml_parse_error` (Closes #6060)
Sergey M․ [Tue, 23 Jun 2015 15:34:29 +0000 (21:34 +0600)]
[brightcove] Use `compat_xml_parse_error` (Closes #6060)

8 years ago[faz] Extend _VALID_URL (Closes #6050)
Sergey M․ [Mon, 22 Jun 2015 14:11:15 +0000 (20:11 +0600)]
[faz] Extend _VALID_URL (Closes #6050)

8 years ago[xhamster] pep8: remove trailing ';'
Jaime Marquínez Ferrándiz [Mon, 22 Jun 2015 09:18:52 +0000 (11:18 +0200)]
[xhamster] pep8: remove trailing ';'

8 years ago[generic/adobetv] Support AdobeTVVideo embeds (#6039)
Yen Chi Hsuan [Mon, 22 Jun 2015 07:02:53 +0000 (15:02 +0800)]
[generic/adobetv] Support AdobeTVVideo embeds (#6039)

8 years ago[extractor/generic] Add test for xhamster embed
Sergey M․ [Sun, 21 Jun 2015 17:18:28 +0000 (23:18 +0600)]
[extractor/generic] Add test for xhamster embed

8 years ago[generic] Add support for xhamster embeds
Sergey M․ [Sun, 21 Jun 2015 17:11:25 +0000 (23:11 +0600)]
[generic] Add support for xhamster embeds

8 years ago[xhamster:embed] Add extractor (Closes #6032)
Sergey M․ [Sun, 21 Jun 2015 17:10:38 +0000 (23:10 +0600)]
[xhamster:embed] Add extractor (Closes #6032)

8 years ago[sohu] Fix extraction again
Yen Chi Hsuan [Sun, 21 Jun 2015 16:59:55 +0000 (00:59 +0800)]
[sohu] Fix extraction again

8 years agoRevert "[sohu] Update extractor"
Yen Chi Hsuan [Sun, 21 Jun 2015 15:29:40 +0000 (23:29 +0800)]
Revert "[sohu] Update extractor"

This reverts commit 32060c6d6b618fa858b2ce43db34d02fd43bc542.

8 years ago[francetvinfo.fr] Support dmcloud embeds (fixes #6034)
Yen Chi Hsuan [Sun, 21 Jun 2015 13:31:33 +0000 (21:31 +0800)]
[francetvinfo.fr] Support dmcloud embeds (fixes #6034)

8 years ago[dailymotion/generic] Add DailymotionCloudIE
Yen Chi Hsuan [Sun, 21 Jun 2015 13:30:34 +0000 (21:30 +0800)]
[dailymotion/generic] Add DailymotionCloudIE

8 years ago[bbccouk] Remove TTML to srt conversion codes
Yen Chi Hsuan [Sun, 21 Jun 2015 11:22:26 +0000 (19:22 +0800)]
[bbccouk] Remove TTML to srt conversion codes

It's broken. See #6038

8 years ago[utils] Support ttaf1 namespace in TTML
Yen Chi Hsuan [Sun, 21 Jun 2015 11:16:59 +0000 (19:16 +0800)]
[utils] Support ttaf1 namespace in TTML

It's found in bbc.co.uk. See #6038

8 years ago[adobetv] Support embeddable videos (closes #6039)
Yen Chi Hsuan [Sun, 21 Jun 2015 10:55:26 +0000 (18:55 +0800)]
[adobetv] Support embeddable videos (closes #6039)

8 years ago[utils/ffmpeg] Move ISO 639 related codes to utils
Yen Chi Hsuan [Sun, 21 Jun 2015 10:53:17 +0000 (18:53 +0800)]
[utils/ffmpeg] Move ISO 639 related codes to utils

8 years ago[tumblr] Support Vimeo embeds (fixes #5969)
Yen Chi Hsuan [Sun, 21 Jun 2015 10:30:38 +0000 (18:30 +0800)]
[tumblr] Support Vimeo embeds (fixes #5969)

8 years ago[vimeo/generic] Move detection logic from GenericIE to VimeoIE
Yen Chi Hsuan [Sun, 21 Jun 2015 10:23:58 +0000 (18:23 +0800)]
[vimeo/generic] Move detection logic from GenericIE to VimeoIE

8 years ago[pinkbike] PEP8
Yen Chi Hsuan [Sun, 21 Jun 2015 10:22:19 +0000 (18:22 +0800)]
[pinkbike] PEP8

8 years ago[imdb] Fix extraction
Sergey M․ [Sat, 20 Jun 2015 22:17:54 +0000 (04:17 +0600)]
[imdb] Fix extraction

8 years ago[xvideos] Support lower-quality formats found on Android
Yen Chi Hsuan [Sat, 20 Jun 2015 19:12:17 +0000 (03:12 +0800)]
[xvideos] Support lower-quality formats found on Android

Closes #5968

8 years ago[viki] Pass session token around (#6005)
Sergey M․ [Fri, 19 Jun 2015 18:49:28 +0000 (00:49 +0600)]
[viki] Pass session token around (#6005)

8 years agoMerge branch 'misterhat-pinkbike'
Sergey M․ [Fri, 19 Jun 2015 18:10:27 +0000 (00:10 +0600)]
Merge branch 'misterhat-pinkbike'

8 years ago[pinkbike] Improve and simplify
Sergey M․ [Fri, 19 Jun 2015 18:10:08 +0000 (00:10 +0600)]
[pinkbike] Improve and simplify

8 years agoMerge branch 'pinkbike' of https://github.com/misterhat/youtube-dl into misterhat...
Sergey M․ [Fri, 19 Jun 2015 17:00:00 +0000 (23:00 +0600)]
Merge branch 'pinkbike' of https://github.com/misterhat/youtube-dl into misterhat-pinkbike

8 years ago[dramafever:series] Fix extraction while authenticated
Sergey M․ [Fri, 19 Jun 2015 16:02:07 +0000 (22:02 +0600)]
[dramafever:series] Fix extraction while authenticated