diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py index 820e32d..992b9d0 100644 --- a/proj/y2t/y2t.py +++ b/proj/y2t/y2t.py @@ -1,6 +1,8 @@ import youtube_dl import sys +print("hello from y2t.py") + url = sys.argv[1] lang = sys.argv[2]