You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# icm-backup-lists
1
+
# imdb-backup-lists
2
2
3
3
A simple tool to backup all your lists from IMDb including your watchlist and ratings. Creates a .zip archive with .csv files exported from the site. To prevent filesystem errors all personal lists are renamed to `ls0XXXXXXXX_latinized-list-name.csv`, but all original list titles (including multiline ones) are preserved in `titles.txt` in the same archive.
4
4
@@ -46,10 +46,10 @@ Otherwise you can run it from the source code:
46
46
3. Use any of the following steps to run the tool (depending on which file you've downloaded):
47
47
- Executable (`imdb_backup.exe`):
48
48
- double click on the file
49
-
- or type `$ imdb_backup.exe --nopause` in the command line
49
+
- or type `imdb_backup.exe --nopause` in the command line
50
50
- Script (`imdb_backup.py`):
51
51
- double click on the file
52
-
- or type `$ python imdb_backup.py --nopause` in the command line
52
+
- or type `python imdb_backup.py --nopause` in the command line
53
53
54
54
4. After the tool has finished running, `imdb_exported_lists.zip` should appear in your working directory.
0 commit comments