Philipp Hagemeister
1b969041d7
[blinkx] Support mobile URLs ( Closes #2022 )
11 years ago
Philipp Hagemeister
e302f9ce32
[youtube:user] Speed up --match-title
11 years ago
Philipp Hagemeister
5a94982abe
Remove unused import
11 years ago
Philipp Hagemeister
7115ca84aa
[vimeo/generic] Add support for embedded SWF vimeo videos
11 years ago
Philipp Hagemeister
04ff34ab89
Show all matching URLs
11 years ago
Philipp Hagemeister
bbafbe20c2
[vimeo] Better formatting for regexp
11 years ago
Philipp Hagemeister
c4d55a33fc
[brightcove] Test checksum changed
11 years ago
Philipp Hagemeister
147e4aece0
[vbox7] New video checksum
11 years ago
Philipp Hagemeister
bd1488ae64
[mdr] Remove test
...
For context, refer to the http://de.wikipedia.org/wiki/Depublizieren
11 years ago
Philipp Hagemeister
79fed2a4df
[crunchyroll] Fix test ( #1721 )
11 years ago
Philipp Hagemeister
304cbe981e
Merge remote-tracking branch 'rzhxeo/crunchyroll'
11 years ago
Philipp Hagemeister
3fefbf50e3
Merge pull request #2005 from dstftw/ivi.ru
...
Add support for ivi.ru
11 years ago
Philipp Hagemeister
f65c1d2be0
release 2013.12.20
11 years ago
Philipp Hagemeister
aa94a6d315
[aparat] Add support ( Fixes #2012 )
11 years ago
Jaime Marquínez Ferrándiz
768df74538
[blinkxx] Add support for youtube videos
11 years ago
Philipp Hagemeister
1f9da9049b
[generic] Support YouTube swf embed ( Fixes #2010 )
11 years ago
Jaime Marquínez Ferrándiz
c0d0b01f0e
[generic] Detect ooyala videos ( fixes #2013 )
11 years ago
Philipp Hagemeister
7c86a5b864
Merge pull request #2011 from dstftw/master
...
[imdb] Add support for mobile site URLs
11 years ago
dst
97e302a419
[imdb] Add support for mobile site URLs
11 years ago
Philipp Hagemeister
71507a11c8
[soundcloud] Support mobile URLs ( Fixes #2009 )
11 years ago
dst
a51e37af62
[ivi] Simplify
11 years ago
Jaime Marquínez Ferrándiz
1fb8f09273
Merge pull request #2006 from dstftw/master
...
[smotri] Fix duration field name
11 years ago
dst
6c6db72ed4
[ivi] Skip tests for travis build
11 years ago
dst
0cc83dc54b
[smotri] Fix duration field name
11 years ago
dst
5ce54a8205
[ivi] Neat import
11 years ago
dst
8c21b7c647
[ivi] Add playlist tests
11 years ago
dst
77aa6b329d
[ivi] Add support for ivi.ru
11 years ago
Philipp Hagemeister
3e78514568
[generic] Support application/ogg for direct links
...
Also remove some debugging code.
11 years ago
Philipp Hagemeister
e029b8bd43
[utils] Remove duplicated line
...
This line was added by accident in 42393ce234
11 years ago
Philipp Hagemeister
f5567e401c
Merge pull request #1997 from rg3/simplify-url_basename
...
Simplify url_basename
11 years ago
Jaime Marquínez Ferrándiz
9b8aaeed85
Simplify url_basename
...
Use urlparse from the standard library.
11 years ago
Philipp Hagemeister
6086d121cb
release 2013.12.17.2
11 years ago
Philipp Hagemeister
7de6e075b4
[radiofrance] remove unused imports
11 years ago
Philipp Hagemeister
946135aa2a
[academicearth] remove unused imports
11 years ago
Philipp Hagemeister
42393ce234
Add support for direct links to a video ( #1973 )
11 years ago
Philipp Hagemeister
d6c7a367e8
[utils] Fix url_basename
11 years ago
Philipp Hagemeister
cecaaf3f58
[generic] Do not use compatibility result fallback
11 years ago
Philipp Hagemeister
f09828b4e1
release 2013.12.17.1
11 years ago
Philipp Hagemeister
29eb517403
Add webpage_url_basename info_dict field ( Fixes #1938 )
11 years ago
Philipp Hagemeister
44c471c3b8
release 2013.12.17
11 years ago
Philipp Hagemeister
46374a56b2
[youtube] Do not warn for videos with allow_rating=0
...
This fixes #1982
Test video: http://www.youtube.com/watch?v=gi2uH3YxohU
11 years ago
Philipp Hagemeister
ec98946ef9
[academicearth] Support playlists ( Closes #1976 )
11 years ago
Philipp Hagemeister
fa77b742ac
[radiofrance] Fill in test details
11 years ago
Philipp Hagemeister
8b4e274610
[rtlnow] Fix URL calculation ( Closes #1989 )
11 years ago
Philipp Hagemeister
d6756d3758
[playlist-test] require a string
11 years ago
Philipp Hagemeister
11b68f6e1b
release 2013.12.16.7
11 years ago
Philipp Hagemeister
88bb52ee18
Merge branch 'master' of github.com:rg3/youtube-dl
11 years ago
Philipp Hagemeister
d90df974c3
[academicearth] Add support for courses ( #1976 )
11 years ago
Jaime Marquínez Ferrándiz
5c541b2cb7
[mtv] Add support for urls from the mobile site ( fixes #1959 )
11 years ago
Itay Brandes
87a28127d2
_search_regex's "isatty" call fails with Py2exe's
...
_search_regex calls the sys.stderr.isatty() function for unix systems.
Py2exe uses a custom Stderr() stream which doesn't have an `isatty()`
function, leading to it's crash.
Fixes easily with checking that it's a unix system first.
11 years ago