jinhang

Results 5 issues of jinhang

```html {{ message }} ``` `message` is not changed after using `data-splitting`, The complete code is as follows: https://codepen.io/jinhang87/pen/abyPLwX

Hi, [JuanBindez](https://github.com/JuanBindez) I've installed pytubefix version 5.4.2. Here's the test code: ``` from pytubefix import YouTube url = 'https://www.youtube.com/watch?v=xtQy5NTsHeE' # download failed def test_YouTube(): yt = YouTube(url, use_oauth=True, allow_oauth_cache=True, client='WEB')...

bug

Hi, I've installed pytubefix version 5.1.2. Here's the test code: ``` from pytubefix import YouTube from pytubefix import Channel url = 'https://www.youtube.com/watch?v=JRAUvWLULEk' # caption failed def test_YouTube(): yt = YouTube(url,...

bug

How to get the width and height of a video

enhancement

**Describe the bug** Hello, I found that a small number of videos prompt this error. Please help take a look. **To Reproduce** Steps to reproduce the behavior: 1. test codes...

bug