Skip to content

Commit bde124b

Browse files
authored
Added a comment to specify download directory
Added a comment just before directory declaration so that user can set his local directory where he/she can download torrent files
1 parent 5c2df51 commit bde124b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SeriesTorrentDownloader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from prettytable import PrettyTable
55

66
isHighQuality=True
7+
# change the directory where you would like to download torrents
78
directory = 'C:\\Users\\rohan.yadav\\Downloads\\Movies'
89

910
def download_series(url,directory):

0 commit comments

Comments
 (0)