#!/usr/bin/env python

import youtube_dl_server

if __name__ == "__main__":
	youtube_dl_server.main()
