mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
[embed] add more patterns for Tudou
- Example link: http://tieba.baidu.com/p/4114753102
This commit is contained in:
parent
5f79c5b80c
commit
ee917b3920
@ -21,7 +21,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
|
||||
"""
|
||||
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'
|
||||
]
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user