Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-26 | Merge branch 'ocw-mit-edu' of https://github.com/amlweems/youtube-dl | Philipp Hagemeister | |
2014-02-26 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-02-26 | [mit] Modernize | Philipp Hagemeister | |
2014-02-26 | [mixcloud] Fix _VALID_RE (fixes #2462) | Jaime Marquínez Ferrándiz | |
Accept any character except `/` for uploader and the name, caused problems with non ASCII characters | |||
2014-02-26 | Merge pull request #2461 from niebles/master | Jaime Marquínez Ferrándiz | |
Update __init__.py `io` wasn't imported. | |||
2014-02-25 | [nbc] Add an extractor for the main nbc.com site | Jaime Marquínez Ferrándiz | |
Some of the videos are encrypted, the f4m downloader doesn’t support them. | |||
2014-02-25 | Update __init__.py | niebles | |
2014-02-25 | Add support for ocw.mit.edu video lectures | Anthony Weems | |
2014-02-25 | [crunchyroll] Use `enumerate` | Jaime Marquínez Ferrándiz | |
2014-02-25 | [crunchyroll] Handle error message | Sergey M. | |
2014-02-25 | [crunchyroll] Fix subtitle lang code extraction | Sergey M | |
2014-02-25 | [crunchyroll] Tidy and modernize | Sergey M | |
2014-02-25 | Skip youtube toptracks test | Jaime Marquínez Ferrándiz | |
All the playlists return 500 errors. | |||
2014-02-25 | release 2014.02.25.12014.02.25.1 | Philipp Hagemeister | |
2014-02-25 | [vevo] Add age_limit support | Philipp Hagemeister | |
2014-02-25 | [vevo] Add suppot for v3 SMIL URLs (Fixes #2409) | Philipp Hagemeister | |
2014-02-25 | [testurl] Fix case when only one IE matches | Philipp Hagemeister | |
2014-02-25 | Merge pull request #2456 from AGSPhoenix/master | Philipp Hagemeister | |
[YT] Fix incorrect format code descriptions | |||
2014-02-24 | Fix incorrect format codes | AGSPhoenix | |
Corrects the descriptions for the DASH video format codes 264 and 138 (1440p and 2160p, respectively). | |||
2014-02-25 | release 2014.02.252014.02.25 | Philipp Hagemeister | |
2014-02-25 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-02-25 | Ignore BOM in batch files (Fixes #2450) | Philipp Hagemeister | |
2014-02-24 | [veoh] Allow to download videos with age protection (fixes #2455) | Jaime Marquínez Ferrándiz | |
2014-02-24 | [generic] Add support for nowvideo embedded videos | Sergey M. | |
2014-02-24 | [podomatic] Use unicode_literals | Philipp Hagemeister | |
2014-02-24 | [nowvideo] Rewrite based on novamov extractor | Sergey M. | |
2014-02-24 | [novamov] Generalize extractor | Sergey M. | |
2014-02-24 | [novamov] Improve _VALID_URL | Sergey M. | |
2014-02-24 | [cinemassacre] Modernize | Jaime Marquínez Ferrándiz | |
2014-02-24 | [cinemassacre] Fix extraction | Jaime Marquínez Ferrándiz | |
Now we download over http, we don't need rtmpdump. | |||
2014-02-24 | [academicearth] Remove debug print | Jaime Marquínez Ferrándiz | |
2014-02-24 | [academicearth] Fix extraction | Jaime Marquínez Ferrándiz | |
The courses seems to be no longer available, changed the test to a playlist. | |||
2014-02-24 | [nbc] Modernize | Jaime Marquínez Ferrándiz | |
2014-02-24 | [iprima] Add missing `)` | Jaime Marquínez Ferrándiz | |
2014-02-24 | [iprima] Add support for -WEB URLs (Closes #2449) | Philipp Hagemeister | |
2014-02-24 | [iprima] Clean up a little bit | Philipp Hagemeister | |
2014-02-24 | release 2014.02.242014.02.24 | Philipp Hagemeister | |
2014-02-24 | [zdf] Fix podcast extraction and use unicode literals (Closes #2446) | Sergey M. | |
2014-02-24 | [youtube] Fix mix video regex | Sergey M. | |
Attributes' order in <li> is arbitrary and changes every time playlist page is fetched, so we can't rely on `data-index` to be before `data-video-username`. | |||
2014-02-23 | [normalboots] Modernize and simplify | Jaime Marquínez Ferrándiz | |
2014-02-23 | [normalboots] Fix video url extraction | Jaime Marquínez Ferrándiz | |
2014-02-23 | [youtube:playlist] Fix mixes extraction (fixes #2444) | Jaime Marquínez Ferrándiz | |
2014-02-23 | [vine] Extract more metadata and support low format | Sergey M. | |
2014-02-23 | Add one more format to unified_strdate | Sergey M. | |
2014-02-23 | [breakcom] Fix error when calling _search_regex | Jaime Marquínez Ferrándiz | |
I passed `’webpage’` instead of the variable `webpage`. | |||
2014-02-23 | [breakcom] Fix info json extraction | Jaime Marquínez Ferrándiz | |
2014-02-23 | [vine] Fix uploader extraction | Jaime Marquínez Ferrándiz | |
2014-02-22 | release 2014.02.22.12014.02.22.1 | Philipp Hagemeister | |
2014-02-22 | [videobam] Set age_limit to 18 | Philipp Hagemeister | |
From [their ToS](http://videobam.com/terms): "User must be eighteen 18[sic] years of age or older to use or access this web site." | |||
2014-02-22 | Fix imports | Philipp Hagemeister | |