aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5772 from frenchy1983/fix_tnaflix_regexSergey M.2015-05-242-26/+34
|\ | | | | [TNAFlix] Allow dot (and more) in cat_id and display_id
| * [TNAFlix] Restore testfrenchy19832015-05-222-25/+33
| | | | | | | | See dstftw's comment in #5772
| * [TNAFlix] Allow dot (and more) in cat_id and display_idfrenchy19832015-05-211-8/+8
| | | | | | | | URLs with dots were raising a "UnsupportedError: Unsupported URL" error.
* | [README.md] Keep more idiomatic rwx orderSergey M.2015-05-241-2/+2
| |
* | Merge pull request #5800 from WassimAttar/patch-1Sergey M.2015-05-241-2/+2
|\ \ | | | | | | [README.md] chmod error
| * | chmod errorWassimAttar2015-05-241-2/+2
|/ / | | | | | | | | | | | | | | | | After installing youtube-dl with this method sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+xr /usr/local/bin/youtube-dl When i try to use it, i get this error python: can't open file '/usr/local/bin/youtube-dl': [Errno 13] Permission denied The correct chmod is a+xr
* | [YoutubeDL] Initialize `files_to_delete` (Closes #5797)Sergey M․2015-05-241-0/+1
| |
* | [drtv] Improve extraction (Closes #5792)Sergey M?2015-05-241-11/+26
| |
* | [nextmedia] Extend and reorder _VALID_URLYen Chi Hsuan2015-05-241-1/+4
| |
* | [nextmedia] Merge AppleDailyRealtimeNewsIE and AppleDailyAnimationNewsIEYen Chi Hsuan2015-05-242-24/+16
| |
* | [cnn] Relax _VALID_URL again (fixes #5737)Yen Chi Hsuan2015-05-241-1/+1
| | | | | | | | The problem is the same as test:CNN_1, so I didn't add the test case
* | [prosiebensat1] Add support for .at domain names (Closes #5786)Sergey M․2015-05-231-1/+1
| |
* | [rutv] Extend embed URL (Closes #5782)Sergey M․2015-05-231-1/+1
| |
* | Credit @ping for viki:channel, qqmusic:toplistSergey M․2015-05-231-0/+1
| |
* | Clarify that --dump-pages encodes the pages using base64 (#5781)Jaime Marquínez Ferrándiz2015-05-221-1/+1
| |
* | [sportbox] Remove unused importJaime Marquínez Ferrándiz2015-05-221-1/+0
| |
* | [nba] Fix duration extraction (fixes #5777)Yen Chi Hsuan2015-05-221-2/+18
| |
* | [sportbox] Fix extractionSergey M․2015-05-221-16/+9
| |
* | [shared] Fix for python 3.2Sergey M․2015-05-221-1/+1
| |
* | [shared] Fix for python 3.2Sergey M․2015-05-221-1/+1
| |
* | [rtve.es:alacarta] Fix for python 3.2Sergey M․2015-05-221-1/+1
| |
* | [aes] Fix for python 3.2Sergey M․2015-05-221-1/+1
| |
* | [chilloutzone] Fix for python 3.2Sergey M․2015-05-221-1/+1
| |
* | [videott] Fix for python 3.2Sergey M․2015-05-211-1/+1
| |
* | [viki] Extend _VALID_URLsSergey M․2015-05-211-2/+3
| |
* | [options] Clarify `--metadata-from-title` additional templatesSergey M․2015-05-211-1/+1
| |
* | [mitele] It now uses m3u8 (#5764)Jaime Marquínez Ferrándiz2015-05-212-2/+11
|/ | | | It should also be possible to use Adobe HDS, but it would require more work.
* [viki] remove unused importJaime Marquínez Ferrándiz2015-05-211-1/+0
|
* [viki] Fix typoSergey M․2015-05-211-1/+1
|
* [viki:channel] Extend matching URLs and extract moviesSergey M․2015-05-211-2/+11
|
* [viki:channel] Switch to APISergey M․2015-05-211-14/+14
|
* [viki] Add support for youtube externalsSergey M․2015-05-211-22/+48
|
* [viki] Switch extraction to APISergey M․2015-05-211-94/+148
|
* Merge branch 'ping-viki-shows'Sergey M․2015-05-202-3/+60
|\
| * [viki:channel] Extract title from JSONSergey M․2015-05-201-16/+24
| |
| * Merge branch 'viki-shows' of https://github.com/ping/youtube-dl into ↵Sergey M․2015-05-202-5/+8
| |\ | | | | | | | | | ping-viki-shows
| | * [viki] Change IE name to channel, better message outputping2015-05-172-5/+8
| | |
| * | Merge branch 'viki-shows' of https://github.com/ping/youtube-dl into ↵Sergey M․2015-05-171-9/+20
| |\| | | | | | | | | | ping-viki-shows
| | * [viki] Add proper paging and include clipsping2015-05-171-9/+20
| | |
| * | Merge branch 'viki-shows' of https://github.com/ping/youtube-dl into ↵Sergey M․2015-05-162-1/+36
| |\| | | | | | | | | | ping-viki-shows
| | * [viki] Fix code formatping2015-05-161-2/+1
| | |
| | * [viki] Add support for showsping2015-05-162-1/+37
| | |
* | | release 2015.05.20Philipp Hagemeister2015-05-202-1/+6
| | |
* | | [letv/sohu] Skip tests relying on external proxiesYen Chi Hsuan2015-05-202-6/+2
| | | | | | | | | | | | The proxy is currently broken. See #5655 and zhuzhuor/Unblock-Youku#427
* | | [ultimedia] Fix extractionSergey M․2015-05-191-4/+6
| | |
* | | [qqmusic] Unescape '\\n' in description (#5705)Yen Chi Hsuan2015-05-191-1/+3
| | |
* | | [yahoo] Add support for closed captions (closes #5714)Yen Chi Hsuan2015-05-192-0/+19
| | |
* | | [utils] Support TTML without default namespaceYen Chi Hsuan2015-05-192-3/+21
| | | | | | | | | | | | In a strict sense such TTML is invalid, but Yahoo uses it.
* | | tox: Pass HOME environment variableJaime Marquínez Ferrándiz2015-05-181-0/+2
| | | | | | | | | | | | Since version 2.0 it only passes a limited set of variables and we need HOME for the tests
* | | [vier] Fix extractionSergey M․2015-05-181-3/+6
| | |