This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[extractor/common] PEP8
totalwebcasting
Philipp Hagemeister
11 years ago
parent
36f3542883
commit
c3415d1bac
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
youtube_dl/extractor/common.py
+ 2
- 1
youtube_dl/extractor/common.py
View File
@ -373,7 +373,8 @@ class InfoExtractor(object):
else
:
for
p
in
pattern
:
mobj
=
re
.
search
(
p
,
string
,
flags
)
if
mobj
:
break
if
mobj
:
break
if
os
.
name
!=
'
nt
'
and
sys
.
stderr
.
isatty
(
)
:
_name
=
u
'
\033
[0;34m
%s
\033
[0m
'
%
name
Write
Preview
Loading…
Cancel
Save