aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/motherless.py
AgeCommit message (Collapse)Author
2021-01-05[motherless] Fix review issues and improve extraction (closes #26495, closes ↵Sergey M․
#27450)
2021-01-05[motherless] Fix recent videos upload date extraction (closes #27661)cladmi
Less than a week old videos use a '20h ago' or '1d ago' format. I kept the support for 'Ago' with uppercase start at is was already in the code.
2020-04-09[motherless] Fix extraction (closes #24699)Sergey M․
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2018-09-08[motherless] PEP 8 (#17455)Sergey M․
2018-06-21[motherless:group] Fix _VALID_URLSergey M․
2018-06-21[motherless] Fix extraction (closes #16786)Sergey M․
2018-01-07[motherless:group] Relax entry extraction and add a fallback scenarioSergey M․
2018-01-07[motherless:group] Capture leading slash of video pathSergey M․
2018-01-06[motherless] Add support for groupsMartin Weinelt
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