Sourabh kumar verma

Results 6 comments of Sourabh kumar verma

Here is small piece of code which extracts youtube video data and writes video title into a text file in cwd ```python import yt_dlp URL = 'https://www.youtube.com/watch?v=TWMCMvfEAv4' # ℹ️ See...

Try this `-f "wv[fps=30]+wa[abr>43]/wv+wa"`

All yt-dlp options are supported , see [here](https://github.com/yt-dlp/yt-dlp#usage-and-options)

```batchfile E:\branch\dist\hello>py -c "from Cryptodome.Cipher import AES; print(AES)" ``` ```batchfile E:\branch\dist\hello>py -c "from Crypto.Cipher import AES; print(AES)" Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module...