summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | fix the keyerror(mp4hd), todo support download the video protected by passwordCelthi2015-12-121-22/+13
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | According the blog and you-get fixed the issues #7627.Celthi2015-12-111-3/+8
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | fix some not important codesnipsCelthi2015-12-111-8/+6
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | able to download first part of the video, but fail in the left partCelthi2015-12-111-22/+35
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | add cookie and referer in headers, change the video urlCelthi2015-12-101-4/+17
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [safari] Use postdata_urlencode (#7465)Yen Chi Hsuan2015-12-121-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [beeg] API v5 (Closes #7846)Sergey M․2015-12-121-5/+19
| |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Improve extractionSergey M․2015-12-121-12/+10
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Add test for promotional videoSergey M․2015-12-121-1/+8
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Fix promotional videos extractionSergey M․2015-12-121-2/+3
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Extend _VALID_URL to match promotional videosSergey M․2015-12-121-1/+4
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Remove unused importSergey M․2015-12-121-1/+0
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Use mobile webpage for workaround hulu errorSergey M․2015-12-121-64/+89
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Improve _VALID_URLSergey M․2015-12-111-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Update testSergey M․2015-12-111-5/+6
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Improve extraction (Closes #7775)Sergey M?2015-12-111-34/+107
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Real UA is required for loginSergey M?2015-12-111-2/+4
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Remove unnecessary login form fieldSergey M?2015-12-111-1/+0
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Fix login messageSergey M?2015-12-111-1/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] PEP 8Sergey M?2015-12-111-1/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [funimation] Add new extractorMuratcan Simsek2015-12-112-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update funimation.py Update funimation.py Removed unnecessary lines. Update funimation.py Added thumbnail and description. Filename improvement. fixed TEST.
* | | | | | | | | | | | | | | | Merge pull request #7833 from remitamine/ooyalaremitamine2015-12-111-8/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ooyala] improve extraction
| * | | | | | | | | | | | | | | | [ooyala] improve extractionremitamine2015-12-101-8/+17
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [wdr] extract all formats(closes #7788)remitamine2015-12-111-14/+44
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [downloader/f4m] Decode manifest before fixingSergey M․2015-12-111-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [vevo] Use _download_smil to provide informative error messagesYen Chi Hsuan2015-12-111-7/+5
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [vevo] Allow calling API without httpsYen Chi Hsuan2015-12-111-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not all proxies allow CONNECT
* | | | | | | | | | | | | | | | | [vevo] Handle videos without video_info (#7802)Yen Chi Hsuan2015-12-111-10/+37
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [vevo] Use _match_idYen Chi Hsuan2015-12-111-2/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [vevo] Catch the georestriction message (#7802)Yen Chi Hsuan2015-12-111-0/+3
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | [downloader/f4m] Fix malformed manifests (Closes #7823)Sergey M․2015-12-101-1/+5
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #7821 from joksnet/patch-1Sergey M2015-12-101-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [FFmpegPostProcessor] Default of prefer ffmpeg
| * | | | | | | | | | | | | | | | [FFmpegPostProcessor] Default of prefer ffmpegJuan M Martínez2015-12-091-1/+2
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When no `downloader` is passed to `FFmpegPostProcessor` an exception was raised trying to get the prefer ffmpeg param. AttributeError: 'NoneType' object has no attribute 'params' This fixes and defaults to `False`.
* | | | | | | | | | | | | | | | release 2015.12.10Philipp Hagemeister2015-12-103-4/+4
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [dailymotion] Add subtitles test URL for referenceSergey M․2015-12-101-0/+5
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [pbs] PEP 8Sergey M․2015-12-101-23/+23
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [dailymotion] Fix subtitles extractionSergey M․2015-12-101-5/+7
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [dailymotion] Restrict player v5 regex (Closes #7826)Sergey M․2015-12-101-1/+3
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [pbs] Clarify member stations' URLsSergey M․2015-12-101-160/+161
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #7827 from habi/masterPhilipp Hagemeister2015-12-101-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Updating README.md
| * | | | | | | | | | | | | | | Reverting markup changesDavid Haberthür2015-12-101-46/+46
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'update-readme'David Haberthür2015-12-101-55/+55
|/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Updating README.mdDavid Haberthür2015-12-101-55/+55
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Harmonizing mentions of **youtube-dl** in the text - Removing unnecessary Markdown markup for headers - Adding some links
* | | | | | | | | | | | | | | [pbs] Make URLs lowercaseSergey M․2015-12-091-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | [pbs] Clean up stations list from duplicatesSergey M․2015-12-091-467/+158
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | release 2015.12.09Philipp Hagemeister2015-12-093-3/+17
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | [test/test_all_urls] Update pbs extractor nameJaime Marquínez Ferrándiz2015-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's in lowercase now (since e15e2ef7a00362fc1e89d9959241efad46325c54).
* | | | | | | | | | | | | | | [pbs] Add support for all member stations (#7674)Sergey M․2015-12-091-2/+475
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | [pbs] Add another coveplayer pattern (Closes #7674)Sergey M․2015-12-081-0/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | [pbs] Extend _VALID_URLSergey M․2015-12-081-1/+5
| | | | | | | | | | | | | | |