default info_dict['format'] to info_dict['ext'] and make the YT one more verbose
[youtube-dl] / youtube_dl / __main__.py
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3
4 import __init__
5
6 if __name__ == '__main__':
7         __init__.main()