Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [yandexmusic] Improve error handling | Sergey M․ | 2016-04-28 | 1 | -3/+4 |
| | |||||
* | [nuvid] Fix extraction | Yen Chi Hsuan | 2016-04-28 | 1 | -23/+21 |
| | | | | Closes #7620 | ||||
* | [yandexmusic] Skip tests as Travis CI blocked | Yen Chi Hsuan | 2016-04-28 | 1 | -1/+11 |
| | |||||
* | Merge branch 'pmrowla-mwave-meetgreet' | Yen Chi Hsuan | 2016-04-28 | 2 | -1/+27 |
|\ | |||||
| * | [mwave] Coding style | Yen Chi Hsuan | 2016-04-28 | 1 | -3/+6 |
| | | |||||
| * | Merge branch 'mwave-meetgreet' of https://github.com/pmrowla/youtube-dl into ↵ | Yen Chi Hsuan | 2016-04-28 | 2 | -1/+24 |
|/| | | | | | | | pmrowla-mwave-meetgreet | ||||
| * | [mwave] Add Mwave Meet & Greet extractor | Peter Rowlands | 2016-04-27 | 2 | -1/+24 |
| | | |||||
* | | [cloudy] New domain name for the test_cloudy_1 | Yen Chi Hsuan | 2016-04-28 | 1 | -2/+2 |
| | | | | | | | | I'm sure whether videoraj.ch still works or not, so keep it. | ||||
* | | [cwtv] Relax _VALID_URL (Closes #9327) | Sergey M․ | 2016-04-28 | 1 | -1/+4 |
| | | |||||
* | | [20min] Detect embedded YouTube videos | Yen Chi Hsuan | 2016-04-28 | 1 | -1/+22 |
| | | | | | | | | Fixes #9331 | ||||
* | | [theplatform] Fix for Python 3.2 | Yen Chi Hsuan | 2016-04-27 | 1 | -3/+3 |
| | | | | | | | | | | test_AENetworks{,_1} fails as in Python < 3.3, binascii.a2b_* functions accepts only bytes-like objects | ||||
* | | [malemotion] Remove the extractor | Yen Chi Hsuan | 2016-04-27 | 2 | -47/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announcement from their homepage: ``` MaleMotion is closed After another system crash, I'm forced to close the site This week all content will be erased Don't forget to cancel your subscription if any ! ``` Closes #9311. | ||||
* | | [scivee] Skip the test | Yen Chi Hsuan | 2016-04-27 | 1 | -0/+1 |
|/ | | | | | | Not accessible from either Travis CI or my machine. Closes #9315 | ||||
* | [README.md] Mention mpv | Sergey M | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | [README.md] Add FAQ entry on output template conflicts | Sergey M | 2016-04-27 | 1 | -0/+4 |
| | |||||
* | [youtube:search_url] Reimplement in terms of youtube:playlistbase | Sergey M․ | 2016-04-26 | 1 | -26/+3 |
| | |||||
* | [viewster] extract more metadata for http formats | remitamine | 2016-04-26 | 1 | -11/+26 |
| | |||||
* | [ok] Extract start time | Sergey M․ | 2016-04-25 | 1 | -2/+11 |
| | |||||
* | [ok] Allow embeds without title (Closes #9303) | Sergey M․ | 2016-04-25 | 1 | -2/+25 |
| | |||||
* | [normalboots] Fix extraction | Yen Chi Hsuan | 2016-04-25 | 2 | -10/+10 |
| | | | | Now it's using ScreenwaveMedia | ||||
* | [muzu] Remove extractor | Yen Chi Hsuan | 2016-04-25 | 2 | -64/+0 |
| | | | | | | MUZU is shutting down in October 2015. [1] [1] http://www.musicbusinessworldwide.com/youtube-rival-muzu-is-heading-into-liquidation/ | ||||
* | [eagleplatform] Checking direct HTTP links | Yen Chi Hsuan | 2016-04-25 | 2 | -2/+7 |
| | | | | Sometimes they fail with 404 | ||||
* | [mitele] Comment out unstable MD5 | Yen Chi Hsuan | 2016-04-25 | 1 | -3/+3 |
| | | | | Also Akamai f4f fragments | ||||
* | [nrk] Comment out unstable MD5 checksums | Yen Chi Hsuan | 2016-04-25 | 1 | -2/+2 |
| | | | | Both are Akamai f4f fragments. | ||||
* | [unistra] Sort formats | Yen Chi Hsuan | 2016-04-25 | 1 | -0/+1 |
| | | | | | Originally URLs are passed to set() and not sorted, so the result is not deterministic, causing occasional FAILs on Travis CI. | ||||
* | Merge branch 'remitamine-akamai_pv' | Yen Chi Hsuan | 2016-04-25 | 1 | -0/+7 |
|\ | |||||
| * | Merge branch 'akamai_pv' of https://github.com/remitamine/youtube-dl into ↵ | Yen Chi Hsuan | 2016-04-25 | 1 | -0/+7 |
|/| | | | | | | | remitamine-akamai_pv | ||||
| * | [extractor/common] do not process f4m manifest that contain akamai ↵ | remitamine | 2016-04-25 | 1 | -0/+7 |
| | | | | | | | | playerVerificationChallenge | ||||
* | | [openload] Make thumbnail optional | Sergey M․ | 2016-04-25 | 1 | -1/+1 |
| | | |||||
* | | [openload] Add test | Sergey M․ | 2016-04-25 | 1 | -0/+5 |
| | | |||||
* | | [openload] Fix ext extraction | Sergey M․ | 2016-04-25 | 1 | -1/+11 |
| | | |||||
* | | [utils] Allow None mimetypes in mimetype2ext | Sergey M․ | 2016-04-25 | 1 | -0/+3 |
| | | |||||
* | | [openload] Fix title extraction (Closes #9298) | Sergey M․ | 2016-04-25 | 1 | -1/+6 |
| | | |||||
* | | [douyutv] Improve extraction and update tests | Yen Chi Hsuan | 2016-04-24 | 1 | -10/+25 |
| | | | | | | | | The JSON API sometimes return HTML pages with errors | ||||
* | | [xminus] Fix extraction (closes #9228) | Yen Chi Hsuan | 2016-04-24 | 1 | -21/+24 |
| | | |||||
* | | release 2016.04.24 | Philipp Hagemeister | 2016-04-24 | 4 | -9/+12 |
| | | |||||
* | | [kwuo:song] Fix extraction and update the test | Yen Chi Hsuan | 2016-04-24 | 1 | -6/+6 |
| | | |||||
* | | [viewster] improve http formats extraction | remitamine | 2016-04-24 | 1 | -15/+20 |
| | | |||||
* | | [kuwo:category] Fix the test | Yen Chi Hsuan | 2016-04-24 | 1 | -1/+1 |
| | | | | | | | | Sometimes there are 24 songs and sometimes 30 lol | ||||
* | | [ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479f | Yen Chi Hsuan | 2016-04-24 | 5 | -0/+25 |
| | | |||||
* | | [onionstudios] Fix description extraction | Yen Chi Hsuan | 2016-04-24 | 1 | -1/+1 |
| | | | | | | | | | | \1 does not work in []. Fixes test_Generic_75 (http://www.clickhole.com/video/dont-understand-bitcoin-man-will-mumble-explanatio-2537) | ||||
* | | [mwave] Skip checking unstable MD5 | Yen Chi Hsuan | 2016-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | On my PC the checksum is 02eda6d09fb63131a17a8d44e6237463, while a recent Travis CI build (https://travis-ci.org/rg3/youtube-dl/jobs/125341081) shows it's c930e27b7720aaa3c9d0018dfc8ff6cc | ||||
* | | [yahoo] Improve error detection and update tests | Yen Chi Hsuan | 2016-04-24 | 1 | -6/+10 |
| | | |||||
* | | [yahoo] Extract all <iframe>s | Yen Chi Hsuan | 2016-04-24 | 1 | -11/+30 |
| | | | | | | | | | | | | Fixes test_yahoo_6 (https://ca.finance.yahoo.com/news/hackers-sony-more-trouble-well-154609075.html) | ||||
* | | [yahoo] Update some tests | Yen Chi Hsuan | 2016-04-24 | 1 | -4/+7 |
| | | | | | | | | | | One has new fields as ThePlatformIE changed, and others have changed files. | ||||
* | | [yahoo] Extend _VALID_URL and fix extraction | Yen Chi Hsuan | 2016-04-24 | 1 | -2/+13 |
| | | | | | | | | Closes #9271 | ||||
* | | [generic] Unescape the video URL | Yen Chi Hsuan | 2016-04-24 | 1 | -0/+1 |
| | | | | | | | | Fixes #9279 | ||||
* | | [README.md] Document track metafields in output template | Sergey M | 2016-04-24 | 1 | -0/+12 |
| | | |||||
* | | [viewster] simplify qualities_basename regex | remitamine | 2016-04-24 | 1 | -1/+1 |
| | | |||||
* | | [viewster] extract all http formats | remitamine | 2016-04-24 | 1 | -12/+24 |
| | |