Add group videos support for motherless
authorFilip B <b_filip@zoho.com>
Fri, 24 Oct 2014 17:44:21 +0000 (21:44 +0400)
committerFilip B <b_filip@zoho.com>
Fri, 24 Oct 2014 17:44:21 +0000 (21:44 +0400)
commit7f9ced64cbd33e597287de2f67b7862af123bb7b
treeea2ebc8e680aa7828a16fe53c284dd35c478a87b
parent7608815cc24e96d3f4895f7c056ee8d769b678d2
Add group videos support for motherless

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.
youtube_dl/extractor/motherless.py