removes commented out regex
This commit is contained in:
parent
8dbab4fd01
commit
eeac2ca31c
@ -68,7 +68,6 @@ class SpankwireIE(InfoExtractor):
|
||||
r'by\s*<a href="/(?:user/viewProfile|Profile\.aspx)\?.*?UserId=(\d+).*?"',
|
||||
webpage, 'uploader id', fatal=False)
|
||||
upload_date = unified_strdate(self._html_search_regex(
|
||||
# r'</a> on (.+?) at \d+:\d+',
|
||||
r'</span>(.+?) at \d+:\d+ (AM|PM) by',
|
||||
webpage, 'upload date', fatal=False))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user