Fuan

Results 119 comments of Fuan

The documentation is not very clear about the proper way to setup things. Anyway, the fact that you renamed the "_h5ai" directory to "ddl" is probably the cause of your...

You need to take the time to read the README.md file. Either compile the source files you have, or install a pre-compiled version from the release page.

I suspect this should be easy to implement on the CSS side.

Show us the URL you are passing to the YouTube class (the "link" argument).

Better do two separate pull requests for the two separate issues.

Can you explain why you think this is related to pytube?

Make sure your changes conform to pep8 by running flake8 on it.

Move the test file into `tests/contrib` and rename it `test_search.py`. Keep the style consistent with the other test files. And try to avoid making requests if possible: save the results...

> I'm trying to implement the code using mocks as you suggested, I've stored 3 different .html files (for the cases I've implemented the fix) in the mock folder. I'm...