aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/motherless.py
AgeCommit message (Collapse)Author
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-03-21[motherless] Detect friends only videosSergey M․
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2016-02-25[motherless] Update testsSergey M․
2016-02-25[motherless] Detect non-existing videosSergey M․
2016-02-25[motherless] Make categories optional (Closes #8654)Sergey M․
2014-11-23PEP8 appliedJouke Waleson
2014-10-24[motherless] SimplifyPhilipp Hagemeister
2014-10-24Add group videos support for motherlessFilip 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-24Add another motherless testFilip 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-24Fix motherless test 0Filip 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] simplifyPetr Půlpán
2014-06-27[Motherless] Add new extractorThomas Jost