diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-09 12:23:42 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-09 12:23:42 -0500 |
commit | ff87b367dce059d04f3f1dc11000553a065f8f0f (patch) | |
tree | cac7ecfc0ff70c036c84e22acc8dc10279d22f06 /bin | |
parent | c2350cac243ba1ec1586fe85b0d62d1b700047a2 (diff) | |
download | hypervideo-pre-ff87b367dce059d04f3f1dc11000553a065f8f0f.tar.lz hypervideo-pre-ff87b367dce059d04f3f1dc11000553a065f8f0f.tar.xz hypervideo-pre-ff87b367dce059d04f3f1dc11000553a065f8f0f.zip |
brand
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/youtube-dl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/youtube-dl b/bin/youtube-dl index fc3cc8ad8..73bf9b06d 100755 --- a/bin/youtube-dl +++ b/bin/youtube-dl @@ -1,6 +1,6 @@ #!/usr/bin/env python -import youtube_dl +import hypervideo_dl if __name__ == '__main__': - youtube_dl.main() + hypervideo_dl.main() |