├── README.md ├── deepl_scraper.py ├── geckodriver.exe ├── launch.bat ├── requirements.txt └── subtitler.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dimitris02/subtitler/HEAD/README.md -------------------------------------------------------------------------------- /deepl_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dimitris02/subtitler/HEAD/deepl_scraper.py -------------------------------------------------------------------------------- /geckodriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dimitris02/subtitler/HEAD/geckodriver.exe -------------------------------------------------------------------------------- /launch.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dimitris02/subtitler/HEAD/launch.bat -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dimitris02/subtitler/HEAD/requirements.txt -------------------------------------------------------------------------------- /subtitler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dimitris02/subtitler/HEAD/subtitler.py --------------------------------------------------------------------------------