Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backups
youtube-dl
Commits
6309cb9b
Commit
6309cb9b
authored
Jan 07, 2015
by
Sergey M․
Browse files
[ceskatelevize] Fix python 2.6 format issue
parent
27a82a1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
youtube_dl/extractor/ceskatelevize.py
youtube_dl/extractor/ceskatelevize.py
+1
-1
No files found.
youtube_dl/extractor/ceskatelevize.py
View file @
6309cb9b
...
...
@@ -145,7 +145,7 @@ class CeskaTelevizeIE(SubtitlesInfoExtractor):
if
m
:
yield
m
.
group
(
1
)
start
,
stop
=
(
_msectotimecode
(
int
(
t
))
for
t
in
m
.
groups
()[
1
:])
yield
"{} --> {}"
.
format
(
start
,
stop
)
yield
"{
0
} --> {
1
}"
.
format
(
start
,
stop
)
else
:
yield
line
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment