Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-03 | [skip travis] revert automerge for now | Unknown | |
2020-09-02 | [skip travis] adding automerge support | Unknown | |
basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling | |||
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2020-04-09 | [motherless] Fix extraction (closes #24699) | Sergey M․ | |
2019-05-11 | Fix W504 and disable W503 (closes #20863) | Sergey M․ | |
2018-09-08 | [motherless] PEP 8 (#17455) | Sergey M․ | |
2018-06-21 | [motherless:group] Fix _VALID_URL | Sergey M․ | |
2018-06-21 | [motherless] Fix extraction (closes #16786) | Sergey M․ | |
2018-01-07 | [motherless:group] Relax entry extraction and add a fallback scenario | Sergey M․ | |
2018-01-07 | [motherless:group] Capture leading slash of video path | Sergey M․ | |
2018-01-06 | [motherless] Add support for groups | Martin Weinelt | |
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-03-21 | [motherless] Detect friends only videos | Sergey M․ | |
2016-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2016-02-25 | [motherless] Update tests | Sergey M․ | |
2016-02-25 | [motherless] Detect non-existing videos | Sergey M․ | |
2016-02-25 | [motherless] Make categories optional (Closes #8654) | Sergey M․ | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-10-24 | [motherless] Simplify | Philipp Hagemeister | |
2014-10-24 | Add group videos support for motherless | Filip B | |
Modified motherless regular expression. Previously it matched only URLs like this: motherless.com/ID Now it also matches this: motherless.com/g/group_name/ID All tests including the newly added one passed. | |||
2014-10-24 | Add another motherless test | Filip B | |
This test is for videos posted in groups. URL looks like this: motherless.com/g/group_name/ID which is basically the same as motherless.com/ID So far this test fails because I haven't improved the extractor yet. | |||
2014-10-24 | Fix motherless test 0 | Filip B | |
Apparently motherless no longer serves flv for that video (or maybe even other videos). So I changed expected extension from flv to mp4 and changed expected md5 accordingly. | |||
2014-06-28 | [Motherless] simplify | Petr Půlpán | |
2014-06-27 | [Motherless] Add new extractor | Thomas Jost | |