]> gitweb @ CieloNegro.org - youtube-dl.git/blob - bin/youtube-dl
[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats
[youtube-dl.git] / bin / youtube-dl
1 #!/usr/bin/env python
2
3 import youtube_dl
4
5 if __name__ == '__main__':
6     youtube_dl.main()