Skip to content

Instantly share code, notes, and snippets.

@Verpous
Verpous / mcsv2.py
Created August 2, 2024 15:01
Download IMDb lists as CSVs automatically
#! python
import argparse
import os
import time
import socket
import select
import webbrowser
import traceback
import abc
@Verpous
Verpous / mcsv.py
Created July 15, 2024 18:41
Download IMDb lists as CSV automatically
#! python
# USAGE: run mcsv.py <list-id> <downloads-dir> and it will download the list CSV using Firefox, and print the name of the downloaded file.
import sys
import argparse
import os
import time
import glob