question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't get a value of streams.

See original GitHub issue

I tried that code but It won’t back the value. It will take a empty list. What shoud I do?? Some of url is works fine. So depends on url why?? https://www.youtube.com/watch?v=cw4-bqSpVdo working https://www.youtube.com/watch?v=tG7wLK4aAOE not working

version pytube==10.0.0

code

from pytube import YouTube
print(YouTube('https://www.youtube.com/watch?v=1zZkwMNp0gw').streams)

results []

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14

github_iconTop GitHub Comments

2reactions
tfdahlincommented, Dec 17, 2020

hi @wimpykid719 this problem is fixed in pytube 10.1.0, please install the latest version from github with python -m pip install git+https://github.com/nficano/pytube

1reaction
mytjacommented, Dec 19, 2020

I looked at my requirements file, and i defined to install from PyPI after installing it from GitHub… 😅 Sorry for bothering you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Java Streams return throws error Unexpected return value
I tried many things but I am unable to get it. I get the error java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class ......
Read more >
Error: A value of type 'ValueStream<Playing?>' can't ... - GitHub
' can't be returned from a function with return type 'Stream?' because 'Playing?' is nullable and 'Playing' isn't. 'ValueStream' is from 'package:rxdart/src/ ...
Read more >
Working With Maps Using Streams - Baeldung
In this tutorial, we'll discuss some examples of how to use Java Streams to work with Maps. It's worth noting that some of...
Read more >
Live streaming error messages - YouTube Help
We recommend you use a stream bitrate value of X. The current bitrate value for the stream is higher than the recommended bitrate....
Read more >
Stream HDR video on Windows - Microsoft Support
Under Display capabilities, look for the value next to HDR video streaming ... Because playing HDR video uses more battery power, you won't...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found