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
Merge pull request
#4076
from ghedo/direct_type
[generic] indicate when a direct video has been extracted
totalwebcasting
Jaime Marquínez Ferrándiz
10 years ago
parent
1fe8fb8c20
ccdd0ffb80
commit
9908e03528
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/extractor/generic.py
+ 1
- 0
youtube_dl/extractor/generic.py
View File
@ -576,6 +576,7 @@ class GenericIE(InfoExtractor):
return
{
'
id
'
:
video_id
,
'
title
'
:
os
.
path
.
splitext
(
url_basename
(
url
)
)
[
0
]
,
'
direct
'
:
True
,
'
formats
'
:
[
{
'
format_id
'
:
m
.
group
(
'
format_id
'
)
,
'
url
'
:
url
,
Write
Preview
Loading…
Cancel
Save