#!/bin/python

import yt_dlp

if __name__ == '__main__':
    yt_dlp.main()
