summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/motherless.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-3/+3
|
* [motherless] Detect friends only videosSergey M․2016-03-211-0/+3
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [motherless] Update testsSergey M․2016-02-251-47/+44
|
* [motherless] Detect non-existing videosSergey M․2016-02-251-0/+6
|
* [motherless] Make categories optional (Closes #8654)Sergey M․2016-02-251-1/+6
|
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* [motherless] SimplifyPhilipp Hagemeister2014-10-241-16/+20
|
* Add group videos support for motherlessFilip B2014-10-241-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 testFilip B2014-10-241-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 0Filip B2014-10-241-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] simplifyPetr Půlpán2014-06-281-32/+26
|
* [Motherless] Add new extractorThomas Jost2014-06-271-0/+93