Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | [crunchyroll] Relax fmt regex | Sergey M․ | |
2016-04-29 | Merge branch 'Kagami-vlive-hls' | Yen Chi Hsuan | |
2016-04-29 | [vlive] Coding style and PEP8 | Yen Chi Hsuan | |
2016-04-29 | Merge branch 'vlive-hls' of https://github.com/Kagami/youtube-dl into ↵ | Yen Chi Hsuan | |
Kagami-vlive-hls | |||
2016-04-29 | [vlive] Add support for live videos | Kagami Hiiragi | |
2016-04-29 | [crunchyroll] reduce requests for formats extraction | remitamine | |
2016-04-29 | [viewlift] replace SnagFilms extractors | remitamine | |
- add support for other sites that use the same logic - improve format extraction and sorting | |||
2016-04-29 | [sexykarma] Rename to WatchIndianPornIE and fix extraction | Yen Chi Hsuan | |
2016-04-29 | Revert "[sexykarma] Remove the extractor" | Yen Chi Hsuan | |
This reverts commit 31ff3c074eddf4078b6eb49281830875eb4e65a1. | |||
2016-04-29 | [ooyala] Skip an invalid test | Yen Chi Hsuan | |
Ooyala is used by lots of extractors and its correctness can be verified by these websites. | |||
2016-04-29 | [orf] Skip the expired test | Yen Chi Hsuan | |
2016-04-29 | [sexykarma] Remove the extractor | Yen Chi Hsuan | |
Its domain name is on sale. Closes #9317 | |||
2016-04-29 | [arte:+7] Fix typo in _VALID_URL | Sergey M․ | |
2016-04-29 | [viewster] Remove unused import | Sergey M․ | |
2016-04-29 | [yandexmusic] Clarify blockage even more | Sergey M․ | |
2016-04-28 | [crunchyroll] improve extraction | remitamine | |
- extract more metadata(series, episode, episode_number) - reduce duplicate requests for extracting formats - remove duplicate formats | |||
2016-04-28 | [viewster] extract formats for videos with multiple audios/subtitles | remitamine | |
2016-04-28 | [yandexmusic] Clarify blockage | Sergey M․ | |
2016-04-28 | [yandexmusic] Improve error handling | Sergey M․ | |
2016-04-28 | [nuvid] Fix extraction | Yen Chi Hsuan | |
Closes #7620 | |||
2016-04-28 | [yandexmusic] Skip tests as Travis CI blocked | Yen Chi Hsuan | |
2016-04-28 | Merge branch 'pmrowla-mwave-meetgreet' | Yen Chi Hsuan | |
2016-04-28 | [mwave] Coding style | Yen Chi Hsuan | |
2016-04-28 | Merge branch 'mwave-meetgreet' of https://github.com/pmrowla/youtube-dl into ↵ | Yen Chi Hsuan | |
pmrowla-mwave-meetgreet | |||
2016-04-28 | [cloudy] New domain name for the test_cloudy_1 | Yen Chi Hsuan | |
I'm sure whether videoraj.ch still works or not, so keep it. | |||
2016-04-28 | [cwtv] Relax _VALID_URL (Closes #9327) | Sergey M․ | |
2016-04-28 | [20min] Detect embedded YouTube videos | Yen Chi Hsuan | |
Fixes #9331 | |||
2016-04-27 | [theplatform] Fix for Python 3.2 | Yen Chi Hsuan | |
test_AENetworks{,_1} fails as in Python < 3.3, binascii.a2b_* functions accepts only bytes-like objects | |||
2016-04-27 | [mwave] Add Mwave Meet & Greet extractor | Peter Rowlands | |
2016-04-27 | [malemotion] Remove the extractor | Yen Chi Hsuan | |
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. | |||
2016-04-27 | [scivee] Skip the test | Yen Chi Hsuan | |
Not accessible from either Travis CI or my machine. Closes #9315 | |||
2016-04-27 | [README.md] Mention mpv | Sergey M | |
2016-04-27 | [README.md] Add FAQ entry on output template conflicts | Sergey M | |
2016-04-26 | [youtube:search_url] Reimplement in terms of youtube:playlistbase | Sergey M․ | |
2016-04-26 | [viewster] extract more metadata for http formats | remitamine | |
2016-04-25 | [ok] Extract start time | Sergey M․ | |
2016-04-25 | [ok] Allow embeds without title (Closes #9303) | Sergey M․ | |
2016-04-25 | [normalboots] Fix extraction | Yen Chi Hsuan | |
Now it's using ScreenwaveMedia | |||
2016-04-25 | [muzu] Remove extractor | Yen Chi Hsuan | |
MUZU is shutting down in October 2015. [1] [1] http://www.musicbusinessworldwide.com/youtube-rival-muzu-is-heading-into-liquidation/ | |||
2016-04-25 | [eagleplatform] Checking direct HTTP links | Yen Chi Hsuan | |
Sometimes they fail with 404 | |||
2016-04-25 | [mitele] Comment out unstable MD5 | Yen Chi Hsuan | |
Also Akamai f4f fragments | |||
2016-04-25 | [nrk] Comment out unstable MD5 checksums | Yen Chi Hsuan | |
Both are Akamai f4f fragments. | |||
2016-04-25 | [unistra] Sort formats | Yen Chi Hsuan | |
Originally URLs are passed to set() and not sorted, so the result is not deterministic, causing occasional FAILs on Travis CI. | |||
2016-04-25 | Merge branch 'remitamine-akamai_pv' | Yen Chi Hsuan | |
2016-04-25 | Merge branch 'akamai_pv' of https://github.com/remitamine/youtube-dl into ↵ | Yen Chi Hsuan | |
remitamine-akamai_pv | |||
2016-04-25 | [extractor/common] do not process f4m manifest that contain akamai ↵ | remitamine | |
playerVerificationChallenge | |||
2016-04-25 | [openload] Make thumbnail optional | Sergey M․ | |
2016-04-25 | [openload] Add test | Sergey M․ | |
2016-04-25 | [openload] Fix ext extraction | Sergey M․ | |
2016-04-25 | [utils] Allow None mimetypes in mimetype2ext | Sergey M․ | |