mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[mooshare] Add support for URLs starting with 'www'
This commit is contained in:
parent
0dae5083f1
commit
8cdafb47b9
@ -14,7 +14,7 @@ from ..utils import (
|
|||||||
class MooshareIE(InfoExtractor):
|
class MooshareIE(InfoExtractor):
|
||||||
IE_NAME = 'mooshare'
|
IE_NAME = 'mooshare'
|
||||||
IE_DESC = 'Mooshare.biz'
|
IE_DESC = 'Mooshare.biz'
|
||||||
_VALID_URL = r'http://mooshare\.biz/(?P<id>[\da-z]{12})'
|
_VALID_URL = r'http://(?:www\.)?mooshare\.biz/(?P<id>[\da-z]{12})'
|
||||||
|
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user