[videolectures] Fix _VALID_URL for test_no_duplicates to pass
This commit is contained in:
parent
c8d1be772d
commit
08df685fe7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from ..utils import (
|
|||
|
||||
|
||||
class VideoLecturesNetIE(InfoExtractor):
|
||||
_VALID_URL = r'http://(?:www\.)?videolectures\.net/(?P<id>[^/#?]+)(?:/?[#?].*)?$'
|
||||
_VALID_URL = r'http://(?:www\.)?videolectures\.net/(?P<id>[^/#?]+)/*(?:[#?].*)?$'
|
||||
IE_NAME = 'videolectures.net'
|
||||
|
||||
_TEST = {
|
||||
|
|
Loading…
Reference in a new issue