Browse Source

[vuclip] Fix regexp

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
2d29ac4f23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/vuclip.py

+ 1
- 1
youtube_dl/extractor/vuclip.py View File

@ -53,7 +53,7 @@ class VuClipIE(InfoExtractor):
) )
(.*?) (.*?)
(?: (?:
<a\s+href="fblike'|<div\s+class="social">
<a\s+href="fblike|<div\s+class="social">
) )
''', webpage, 'links') ''', webpage, 'links')
title = self._html_search_regex( title = self._html_search_regex(


Loading…
Cancel
Save