Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [motherless] Fix extraction (closes #24699) | Sergey M․ | 2020-04-09 | 1 | -7/+9 |
| | |||||
* | Fix W504 and disable W503 (closes #20863) | Sergey M․ | 2019-05-11 | 1 | -2/+2 |
| | |||||
* | [motherless] PEP 8 (#17455) | Sergey M․ | 2018-09-08 | 1 | -3/+3 |
| | |||||
* | [motherless:group] Fix _VALID_URL | Sergey M․ | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | [motherless] Fix extraction (closes #16786) | Sergey M․ | 2018-06-21 | 1 | -2/+5 |
| | |||||
* | [motherless:group] Relax entry extraction and add a fallback scenario | Sergey M․ | 2018-01-07 | 1 | -8/+21 |
| | |||||
* | [motherless:group] Capture leading slash of video path | Sergey M․ | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | [motherless] Add support for groups | Martin Weinelt | 2018-01-06 | 1 | -0/+73 |
| | |||||
* | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | 2017-01-06 | 1 | -3/+3 |
| | |||||
* | [motherless] Detect friends only videos | Sergey M․ | 2016-03-21 | 1 | -0/+3 |
| | |||||
* | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | [motherless] Update tests | Sergey M․ | 2016-02-25 | 1 | -47/+44 |
| | |||||
* | [motherless] Detect non-existing videos | Sergey M․ | 2016-02-25 | 1 | -0/+6 |
| | |||||
* | [motherless] Make categories optional (Closes #8654) | Sergey M․ | 2016-02-25 | 1 | -1/+6 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | [motherless] Simplify | Philipp Hagemeister | 2014-10-24 | 1 | -16/+20 |
| | |||||
* | Add group videos support for motherless | Filip B | 2014-10-24 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Add another motherless test | Filip B | 2014-10-24 | 1 | -0/+14 |
| | | | | | | | | | 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. | ||||
* | Fix motherless test 0 | Filip B | 2014-10-24 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | [Motherless] simplify | Petr Půlpán | 2014-06-28 | 1 | -32/+26 |
| | |||||
* | [Motherless] Add new extractor | Thomas Jost | 2014-06-27 | 1 | -0/+93 |