youtube-dl
9 years agoMerge branch 'varzesh3' of https://github.com/mtp1376/youtube-dl into mtp1376-varzesh3
Sergey M․ [Wed, 1 Apr 2015 14:25:46 +0000 (20:25 +0600)]
Merge branch 'varzesh3' of https://github.com/mtp1376/youtube-dl into mtp1376-varzesh3

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Sergey M․ [Wed, 1 Apr 2015 14:25:11 +0000 (20:25 +0600)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years agoMerge pull request #5311 from yan12125/fix_douyu
Sergey M. [Wed, 1 Apr 2015 14:22:11 +0000 (20:22 +0600)]
Merge pull request #5311 from yan12125/fix_douyu

[douyutv] Fix extractor and improve error handling

9 years agoMerge branch 'fix_douyu' of https://github.com/yan12125/youtube-dl
Sergey M․ [Wed, 1 Apr 2015 13:54:00 +0000 (19:54 +0600)]
Merge branch 'fix_douyu' of https://github.com/yan12125/youtube-dl

9 years ago[dailymotion] Fix ff cookie and use it for embed page (Closes #5330)
Sergey M․ [Tue, 31 Mar 2015 14:55:21 +0000 (20:55 +0600)]
[dailymotion] Fix ff cookie and use it for embed page (Closes #5330)

9 years ago[nbc] Remove redundant note
Sergey M․ [Tue, 31 Mar 2015 14:14:37 +0000 (20:14 +0600)]
[nbc] Remove redundant note

This is already supposed by `only_matching`

9 years ago[generic] Add working NBC Sports vplayer test
Sergey M․ [Tue, 31 Mar 2015 14:11:14 +0000 (20:11 +0600)]
[generic] Add working NBC Sports vplayer test

9 years agoMerge pull request #5328 from yan12125/fix_5226
Sergey M. [Tue, 31 Mar 2015 14:00:47 +0000 (20:00 +0600)]
Merge pull request #5328 from yan12125/fix_5226

[Yahoo/NBCSports] Fix 5226 and add support for NBC sports

9 years ago[NBCSports/Yahoo] Comment out some MD5 checksums
Yen Chi Hsuan [Tue, 31 Mar 2015 05:13:29 +0000 (13:13 +0800)]
[NBCSports/Yahoo] Comment out some MD5 checksums

They seems to change constantly

9 years ago[NBCSports] Add a test case for extended _VALID_URL
Yen Chi Hsuan [Mon, 30 Mar 2015 19:38:45 +0000 (03:38 +0800)]
[NBCSports] Add a test case for extended _VALID_URL

9 years ago[NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and enhance...
Yen Chi Hsuan [Mon, 30 Mar 2015 19:36:09 +0000 (03:36 +0800)]
[NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and enhance error detection in ThePlatformIE

9 years ago[NBCSports] Move imports alphabetically
Yen Chi Hsuan [Mon, 30 Mar 2015 18:51:11 +0000 (02:51 +0800)]
[NBCSports] Move imports alphabetically

9 years ago[Yahoo/NBCSports] Generalize NBC sports info extractor
Yen Chi Hsuan [Mon, 30 Mar 2015 18:47:18 +0000 (02:47 +0800)]
[Yahoo/NBCSports] Generalize NBC sports info extractor

9 years ago[Yahoo/NBCSports] Fix #5226
Yen Chi Hsuan [Mon, 30 Mar 2015 18:21:27 +0000 (02:21 +0800)]
[Yahoo/NBCSports] Fix #5226

9 years ago[phoenix] Extend _VALID_URL (#5322)
Naglis Jonaitis [Mon, 30 Mar 2015 15:15:08 +0000 (18:15 +0300)]
[phoenix] Extend _VALID_URL (#5322)

9 years ago[soundcloud:set:user] Support mobile URLs (Closes #5323)
Sergey M․ [Mon, 30 Mar 2015 15:03:38 +0000 (21:03 +0600)]
[soundcloud:set:user] Support mobile URLs (Closes #5323)

9 years agoCredit @jorams or dumpert.nl (#5319)
Sergey M․ [Mon, 30 Mar 2015 14:12:55 +0000 (20:12 +0600)]
Credit @jorams or dumpert.nl (#5319)

9 years agoMerge branch 'jorams-dumpert'
Sergey M․ [Mon, 30 Mar 2015 14:12:09 +0000 (20:12 +0600)]
Merge branch 'jorams-dumpert'

9 years ago[dumpert] Simplify and fix python 3.2
Sergey M․ [Mon, 30 Mar 2015 14:11:51 +0000 (20:11 +0600)]
[dumpert] Simplify and fix python 3.2

9 years agoMerge branch 'dumpert' of https://github.com/jorams/youtube-dl into jorams-dumpert
Sergey M․ [Mon, 30 Mar 2015 13:47:11 +0000 (19:47 +0600)]
Merge branch 'dumpert' of https://github.com/jorams/youtube-dl into jorams-dumpert

9 years ago[pornhub] Fix comment count extraction (Closes #5320)
Sergey M․ [Mon, 30 Mar 2015 13:41:04 +0000 (19:41 +0600)]
[pornhub] Fix comment count extraction (Closes #5320)

9 years ago[Dumpert] Add new extractor
Joram Schrijver [Sun, 29 Mar 2015 21:41:06 +0000 (23:41 +0200)]
[Dumpert] Add new extractor

Add support for the Dutch video site Dumpert. http://www.dumpert.nl/

9 years agoMerge pull request #5313 from yan12125/fix_xuite_python32
Sergey M. [Sun, 29 Mar 2015 19:28:30 +0000 (01:28 +0600)]
Merge pull request #5313 from yan12125/fix_xuite_python32

[Xuite] Fix extraction on python 3.2

9 years ago[Xuite] Fix extraction on python 3.2
Yen Chi Hsuan [Sun, 29 Mar 2015 12:40:05 +0000 (20:40 +0800)]
[Xuite] Fix extraction on python 3.2

base64.b64decode() accept only binary types in Python 3.2

9 years ago[douyutv] Simplify usage of isinstance
Yen Chi Hsuan [Sun, 29 Mar 2015 10:17:48 +0000 (18:17 +0800)]
[douyutv] Simplify usage of isinstance

9 years ago[douyutv] Fix extractor and improve error handling
Yen Chi Hsuan [Sun, 29 Mar 2015 06:26:28 +0000 (14:26 +0800)]
[douyutv] Fix extractor and improve error handling

9 years ago[generic] Add support for 5min embeds (#5310)
Naglis Jonaitis [Sun, 29 Mar 2015 01:57:37 +0000 (04:57 +0300)]
[generic] Add support for 5min embeds (#5310)

9 years ago[cnn] Match more URLs
Philipp Hagemeister [Sat, 28 Mar 2015 22:39:41 +0000 (23:39 +0100)]
[cnn] Match more URLs

9 years ago[ultimedia] PEP8
Philipp Hagemeister [Sat, 28 Mar 2015 22:35:55 +0000 (23:35 +0100)]
[ultimedia] PEP8

9 years agoUnduplicate @ossi96
Sergey M․ [Sat, 28 Mar 2015 18:03:59 +0000 (00:03 +0600)]
Unduplicate @ossi96

9 years ago[dhm] Improve _VALID_URL and add test
Sergey M․ [Sat, 28 Mar 2015 17:55:15 +0000 (23:55 +0600)]
[dhm] Improve _VALID_URL and add test

9 years agoCredit @ossi96 for dhm (#5305)
Sergey M․ [Sat, 28 Mar 2015 17:43:15 +0000 (23:43 +0600)]
Credit @ossi96 for dhm (#5305)

9 years agoMerge branch 'ossi96-dhm'
Sergey M․ [Sat, 28 Mar 2015 16:30:27 +0000 (22:30 +0600)]
Merge branch 'ossi96-dhm'

9 years ago[dhm] Simplify
Sergey M․ [Sat, 28 Mar 2015 16:30:13 +0000 (22:30 +0600)]
[dhm] Simplify

9 years agoMerge branch 'dhm' of https://github.com/ossi96/youtube-dl into ossi96-dhm
Sergey M․ [Sat, 28 Mar 2015 16:09:05 +0000 (22:09 +0600)]
Merge branch 'dhm' of https://github.com/ossi96/youtube-dl into ossi96-dhm

9 years ago[nbc] Recognize https urls (fixes #5300)
Jaime Marquínez Ferrándiz [Sat, 28 Mar 2015 13:18:11 +0000 (14:18 +0100)]
[nbc] Recognize https urls (fixes #5300)

9 years ago[DHM] Add extractor description
Oskar Jauch [Sat, 28 Mar 2015 09:42:35 +0000 (10:42 +0100)]
[DHM] Add extractor description

9 years ago[DHM] Add new extractor
Oskar Jauch [Sat, 28 Mar 2015 09:38:52 +0000 (10:38 +0100)]
[DHM] Add new extractor

9 years agorelease 2015.03.28
Philipp Hagemeister [Sat, 28 Mar 2015 07:12:05 +0000 (08:12 +0100)]
release 2015.03.28

9 years agoDefault to continuedl=True
Philipp Hagemeister [Sat, 28 Mar 2015 07:11:32 +0000 (08:11 +0100)]
Default to continuedl=True

We already do this in the CLI interface, so it should be just fine.

9 years agoMakefile: fix 'find' command
Jaime Marquínez Ferrándiz [Fri, 27 Mar 2015 13:21:53 +0000 (14:21 +0100)]
Makefile: fix 'find' command

It worked with the GNU version, but not with the BSD version.

9 years agoDon't use bare 'except:'
Jaime Marquínez Ferrándiz [Fri, 27 Mar 2015 12:02:20 +0000 (13:02 +0100)]
Don't use bare 'except:'

They catch any exception, including KeyboardInterrupt, we don't want to catch it.

9 years ago[eroprofile] Add login support (#5269)
Naglis Jonaitis [Thu, 26 Mar 2015 21:24:15 +0000 (23:24 +0200)]
[eroprofile] Add login support (#5269)

9 years ago[vimeo] Capture and output error message (#5294)
Sergey M․ [Thu, 26 Mar 2015 21:05:08 +0000 (03:05 +0600)]
[vimeo] Capture and output error message (#5294)

9 years agounicde :(
Mohammad Teimori Pabandi [Thu, 26 Mar 2015 19:23:57 +0000 (23:53 +0430)]
unicde :(

9 years ago[youtube:watchlater] Remove unused properties and fix tests
Jaime Marquínez Ferrándiz [Thu, 26 Mar 2015 19:03:31 +0000 (20:03 +0100)]
[youtube:watchlater] Remove unused properties and fix tests

9 years ago[vessel] Fix pep8 issue
Jaime Marquínez Ferrándiz [Thu, 26 Mar 2015 18:51:40 +0000 (19:51 +0100)]
[vessel] Fix pep8 issue

9 years agoMerge branch 'zx8-master'
Sergey M․ [Thu, 26 Mar 2015 17:57:56 +0000 (23:57 +0600)]
Merge branch 'zx8-master'

9 years ago[safari] Improve and simplify
Sergey M․ [Thu, 26 Mar 2015 17:57:46 +0000 (23:57 +0600)]
[safari] Improve and simplify

9 years agoMerge branch 'master' of https://github.com/zx8/youtube-dl into zx8-master
Sergey M․ [Thu, 26 Mar 2015 17:57:13 +0000 (23:57 +0600)]
Merge branch 'master' of https://github.com/zx8/youtube-dl into zx8-master

9 years ago[vessel] Add new extractor (Closes #5275)
Naglis Jonaitis [Thu, 26 Mar 2015 17:48:22 +0000 (19:48 +0200)]
[vessel] Add new extractor (Closes #5275)

9 years ago[slideshare] Fix extraction (#5279)
Naglis Jonaitis [Thu, 26 Mar 2015 15:46:20 +0000 (17:46 +0200)]
[slideshare] Fix extraction (#5279)

9 years ago[youtube] Clarify some IE_NAMEs
Sergey M․ [Thu, 26 Mar 2015 15:42:28 +0000 (21:42 +0600)]
[youtube] Clarify some IE_NAMEs

9 years ago[youtube:watchlater] Extract watchlater as playlist (Closes #5280)
Sergey M․ [Thu, 26 Mar 2015 15:41:09 +0000 (21:41 +0600)]
[youtube:watchlater] Extract watchlater as playlist (Closes #5280)

9 years agoremoving unicode literal because it is imported :))
Mohammad Teimori Pabandi [Thu, 26 Mar 2015 15:36:50 +0000 (20:06 +0430)]
removing unicode literal because it is imported :))

9 years agoremoved one of tests that made problem with testing server
Mohammad Teimori Pabandi [Thu, 26 Mar 2015 15:17:34 +0000 (19:47 +0430)]
removed one of tests that made problem with testing server

9 years ago[utils] Escape all HTML entities written in hexadecimal form
Naglis Jonaitis [Thu, 26 Mar 2015 15:15:27 +0000 (17:15 +0200)]
[utils] Escape all HTML entities written in hexadecimal form

9 years ago[teamcoco] Fix extraction
Naglis Jonaitis [Thu, 26 Mar 2015 14:13:53 +0000 (16:13 +0200)]
[teamcoco] Fix extraction

9 years ago[Varzesh3] Add new extractor
Mohammad Teimori Pabandi [Thu, 26 Mar 2015 13:47:21 +0000 (18:17 +0430)]
[Varzesh3] Add new extractor

9 years agoCredit @amishb for 22tracks (#5276)
Sergey M․ [Wed, 25 Mar 2015 16:27:20 +0000 (22:27 +0600)]
Credit @amishb for 22tracks (#5276)

9 years ago[22tracks] Improve and simplify
Sergey M․ [Wed, 25 Mar 2015 16:26:02 +0000 (22:26 +0600)]
[22tracks] Improve and simplify

9 years agoUpdated init to add 22tracks
Amish Bhadeshia [Tue, 24 Mar 2015 18:34:33 +0000 (18:34 +0000)]
Updated init to add 22tracks

9 years ago[22Tracks] Add new extractor
Amish Bhadeshia [Mon, 23 Mar 2015 13:02:44 +0000 (13:02 +0000)]
[22Tracks] Add new extractor

Conflicts:
youtube_dl/extractor/__init__.py

9 years ago[redtube] Fix test
Sergey M․ [Wed, 25 Mar 2015 14:09:01 +0000 (20:09 +0600)]
[redtube] Fix test

9 years ago[redtube] Capture and output removed video message (#5281)
Sergey M․ [Wed, 25 Mar 2015 14:08:35 +0000 (20:08 +0600)]
[redtube] Capture and output removed video message (#5281)

9 years agorelease 2015.03.24
Philipp Hagemeister [Tue, 24 Mar 2015 15:39:53 +0000 (16:39 +0100)]
release 2015.03.24

9 years ago[options] Handle special characters in argv (Fixes #5157)
Philipp Hagemeister [Tue, 24 Mar 2015 15:39:46 +0000 (16:39 +0100)]
[options] Handle special characters in argv (Fixes #5157)

9 years ago[npo] Skip broken URL links (Closes #5266)
Sergey M․ [Mon, 23 Mar 2015 16:15:01 +0000 (22:15 +0600)]
[npo] Skip broken URL links (Closes #5266)

9 years ago[mlb] Improve _VALID_URL (Closes #5260)
Sergey M․ [Mon, 23 Mar 2015 15:23:57 +0000 (21:23 +0600)]
[mlb] Improve _VALID_URL (Closes #5260)

9 years ago[safari] Add safaribooksonline extractor
zx8 [Sun, 22 Mar 2015 18:03:40 +0000 (18:03 +0000)]
[safari] Add safaribooksonline extractor

9 years ago[twitch] Only match digits for the video id
Jaime Marquínez Ferrándiz [Sun, 22 Mar 2015 14:39:35 +0000 (15:39 +0100)]
[twitch] Only match digits for the video id

Urls can also contain contain a query (for example a timestamp '?t=foo')

9 years ago[test/aes] Test aes_decrypt_text with 256 bit
Jaime Marquínez Ferrándiz [Sun, 22 Mar 2015 11:09:58 +0000 (12:09 +0100)]
[test/aes] Test aes_decrypt_text with 256 bit

9 years ago[lybsyn] pep8: add space around operator
Jaime Marquínez Ferrándiz [Sun, 22 Mar 2015 10:03:52 +0000 (11:03 +0100)]
[lybsyn] pep8: add space around operator

9 years agoMerge branch 'fstirlitz-the-daily-show-podcast'
Sergey M․ [Sun, 22 Mar 2015 02:24:26 +0000 (08:24 +0600)]
Merge branch 'fstirlitz-the-daily-show-podcast'

9 years ago[comedycentral] Remove unused import
Sergey M․ [Sun, 22 Mar 2015 02:23:38 +0000 (08:23 +0600)]
[comedycentral] Remove unused import

9 years ago[comedycentral] Drop thedailyshow podcast extractor
Sergey M․ [Sun, 22 Mar 2015 02:23:20 +0000 (08:23 +0600)]
[comedycentral] Drop thedailyshow podcast extractor

Generic extractor is just fine for Libsyn embeds

9 years ago[extractor/generic] Add test for Libsyn embed
Sergey M․ [Sun, 22 Mar 2015 02:20:27 +0000 (08:20 +0600)]
[extractor/generic] Add test for Libsyn embed

9 years ago[extractor/generic] Support Libsyn embeds
Sergey M․ [Sun, 22 Mar 2015 02:18:13 +0000 (08:18 +0600)]
[extractor/generic] Support Libsyn embeds

9 years ago[libsyn] Fix extractor alphabetic order
Sergey M․ [Sun, 22 Mar 2015 02:11:47 +0000 (08:11 +0600)]
[libsyn] Fix extractor alphabetic order

9 years ago[libsyn] Improve and simplify
Sergey M․ [Sun, 22 Mar 2015 02:11:10 +0000 (08:11 +0600)]
[libsyn] Improve and simplify

9 years agoMerge branch 'the-daily-show-podcast' of https://github.com/fstirlitz/youtube-dl...
Sergey M․ [Sun, 22 Mar 2015 01:44:28 +0000 (07:44 +0600)]
Merge branch 'the-daily-show-podcast' of https://github.com/fstirlitz/youtube-dl into fstirlitz-the-daily-show-podcast

9 years ago[nrk:playlist] Relax video id regex and improve _VALID_URL
Sergey M․ [Sat, 21 Mar 2015 14:42:48 +0000 (20:42 +0600)]
[nrk:playlist] Relax video id regex and improve _VALID_URL

9 years ago[test/utils] Test xpath_text
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 13:12:43 +0000 (14:12 +0100)]
[test/utils] Test xpath_text

9 years ago[nrk:playlist] Restrict _VALID_URL
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 13:00:37 +0000 (14:00 +0100)]
[nrk:playlist] Restrict _VALID_URL

It would also match /videos/PS... urls

9 years ago[nrk:playlist] Add extractor (Closes #5245)
Sergey M․ [Sat, 21 Mar 2015 12:22:08 +0000 (18:22 +0600)]
[nrk:playlist] Add extractor (Closes #5245)

9 years ago[nrk] Extract duration
Sergey M․ [Sat, 21 Mar 2015 12:21:19 +0000 (18:21 +0600)]
[nrk] Extract duration

9 years ago[nrk] Adapt to new URL format
Sergey M․ [Sat, 21 Mar 2015 12:20:49 +0000 (18:20 +0600)]
[nrk] Adapt to new URL format

9 years agoRemove the 'stitle' field
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 11:34:44 +0000 (12:34 +0100)]
Remove the 'stitle' field

A warning has been printed for more than 2 years (since 97cd3afc7525394c46398f1526d412d081c02085)

9 years ago[crunchyroll] Remove unused class
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 11:18:33 +0000 (12:18 +0100)]
[crunchyroll] Remove unused class

9 years ago[test] Add tests for aes
Jaime Marquínez Ferrándiz [Sat, 21 Mar 2015 11:07:23 +0000 (12:07 +0100)]
[test] Add tests for aes

9 years ago[test/YoutubeDL] test match_filter
Jaime Marquínez Ferrándiz [Fri, 20 Mar 2015 16:05:28 +0000 (17:05 +0100)]
[test/YoutubeDL] test match_filter

9 years ago[twitch] Fix login
Sergey M․ [Fri, 20 Mar 2015 15:45:09 +0000 (21:45 +0600)]
[twitch] Fix login

9 years agoMerge branch 'ndac-todoroki-niconico_nm'
Sergey M․ [Fri, 20 Mar 2015 14:53:27 +0000 (20:53 +0600)]
Merge branch 'ndac-todoroki-niconico_nm'

9 years ago[niconico] Add nm video test
Sergey M․ [Fri, 20 Mar 2015 14:53:14 +0000 (20:53 +0600)]
[niconico] Add nm video test

9 years agoMerge branch 'niconico_nm' of https://github.com/ndac-todoroki/youtube-dl into ndac...
Sergey M․ [Fri, 20 Mar 2015 14:52:56 +0000 (20:52 +0600)]
Merge branch 'niconico_nm' of https://github.com/ndac-todoroki/youtube-dl into ndac-todoroki-niconico_nm

9 years ago[test/YoutubeDL] split in two classes
Jaime Marquínez Ferrándiz [Fri, 20 Mar 2015 14:14:25 +0000 (15:14 +0100)]
[test/YoutubeDL] split in two classes

The name was misleading

9 years ago[test/http] Add test for proxy support
Jaime Marquínez Ferrándiz [Fri, 20 Mar 2015 13:59:38 +0000 (14:59 +0100)]
[test/http] Add test for proxy support

9 years ago[vine] Fix formats extraction (Closes #5239)
Naglis Jonaitis [Thu, 19 Mar 2015 23:50:36 +0000 (01:50 +0200)]
[vine] Fix formats extraction (Closes #5239)

9 years ago[nytimes] Improve _VALID_URL (Fixes #5238)
Naglis Jonaitis [Thu, 19 Mar 2015 18:55:05 +0000 (20:55 +0200)]
[nytimes] Improve _VALID_URL (Fixes #5238)

9 years ago[videomega] Fix extraction and update test (Fixes #5235)
Naglis Jonaitis [Thu, 19 Mar 2015 17:37:39 +0000 (19:37 +0200)]
[videomega] Fix extraction and update test (Fixes #5235)