Merge branch 'master' of https://github.com/MiJyn/youtube-dl
Conflicts: youtube-dl youtube_dl/extractor/__init__.py youtube_dl/extractor/soulanime.py
This commit is contained in:
commit
5e6e67e3ad
BIN
youtube-dl
Executable file
BIN
youtube-dl
Executable file
Binary file not shown.
@ -26,7 +26,7 @@ class SoulAnimeBaseIE(InfoExtractor):
|
|||||||
|
|
||||||
vid = self._request_webpage(video_url, video_id)
|
vid = self._request_webpage(video_url, video_id)
|
||||||
#ext = vid.getheader("Content-Type").split("/")[1]
|
#ext = vid.getheader("Content-Type").split("/")[1]
|
||||||
ext = vid.info().gettype().split("/")[1]
|
ext = vid.info().gettype().split("/")[1]
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user