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
#425
from danut007ro/master
Provider (youtube, etc) is now saved in info_dict
rtmp_test
Philipp Hagemeister
12 years ago
parent
8ca21983d8
ae16f68f4a
commit
05a2c206be
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/FileDownloader.py
+ 1
- 0
youtube_dl/FileDownloader.py
View File
@ -475,6 +475,7 @@ class FileDownloader(object):
videos
=
ie
.
extract
(
url
)
for
video
in
videos
or
[
]
:
try
:
video
[
'
provider
'
]
=
ie
.
IE_NAME
self
.
increment_downloads
(
)
self
.
process_info
(
video
)
except
UnavailableVideoError
:
Write
Preview
Loading…
Cancel
Save