Skip to content
  • Lysander Trischler's avatar
    Use youtube-dl to get video information · 23c9b979
    Lysander Trischler authored
    YouTube changed their API so that we now always get
    
        {"b'status": ['fail'], 'errorcode': ["2'"], 'reason': ['Invalid
        parameters.']}
    
    when fetching the video information such as title and uploader. In order
    to future-proof the code, use youtube-dl to get those information.
    23c9b979