diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py
index 85e88a0..ddce1d6 100644
--- a/proj/y2t/y2t.py
+++ b/proj/y2t/y2t.py
@@ -2,7 +2,7 @@ import youtube_dl
 import sys
 import os
 
-with open ("hello.txt", 'w') as file:
+with open ("output/hello.txt", 'w') as file:
     file.write("hello file")
 
 url = sys.argv[1]