Browse Source

[youku] Add localized name

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
246995dbc8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/youku.py

+ 1
- 0
youtube_dl/extractor/youku.py View File

@ -15,6 +15,7 @@ from ..compat import (
class YoukuIE(InfoExtractor):
IE_NAME = 'youku'
IE_DESC = '优酷'
_VALID_URL = r'''(?x)
(?:
http://(?:v|player)\.youku\.com/(?:v_show/id_|player\.php/sid/)|


Loading…
Cancel
Save