mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-29 19:47:54 +01:00
remove unecessary 're' import and ran flake8
This commit is contained in:
parent
159a2cff27
commit
8ac9af1ce2
@ -3,7 +3,6 @@ from __future__ import unicode_literals
|
||||
|
||||
from .common import InfoExtractor
|
||||
|
||||
import re
|
||||
|
||||
class ChangbaIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?changba\.com/s/(?P<id>[0-9A-Za-z-_]+)'
|
||||
@ -15,8 +14,7 @@ class ChangbaIE(InfoExtractor):
|
||||
'ext': 'mp4',
|
||||
'title': '对你爱不完【炫酷慢摇】 ',
|
||||
}
|
||||
},
|
||||
{
|
||||
}, {
|
||||
'url': 'http://changba.com/s/nZqfbS_vCnieNNjJ7UiEGw?',
|
||||
'md5': 'e401463ffb03ed8900a0bccc641335e1',
|
||||
'info_dict': {
|
||||
@ -24,8 +22,7 @@ class ChangbaIE(InfoExtractor):
|
||||
'ext': 'mp3',
|
||||
'title': '下雪 ',
|
||||
}
|
||||
},
|
||||
{
|
||||
}, {
|
||||
'url': 'http://changba.com/s/CPiNWbAa1qy0po0llqIJbg',
|
||||
'md5': '7adcc9afb85ace8ff854bdd0e8567f50',
|
||||
'info_dict': {
|
||||
@ -33,8 +30,7 @@ class ChangbaIE(InfoExtractor):
|
||||
'ext': 'mp3',
|
||||
'title': '红豆 ',
|
||||
}
|
||||
},
|
||||
{
|
||||
}, {
|
||||
'url': 'http://changba.com/s/-N00JJ30YruunrER5eBcWw',
|
||||
'md5': 'cd68f8da8d8c69afbb8e4dbbbfa8b277',
|
||||
'info_dict': {
|
||||
|
Loading…
Reference in New Issue
Block a user