[daum] Get the video page from a canonical url to extract the full id (fixes #1373...
[youtube-dl] / bin / youtube-dl
1 #!/usr/bin/env python
2
3 import youtube_dl
4
5 if __name__ == '__main__':
6     youtube_dl.main()