mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 11:24:02 +03:00
[embed] redundant regex
This commit is contained in:
parent
2a756620de
commit
1729d97d77
@ -23,8 +23,8 @@ youku_embed_patterns = [ 'youku\.com/v_show/id_([a-zA-Z0-9=]+)',
|
|||||||
"""
|
"""
|
||||||
http://www.tudou.com/programs/view/html5embed.action?type=0&code=3LS_URGvl54&lcode=&resourceId=0_06_05_99
|
http://www.tudou.com/programs/view/html5embed.action?type=0&code=3LS_URGvl54&lcode=&resourceId=0_06_05_99
|
||||||
"""
|
"""
|
||||||
tudou_embed_patterns = [ 'tudou\.com[a-zA-Z0-9\/\?=\&\.\;]+code=([[a-zA-Z0-9_]+)\&',
|
tudou_embed_patterns = [ 'tudou\.com[a-zA-Z0-9\/\?=\&\.\;]+code=([a-zA-Z0-9_]+)\&',
|
||||||
'www\.tudou\.com/v/([[a-zA-Z0-9_]+)/[^"]*v\.swf'
|
'www\.tudou\.com/v/([a-zA-Z0-9_]+)/[^"]*v\.swf'
|
||||||
]
|
]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user