Andree Toonk
Andree Toonk
This library works great on, for example, virtio_net drivers or even loopback. But when trying it on a bare-metal server with an ixgbe nic, I get this transmit error ```...
Just a heads-up: A while back (2,5 years), `GetDescs(n int)` was changed to `GetDescs(n int, rx bool)`. It looks like the release was never updated to include this change, so...
# To Reproduce using youtube-transcript-api-0.6.2: ``` cat test.py from youtube_transcript_api import YouTubeTranscriptApi print(YouTubeTranscriptApi.get_transcript('w8rYQ40C9xo')) ``` outputs: ``` python3 ./test.py Traceback (most recent call last): File "/root/border0-plugin/./test.py", line 3, in print(YouTubeTranscriptApi.get_transcript('w8rYQ40C9xo')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...