]>
Raphaƫl G. Git Repositories - youtubedl/blob - youtube_dl/__main__.py
65a0f891c5998cd49c7e1a98dbca75b6c926ccb8
   2 from __future__ 
import unicode_literals
 
   5 # $ python youtube_dl/__main__.py (2.6+) 
   6 # $ python -m youtube_dl          (2.7+) 
  10 if __package__ 
is None and not hasattr(sys
, "frozen"): 
  11     # direct call of __main__.py 
  13     path 
= os
.path
.realpath(os
.path
.abspath(__file__
)) 
  14     sys
.path
.append(os
.path
.dirname(os
.path
.dirname(path
))) 
  18 if __name__ 
== '__main__':