Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-28 | release 2015.03.282015.03.28 | Philipp Hagemeister | |
2015-03-28 | Default to continuedl=True | Philipp Hagemeister | |
We already do this in the CLI interface, so it should be just fine. | |||
2015-03-27 | Makefile: fix 'find' command | Jaime Marquínez Ferrándiz | |
It worked with the GNU version, but not with the BSD version. | |||
2015-03-27 | Don't use bare 'except:' | Jaime Marquínez Ferrándiz | |
They catch any exception, including KeyboardInterrupt, we don't want to catch it. | |||
2015-03-26 | [eroprofile] Add login support (#5269) | Naglis Jonaitis | |
2015-03-27 | [vimeo] Capture and output error message (#5294) | Sergey M․ | |
2015-03-26 | [youtube:watchlater] Remove unused properties and fix tests | Jaime Marquínez Ferrándiz | |
2015-03-26 | [vessel] Fix pep8 issue | Jaime Marquínez Ferrándiz | |
2015-03-26 | Merge branch 'zx8-master' | Sergey M․ | |
2015-03-26 | [safari] Improve and simplify | Sergey M․ | |
2015-03-26 | Merge branch 'master' of https://github.com/zx8/youtube-dl into zx8-master | Sergey M․ | |
2015-03-26 | [vessel] Add new extractor (Closes #5275) | Naglis Jonaitis | |
2015-03-26 | [slideshare] Fix extraction (#5279) | Naglis Jonaitis | |
2015-03-26 | [youtube] Clarify some IE_NAMEs | Sergey M․ | |
2015-03-26 | [youtube:watchlater] Extract watchlater as playlist (Closes #5280) | Sergey M․ | |
2015-03-26 | [utils] Escape all HTML entities written in hexadecimal form | Naglis Jonaitis | |
2015-03-26 | [teamcoco] Fix extraction | Naglis Jonaitis | |
2015-03-25 | Credit @amishb for 22tracks (#5276) | Sergey M․ | |
2015-03-25 | [22tracks] Improve and simplify | Sergey M․ | |
2015-03-25 | Updated init to add 22tracks | Amish Bhadeshia | |
2015-03-25 | [22Tracks] Add new extractor | Amish Bhadeshia | |
Conflicts: youtube_dl/extractor/__init__.py | |||
2015-03-25 | [redtube] Fix test | Sergey M․ | |
2015-03-25 | [redtube] Capture and output removed video message (#5281) | Sergey M․ | |
2015-03-24 | release 2015.03.242015.03.24 | Philipp Hagemeister | |
2015-03-24 | [options] Handle special characters in argv (Fixes #5157) | Philipp Hagemeister | |
2015-03-23 | [npo] Skip broken URL links (Closes #5266) | Sergey M․ | |
2015-03-23 | [mlb] Improve _VALID_URL (Closes #5260) | Sergey M․ | |
2015-03-22 | [safari] Add safaribooksonline extractor | zx8 | |
2015-03-22 | [twitch] Only match digits for the video id | Jaime Marquínez Ferrándiz | |
Urls can also contain contain a query (for example a timestamp '?t=foo') | |||
2015-03-22 | [test/aes] Test aes_decrypt_text with 256 bit | Jaime Marquínez Ferrándiz | |
2015-03-22 | [lybsyn] pep8: add space around operator | Jaime Marquínez Ferrándiz | |
2015-03-22 | Merge branch 'fstirlitz-the-daily-show-podcast' | Sergey M․ | |
2015-03-22 | [comedycentral] Remove unused import | Sergey M․ | |
2015-03-22 | [comedycentral] Drop thedailyshow podcast extractor | Sergey M․ | |
Generic extractor is just fine for Libsyn embeds | |||
2015-03-22 | [extractor/generic] Add test for Libsyn embed | Sergey M․ | |
2015-03-22 | [extractor/generic] Support Libsyn embeds | Sergey M․ | |
2015-03-22 | [libsyn] Fix extractor alphabetic order | Sergey M․ | |
2015-03-22 | [libsyn] Improve and simplify | Sergey M․ | |
2015-03-22 | Merge branch 'the-daily-show-podcast' of ↵ | Sergey M․ | |
https://github.com/fstirlitz/youtube-dl into fstirlitz-the-daily-show-podcast | |||
2015-03-21 | [nrk:playlist] Relax video id regex and improve _VALID_URL | Sergey M․ | |
2015-03-21 | [test/utils] Test xpath_text | Jaime Marquínez Ferrándiz | |
2015-03-21 | [nrk:playlist] Restrict _VALID_URL | Jaime Marquínez Ferrándiz | |
It would also match /videos/PS... urls | |||
2015-03-21 | [nrk:playlist] Add extractor (Closes #5245) | Sergey M․ | |
2015-03-21 | [nrk] Extract duration | Sergey M․ | |
2015-03-21 | [nrk] Adapt to new URL format | Sergey M․ | |
2015-03-21 | Remove the 'stitle' field | Jaime Marquínez Ferrándiz | |
A warning has been printed for more than 2 years (since 97cd3afc7525394c46398f1526d412d081c02085) | |||
2015-03-21 | [crunchyroll] Remove unused class | Jaime Marquínez Ferrándiz | |
2015-03-21 | [test] Add tests for aes | Jaime Marquínez Ferrándiz | |
2015-03-20 | [test/YoutubeDL] test match_filter | Jaime Marquínez Ferrándiz | |
2015-03-20 | [twitch] Fix login | Sergey M․ | |