Mohammed Al
Results
2
issues of
Mohammed Al
Fixes this bug https://github.com/pytube/pytube/issues/1199 Essentially the fix is just updating the regular expression. Tested locally and download is working after the fix on Ubuntu 20.04.
`&openapi3filter.RequestValidationInput` doesn't support using urls that have arrays in their query. For example `something.com?ids=1` works but `something.com?ids=1,2,3` doesn't work. Also putting parentheses or brackets doesn't help. This is the exact...