2268 Commits (a17c95f5e43284dda42ee0dd4002c618de2ea044)

Author SHA1 Message Date
Philipp Hagemeister 504c668d3b release 2013.12.23.2 11 years ago
Philipp Hagemeister 466617f539 [bliptv] Simplify (From #2000) 11 years ago
Philipp Hagemeister 196938835a Remove debugging code
Introduced by accident in 5d681e960d
11 years ago
Philipp Hagemeister a94e129a65 release 2013.12.23.1 11 years ago
Philipp Hagemeister 5d681e960d Use bidiv instead of fribidi if available (Fixes #1912) 11 years ago
Philipp Hagemeister c7b487d96b release 2013.12.23 11 years ago
Philipp Hagemeister 7dbf5ae587 [smotri] Add support for moderated (?) videos (Fixes #2030) 11 years ago
Philipp Hagemeister 8d0bdeba18 [smotri] Make optional attributes optional 11 years ago
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
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
dst 6c6db72ed4 [ivi] Skip tests for travis build 11 years ago
dst 0cc83dc54b [smotri] Fix duration field name 11 years ago
dst 77aa6b329d [ivi] Add support for ivi.ru 11 years ago
rzhxeo 62d68c43ed Make prefer_free_formats sorting more robust 11 years ago
rzhxeo bfaae0a768 Filter and sort videos before calling list_formats 11 years ago
rzhxeo e56f22ae20 [YoutubeIE] Sort formats by resolution 11 years ago
rzhxeo dbd1988ed9 [YoutubeIE] Add width and height to format dict 11 years ago
rzhxeo 4ea3be0a5c [YoutubeIE] Externalize format selection 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
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 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
Philipp Hagemeister ebce53b3d8 [vevo] Add suppor for videoplayer. URLs (#1957) 11 years ago
Philipp Hagemeister 83c632dc43 release 2013.12.16.6 11 years ago
Philipp Hagemeister ff07a05575 Merge branch 'master' of github.com:rg3/youtube-dl 11 years ago
Philipp Hagemeister f25571ffbf Add support for embedded vevo player (Fixes #1957) 11 years ago
Jaime Marquínez Ferrándiz f7a6892572 [arte:ddc] Remove test
video seems to expire in 7 days, as arte+7
11 years ago
Philipp Hagemeister 8fe56478f8 release 2013.12.16.5 11 years ago
Philipp Hagemeister 0e2a436dce [radiofrance] Add support (Fixes #1942) 11 years ago
Philipp Hagemeister 24050dd11c release 2013.12.16.4 11 years ago
Philipp Hagemeister 8c8e3eec79 [facebook] Recognize #! URLs (Fixes #1988) 11 years ago
rzhxeo ee3e63e477 [GenericIE] Add support for embedded blip.tv 11 years ago
alimirjamali 0a9ce268ba Incorrect variable is used to check whether thumbnail exists
Dear @phihag

I believe in line 848, the correct variable to check is 'thumb_filename' rather than 'infofn'

Kindly advise

Mit freundlichen Gruessen
Ali
11 years ago
Philipp Hagemeister 4b2da48ea7 release 2013.12.16.3 11 years ago
Philipp Hagemeister e64eaaa97d Fix execution under Python 3 11 years ago
Philipp Hagemeister 780603027f [videopremium] Skip test 11 years ago
Philipp Hagemeister 00902cd601 release 2013.12.16.2 11 years ago
Philipp Hagemeister d67b0b1596 Reorder info_dict documentation 11 years ago
Philipp Hagemeister d7dda16888 [blinkx] Add extractor (Fixes #1972) 11 years ago
Philipp Hagemeister a19fd00cc4 Simplify --playlist-start / --playlist-end interface 11 years ago
Philipp Hagemeister d66152a898 [ndtv] Remove unused imports 11 years ago
Philipp Hagemeister 8c5f0c9fbc [mdr] Clean up 11 years ago
Philipp Hagemeister 6888a874a1 release 2013.12.16.1 11 years ago
Philipp Hagemeister 09dacfa57f [mdr] Simplify 11 years ago
Philipp Hagemeister b2ae513586 Merge remote-tracking branch 'mc2avr/master' 11 years ago
Philipp Hagemeister e4a0489f6e Merge remote-tracking branch 'dstftw/channel9'
Conflicts:
	youtube_dl/extractor/__init__.py
11 years ago
Philipp Hagemeister b83be81d27 Credit @mjorlitzky for pornhd (#1961) 11 years ago
Philipp Hagemeister 6f5dcd4eee [pornhd] Simplify 11 years ago
Philipp Hagemeister 1bb2fc98e0 Merge remote-tracking branch 'mjorlitzky/master' 11 years ago
Philipp Hagemeister e3946f989e Set process title to youtube-dl
This allows killing all youtube-dl processes with killall youtube-dl, and shows up nicer in some programs.
11 years ago
Philipp Hagemeister 8863d0de91 release 2013.12.16 11 years ago
Philipp Hagemeister 7b6fefc9d4 Apply --no-overwrites for --write-* files as well (Fixes #1980) 11 years ago
Philipp Hagemeister 525ef9227f Add --get-duration (Fixes #859) 11 years ago
Philipp Hagemeister c0ba0f4859 Document duration field 11 years ago
Philipp Hagemeister b466b7029d [youtube] Make duration an integer or None 11 years ago
Philipp Hagemeister fa3ae234e0 [cbs] Add extractor (Fixes #1977) 11 years ago
Philipp Hagemeister 48462108f3 [theplatform] Fix geographic restriction check 11 years ago
Philipp Hagemeister f8b56e95b8 [theplatform] Detect geoblocked content 11 years ago
Philipp Hagemeister 5fe18bdbde Add --min-views / --max-views (Fixes #1979) 11 years ago
Jaime Marquínez Ferrándiz dca02c80bc Fix detection of the extension if the 'extractaudio' is given and improve the error message (#1969)
Using 'foo.mp4' shouldn't raise an error.
If 'foo' is given suggest using 'foo.%(ext)s' for the template
11 years ago
Jaime Marquínez Ferrándiz 9ee859b683 [daylimotion] Add support for urls from the mobile site (fixes #1953)
It uses the 'touch' subdomain and adds a '#' before 'video'
11 years ago
Michael Orlitzky 8e05c870b4 Add support for pornhd.com. 11 years ago
Jaime Marquínez Ferrándiz 5d574e143f [ign] Update one of test video's title 11 years ago
Philipp Hagemeister 2a203a6cda Merge pull request #1956 from dstftw/master
Fix typo in month name
11 years ago
dst dadb8184e4 Fix typo in month name 11 years ago