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

result video is no audio #25527

Closed
AhmadNaruto opened this issue Jun 4, 2020 · 0 comments
Closed

result video is no audio #25527

AhmadNaruto opened this issue Jun 4, 2020 · 0 comments

Comments

@AhmadNaruto
Copy link

@AhmadNaruto AhmadNaruto commented Jun 4, 2020

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

i have writing code with python. everyting fine but video havent audio...

this my code
async def get_videos(url, extra_params): ydl_params = { 'format': 'best', 'cachedir': False, 'geo-bypass': True, 'logger': MyLogger(), 'progress_hooks': [my_hook] } ydl_params.update(extra_params) print(ydl_params) with YoutubeDL(ydl_param) as ydl: ydl.download(url)
and anyone can give me advice how to get name video result after all done downloded??

@AhmadNaruto AhmadNaruto added the question label Jun 4, 2020
@dstftw dstftw closed this Jun 5, 2020
@dstftw dstftw added the incomplete label Jun 5, 2020
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.