mps-youtube / pafy

Python library to download YouTube content and retrieve metadata
1.39k stars 313 forks source link

make backend_youtube_dl.py error resilient on missing dictionary keys #338

Open meirm opened 8 months ago

meirm commented 8 months ago

Use dict get method for keys that may not exists and make the script fail.