Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to skip dash manifest use python file? #14349

Closed
liudatutu opened this issue Sep 27, 2017 · 2 comments
Closed

how to skip dash manifest use python file? #14349

liudatutu opened this issue Sep 27, 2017 · 2 comments

Comments

@liudatutu
Copy link

@liudatutu liudatutu commented Sep 27, 2017

python version:2.7.13 ,youtube-dl version:20170915
I want to skip dash manifest.
this is my .py file

import youtube_dl
ydl_opts ={'forcetitle':'True','ignoreerrors':True,'youtube-skip-dash-manifest':True,
'encoding':'utf-8','outtmpl':u'E:/Movie/%(title)s.%(ext)s','no_warnings':False,'skip_download':True}
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
meta = ydl.extract_info( 'https://www.youtube.com/watch?v=6Kv9KGYaBP8',download=False)
print type(meta)
print meta
for i in meta:
print i,'====',meta[i]

@liudatutu
Copy link
Author

@liudatutu liudatutu commented Sep 27, 2017

'youtube-skip-dash-manifest':True, that does not work.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 27, 2017

youtube_include_dash_manifest.

@dstftw dstftw closed this Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.