summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [bilibili] Skip assertion if HQ videos not availableYen Chi Hsuan2015-05-271-3/+5
| | |
* | | [spankwire] Do not modify aes key stringSergey M․2015-05-271-1/+1
| | |
* | | [pornhub] Do not modify aes key string (Closes #5824)Sergey M․2015-05-271-1/+2
| | |
* | | [dailymotion:user] Fix _VALID_URLSergey M․2015-05-261-1/+1
| | |
* | | [dailymotion:user] Process user home as user (Closes #5823)Sergey M․2015-05-261-2/+3
| | |
* | | Remove Firedrive and Sockshare importsNaglis Jonaitis2015-05-261-2/+0
| | | | | | | | | | | | Oops
* | | [firedrive] Remove extractor (Closes #3870)Naglis Jonaitis2015-05-261-80/+0
| | | | | | | | | | | | Haywire since last October.
* | | [sockshare] Remove extractorNaglis Jonaitis2015-05-261-83/+0
| | | | | | | | | | | | Haywire since last October.
* | | [cinemassacre] Support an alternative form of screenwavemedia URLYen Chi Hsuan2015-05-261-1/+12
| | | | | | | | | | | | fixes #5821
* | | [facebook] Move the title extraction warning below (fixes #5820)Yen Chi Hsuan2015-05-261-3/+6
| | |
* | | [tf1] Extend _VALID_URL (fixes #5819)Yen Chi Hsuan2015-05-261-3/+6
|/ /
* | [odnoklassniki] Make URL explicitSergey M․2015-05-251-1/+2
| |
* | [odnoklassniki] Support extraction from metadata URL (Closes #5813)Sergey M․2015-05-251-6/+27
| |
* | Credit @misterhat for karrierevideos (#5729)Sergey M․2015-05-251-0/+1
| |
* | [tenplay] Fix formats and modernize (Closes #5806)Sergey M?2015-05-241-9/+18
| |
* | [arte] Remove unused importJaime Marquínez Ferrándiz2015-05-241-1/+0
| |
* | Merge pull request #5780 from jaimeMF/remove-nondashSergey M.2015-05-241-5/+6
|\ \ | | | | | | [youtube] Remove the nondash formats (fixes #5774)
| * | [youtube] Remove the nondash formats (fixes #5774)Jaime Marquínez Ferrándiz2015-05-241-5/+6
| | | | | | | | | | | | | | | Since we use fixed values for some fields like width and height they can be wrong, and would get picked by some formats filters. For example for https://www.youtube.com/watch?v=EQCrhbBxsjA the biggest height is 720 and for nondash formats it's set to 1440, so -f 'bestvideo[height>=1200]+bestaudio' would incorrectly pick the nondash format, instead it should report that the requested format is not available.
* | | [arte:future] Switch to `search_regex` for now (Closes #5801)Sergey M․2015-05-241-1/+3
| | |
* | | [rtbf] Fix extraction (Closes #5803)Sergey M․2015-05-241-15/+15
| | |
* | | Merge branch 'misterhat-karrierevideos'Sergey M․2015-05-242-0/+97
|\ \ \
| * | | [karrierevideos] Improve and simplifySergey M․2015-05-241-24/+70
| | | |
| * | | Merge branch 'karrierevideos' of https://github.com/misterhat/youtube-dl ↵Sergey M․2015-05-242-0/+51
|/| | | | | | | | | | | | | | | into misterhat-karrierevideos
| * | | manually specify namespaceMister Hat2015-05-171-6/+4
| | | |
| * | | [karrierevideos] add support for www.karrierevideos.at (closes #5354)Mister Hat2015-05-162-0/+53
| | | |
* | | | [empflix] Relax _VALID_URLSergey M․2015-05-241-1/+5
| | | |
* | | | [tnaflix] Do not capture `cat_id`Sergey M․2015-05-241-1/+1
| | | |
* | | | 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
| | | |