Philipp Hagemeister
2f21eb2db6
[generic] Do not fetch XML URLs ( Fixes #2162 )
11 years ago
Jaime Marquínez Ferrándiz
c11529618a
[redtube] Make ‘http:’ not optional ( closes #2160 )
If the url doesn’t specify the protocol we can’t directly use it to download the webpage, we would need to build a new url.
Instead, we let the generic extractor add the protocol.
11 years ago
sahutd
c8650f7ecd
Made modification as suggested on https://github.com/rg3/youtube-dl/pull/2151
11 years ago
Saimadhav Heblikar
14e7543a5a
franceinter [Issue #2105 ]
Added franceinterIE import to reflect addition of FranceInter support. Issue #2105
11 years ago
Saimadhav Heblikar
bf6705f584
Added franceinter [Issue #2105 ]
11 years ago
Filippo Valsorda
a9f53ce7ea
Add a couple of missing http:// in test URLs
11 years ago
Jaime Marquínez Ferrándiz
d2250ea7fd
[nowvideo] Recognize nowvideo.sx urls ( fixes #2127 )
11 years ago
Philipp Hagemeister
5d8683a5cd
[nowvideo] Add support for .sx version ( Fixes #2127 )
11 years ago
dst
7ee40b5d1c
[lynda] Add support for member accounts and paid videos ( Closes #2125 )
11 years ago
Jaime Marquínez Ferrándiz
db22af36ec
[brightcove] The ‘id’ attribute is not always present in the object tag ( fixes #2132 )
It looks like the ‘flashId’ parameter is not needed.
11 years ago
Philipp Hagemeister
f8b5ab8cfa
[bandcamp] Make thumbnail and uploader optional
Fixes #2129
11 years ago
Jaime Marquínez Ferrándiz
298f16f954
[bandcamp] Fix variable name
11 years ago
Philipp Hagemeister
ce6b9a2dba
[youtube] Add a pseudo format for rtmp videos ( #2123 )
11 years ago
Philipp Hagemeister
c3197e3e5c
[youtube] Correct subtitle URL ( Fixes #2120 )
11 years ago
Philipp Hagemeister
3fabeaa1f4
[vimeo] Support protocol-relative URLs
11 years ago
Jaime Marquínez Ferrándiz
9d6192a5b8
[bloomberg] Fix ooyala url extraction
11 years ago
Jaime Marquínez Ferrándiz
469ec9416a
[francetv] Add extractor for Culturebox ( closes #2117 )
11 years ago
dst
5f59ee7942
[novamov] Remove superfluous tabs
11 years ago
dst
8f89e68781
[novamov] Add embedded player support
11 years ago
Philipp Hagemeister
10bff13a66
[novamov] Simplify
11 years ago
Philipp Hagemeister
b4622a328b
Use double quotes in error message ( #2112 )
On Windows, double quotes are required, because single quotes get served to youtube-dl. (Yes, cmd.exe is crazy like that).
On other system, both double and single quotes are fine, unless the string contains a dollar sign (then you need single quotes).
Since virtually no URLs contain dollar signs, double quotes should do.
11 years ago
dst
cc253000e4
[novamov] Add support for novamov.com ( Fixes #2035 )
11 years ago
Philipp Hagemeister
42e4fcf23a
[generic] Fix regexes
11 years ago
Philipp Hagemeister
9c63128668
[metacritic] Use centralized sorting and unicode_literals
11 years ago
Philipp Hagemeister
9933b57430
[pornhub] Use centralized sorting
11 years ago
Philipp Hagemeister
84c92dc00f
[c56] Add suppot for multiple formats
11 years ago
Philipp Hagemeister
42154ad5bc
[archiveorg] Use centralized sorting
11 years ago
Philipp Hagemeister
3798eadccd
More unicode literals
11 years ago
Philipp Hagemeister
0eecc6a417
[vimeo] Add support for passwords for player. URLs
Fixes #2053
11 years ago
Philipp Hagemeister
0dc13f4c4a
Correctly set IE_NAME field
11 years ago
Philipp Hagemeister
f577e0ce15
switch more to unicode_literals
11 years ago
Philipp Hagemeister
ecfef3e5bf
+unicode_literals
11 years ago
Philipp Hagemeister
3d3538e422
[khanacademy] Add support ( Fixes #2066 )
11 years ago
Philipp Hagemeister
c93c2ab1c3
[mpora] Add support ( Fixes #2096 )
11 years ago
Philipp Hagemeister
7b09a4d847
[lynda] Fix download if subtitles were not requested
11 years ago
Philipp Hagemeister
73a25b30ea
[lynda] Remove superfluous space
11 years ago
Philipp Hagemeister
ac260dd81e
[lynda] Remove useless u""
11 years ago
Philipp Hagemeister
48a2034671
[vimeo] Fix playlist URL matching
11 years ago
Philipp Hagemeister
4f81667d76
[orf] Remove unused variable name
11 years ago
Philipp Hagemeister
79f8295303
Use original Referer URL in Brightcove requests ( Fixes #2110 )
11 years ago
Philipp Hagemeister
400e58103d
[brightcove] Use unicode_literals
11 years ago
Philipp Hagemeister
fcee8ee784
[vimeo] Use _search_regex
11 years ago
Philipp Hagemeister
9148eb002b
[vimeo] Use unicode_literals
11 years ago
Philipp Hagemeister
559e370f44
[vimeo] Proper warning when password is required ( Fixes #2053 )
In player. URLs, the password warning is different.
11 years ago
Philipp Hagemeister
fcea44c6d5
[vimeo] Add support for review pages
Since the regexp is already overboarding and review pages have a distinct URL format (with non-trivial stuff after the ID), use a dedicated IE.
Fixes #2106
11 years ago
Philipp Hagemeister
5d73273f6f
[orf] Use new extraction method ( Fixes #2057 )
11 years ago
Philipp Hagemeister
c11a0611d9
[veehd] Send requests twice ( Fixes #2102 )
11 years ago
Philipp Hagemeister
796495886e
[generic] Use unicode_literals instead of duplicating the u'
11 years ago
Philipp Hagemeister
fc9713a1d2
[youtube] Support jwplayer with YouTube URLs ( Closes #2075 )
11 years ago
dst
62bcfa8c57
[lynda] Add subtitles extraction
11 years ago