Jaime Marquínez Ferrándiz
6f13b055f1
[cspan] Fix typo in a comment
2014-03-21 08:01:20 +01:00
Philipp Hagemeister
191c0f4e90
release 2014.03.21.3
2014-03-21 02:12:45 +01:00
Philipp Hagemeister
1f91bd15c3
release 2014.03.21.3
2014.03.21.3
2014-03-21 02:10:35 +01:00
Philipp Hagemeister
11a15be4ce
[cspan] Add support for newer videos ( Fixes #2577 )
2014-03-21 02:10:24 +01:00
Philipp Hagemeister
8b64d68089
release 2014.03.21.2
2014-03-21 01:44:34 +01:00
Philipp Hagemeister
14e17e18cb
release 2014.03.21.2
2014.03.21.2
2014-03-21 01:42:45 +01:00
Philipp Hagemeister
1b124d1942
[parliamentliveuk] Add extractor
2014-03-21 01:42:28 +01:00
Philipp Hagemeister
bb5a8bca6a
release 2014.03.21.1
2014-03-21 01:22:30 +01:00
Philipp Hagemeister
747373d4ae
release 2014.03.21.1
2014.03.21.1
2014-03-21 01:00:27 +01:00
Philipp Hagemeister
18d367c0a5
Remove legacy InfoExtractors file
2014-03-21 01:00:06 +01:00
Philipp Hagemeister
a1a530b067
[pbs] Add support for video ratings
2014-03-21 00:59:51 +01:00
Philipp Hagemeister
cb9722cb3f
[viki] Modernize
2014-03-21 00:53:18 +01:00
Philipp Hagemeister
773c0b4bb8
[pbs] Add support for widget URLs ( Fixes #2594 )
2014-03-21 00:46:32 +01:00
Philipp Hagemeister
2a403b5d4f
release 2014.03.21
2014-03-21 00:44:35 +01:00
Philipp Hagemeister
23c322a531
release 2014.03.21
2014.03.21
2014-03-21 00:37:23 +01:00
Philipp Hagemeister
7e8c0af004
Add --prefer-insecure option ( Fixes #2364 )
2014-03-21 00:37:10 +01:00
Philipp Hagemeister
d2983ccb25
[ninegag] Modernize and remove unused import
2014-03-21 00:37:10 +01:00
Philipp Hagemeister
f24e9833dc
[youporn] Modernize
2014-03-21 00:37:10 +01:00
Sergey M․
bc2bdf5709
[kontrtube] Modernize
2014-03-20 23:05:57 +07:00
Philipp Hagemeister
f6cdbe792e
release 2014.03.20
2014-03-20 16:38:42 +01:00
Philipp Hagemeister
627a209f74
release 2014.03.20
2014.03.20
2014-03-20 16:35:54 +01:00
Philipp Hagemeister
1a4895453a
[YoutubeDL] Improve error message
2014-03-20 16:33:46 +01:00
Philipp Hagemeister
aab74fa106
[ted] Simplify embed code ( #2587 )
2014-03-20 16:33:23 +01:00
Philipp Hagemeister
2bd9efd4c2
Merge remote-tracking branch 'anovicecodemonkey/TEDIEimprovements'
2014-03-20 16:24:34 +01:00
Jaime Marquínez Ferrándiz
39a743fb9b
[arte] Modernize tests and fix _VALID_REGEX
2014-03-20 09:14:43 +01:00
Jaime Marquínez Ferrándiz
4966a0b22d
[arte] Add extractor for concert.arte.tv ( closes #2588 )
2014-03-20 09:11:47 +01:00
anovicecodemonkey
fc26023120
[TEDIE] Add support for embeded TED video URLs
2014-03-20 01:04:21 +10:30
anovicecodemonkey
8d7c0cca13
[generic] Add support for embeded TED videos
2014-03-20 00:56:32 +10:30
Sergey M․
f66ede4328
[arte.tv:+7] Fix _VALID_URL
2014-03-19 21:23:55 +07:00
anovicecodemonkey
0ae150ae31
Merge remote-tracking branch 'upstream/master'
...
Had to make changes to get things in line.
2014-03-19 23:54:28 +10:30
Philipp Hagemeister
cc88b90ec8
[desvscripts/release] Bump the number of password tries to accomodate stubby-fingered @phihag
2014-03-18 15:02:37 +01:00
Philipp Hagemeister
98328f6693
release 2014.03.18.1
2014-03-18 14:49:12 +01:00
Philipp Hagemeister
b6c5fa9a0b
release 2014.03.18.1
2014.03.18.1
2014-03-18 14:42:59 +01:00
Philipp Hagemeister
dff10eaa77
release 2014.03.18
2014.03.18
2014-03-18 14:31:03 +01:00
Philipp Hagemeister
4e6f9aeca1
Fix typo
2014-03-18 14:28:53 +01:00
Philipp Hagemeister
e68301af21
Fix getpass on Windows ( Fixes #2547 )
2014-03-18 14:27:42 +01:00
Sergey M․
17286a96f2
[iprima] Fix permission check regex
2014-03-18 19:33:28 +07:00
Jaime Marquínez Ferrándiz
0892363e6d
Merge pull request #2580 from ericpardee/patch-1
...
Update to comedycentral.py (cc.com)
2014-03-18 08:14:39 +01:00
ericpardee
f102372b5f
Update to comedycentral.py (cc.com)
...
Added cc.com as it's same as comedycentral.com and used, i.e. http://www.cc.com/video-clips/fmyq0m/broad-city-a-beautiful-railroad-style-apartment
2014-03-17 18:01:26 -07:00
Jaime Marquínez Ferrándiz
ecbe1ad207
[generic] Fix access to removed function in python 3.4
...
The `Request.get_origin_req_host` method was deprecated in 3.3, use the
`origin_req_host` property if it's not available, see http://docs.python.org/3.3/library/urllib.request.html#urllib.request.Request.get_origin_req_host .
2014-03-17 21:59:21 +01:00
Anisse Astier
410afb2003
Add an option to specify custom HTTP headers
2014-03-17 16:40:41 +01:00
Philipp Hagemeister
bab31e5c21
release 2014.03.17
2014-03-17 14:52:02 +01:00
Philipp Hagemeister
9d840c43b5
release 2014.03.17
2014.03.17
2014-03-17 14:49:02 +01:00
Philipp Hagemeister
6f50f63382
Merge remote-tracking branch 'origin/wheels'
2014-03-17 14:31:22 +01:00
Philipp Hagemeister
ff14fc4964
[test] Rename get_testcases to gettestcases
...
Apparently, newer versions of nosetests are somewhat over-eager in their test discovery.
2014-03-17 14:30:13 +01:00
Sergey M․
e125c21531
[vesti] Restore vesti extractor
2014-03-17 02:01:01 +07:00
Sergey M․
93d020dd65
[generic] Add support for embedded rutv player
2014-03-17 02:00:31 +07:00
Sergey M․
a7515ec265
[rutv] Refactor vgtrk/rutv extractor
2014-03-17 01:59:40 +07:00
anovicecodemonkey
c445991679
More generic support for Ooyala Player
...
This commit adds more generic support for Ooyala Player. It should remove the need for slashdot.py and vice.py (but I will leave that decision up to others), as well as add support for sites that don't follow the usual pattern by searching for "var embedCode" which as best as I can tell is a variable unique to Ooyala Player and shouldn't cause any false positives or conflicts with other extractors.
2014-03-17 02:02:54 +10:30
Jaime Marquínez Ferrándiz
b6c1ceccc2
[ted] Add 'http://' to the thumbnail url if it's missing
2014-03-16 11:24:11 +01:00