{"id":13809206,"url":"https://github.com/manojmj92/subtitle-downloader","last_synced_at":"2025-05-14T05:33:31.308Z","repository":{"id":12968455,"uuid":"15646954","full_name":"manojmj92/subtitle-downloader","owner":"manojmj92","description":"Python script to automatically download subtitles for any movie/tv series episode.","archived":false,"fork":false,"pushed_at":"2022-12-07T23:57:28.000Z","size":83,"stargazers_count":778,"open_issues_count":22,"forks_count":240,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-08-04T01:10:16.981Z","etag":null,"topics":["python","srt-subtitles","subtitle-downloader"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"wushilong/react-desktop","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manojmj92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-05T06:55:31.000Z","updated_at":"2024-08-03T08:36:08.000Z","dependencies_parsed_at":"2023-01-11T18:27:44.176Z","dependency_job_id":null,"html_url":"https://github.com/manojmj92/subtitle-downloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojmj92%2Fsubtitle-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojmj92%2Fsubtitle-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojmj92%2Fsubtitle-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojmj92%2Fsubtitle-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manojmj92","download_url":"https://codeload.github.com/manojmj92/subtitle-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225277992,"owners_count":17448801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","srt-subtitles","subtitle-downloader"],"created_at":"2024-08-04T01:02:08.436Z","updated_at":"2024-11-19T01:30:55.324Z","avatar_url":"https://github.com/manojmj92.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Subtitle Downloader\n===================\n\nPython script to download english \u0026 Arabic subtitles of any movie/tv series episode.\n\n\nGet the latest version of Python at http://www.python.org/getit/.\n\n### Usage:\nIf you have python in your path, simply drag and drop files and folders you wish to get subtitles from on subtitle-downloader.py\n\n#### Windows:\n* Install Python\n    Follow the steps at http://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-7 to set the python path.\n\n* install click, requests, bs4 libraries \n    ```\n        pip install click requests bs4\n    ```\n\n* Place subtitle-downloader.py file in C:\\\n\n* Place the Subtitle.cmd in sendto folder in windows (can be accessed by typing shell:sendto in address bar)\n\n* Right click the movie file (not the movie folder). You can also select multiple files.\nand click sendto -\u003e Subtitle.cmd\n\n* If you want to download subtitles for all movies in a folder, you can use a folder as parameter to subtitle-downloader.py.\n\n#### Mac:\n* Install python and make sure it is in your path\n* install click, requests, bs4 libraries \n    ```\n        pip install click requests bs4\n    ```\n\n* Open Automator and create a new document of type \"Service\"\n\n* Add an action called \"Run Shell Script\"\n\n* On the top, under 'Service receives selected' drop-down, select 'files or folder' and in the next drop-down, for 'in' select 'Finder'\n\n* On the right top of the Run Shell Script action, make sure you selected \"as arguments\" for \"Pass Input\"\n\n* Copy the contents of subtitle.sh in the action\n\n* Edit the path to \"subtitle-downloader.py\" to wherever you have downloaded\n\n* Press `Command + S` to save it and give some name like \"Download Subtitle\"\n\n* Now, Right click the movie file (not the movie folder). You can also select multiple files. Click Services -\u003e Download Subtitle\n\n![gif](https://cloud.githubusercontent.com/assets/12420351/24872579/2dd8f016-1e1e-11e7-89cd-d418688da0d1.gif)\n\n##### Linux with Nautilus file manager(Tested on Debian Based with nautilus as file manager):\n* Install python\n* install click, requests, bs4 libraries \n    ```\n        pip install click requests bs4\n    ``` \n\n* Go to ~/.local/share/nautilus/scripts/ (Ubuntu 13.04 or above) OR ~/.gnome2/nautilus-scripts/ (Ubuntu 12.10 and below) folder and add Subtitles_in_english.sh in the folder.\n\n* The path for subtitle-downloader.py is hardcoded to Desktop ...U can change it accordingly.\n\n* Now Right Click on the movie file (not the movie folder). You can also select multiple files. Click Services -\u003e Subtitles_in_english.\n\n\n![ScreenShot](https://cloud.githubusercontent.com/assets/1637697/3078931/1a693b9a-e487-11e3-8d51-64dce970ad9d.gif)\n\nVoila. the .srt subtitle file will be created right next to your movie file.\n\nEnjoy the show!\n\nMore details can be found here : http://qr.ae/GxOcx\nA how to video can be found here: http://www.youtube.com/watch?v=Q5YWEqgw9X8\n\n##### Linux with NEMO file manager(Tested on Debian Based with NEMO as file manager):\n* Install python\n\n* Go to ~/.gnome2/nemo-scripts folder and add Subtitles_In_English_for_nemo.sh in the folder.\n\n* The path for subtitle-downloader.py is hardcoded to Desktop ...You can change it accordingly.\n\n* Open terminal and execute following command :\n```\nchmod +x ~/.gnome2/nemo-scripts/Subtitles_In_English_for_nemo.sh\n```\n\n* Now Right Click on the movie file (not the movie folder). You can also select multiple files. Click Services -\u003e Subtitles_In_English_for_nemo.\n\nVoila. the .srt subtitle file will be created right next to your movie file.\n\n### Development\n\nWe would love if you can contribute to make this project better. Here's how you can do it:\n\n1. Fork the project.\n2. Commit changes or bugfixes to your repo.\n3. Submit a pull request\n4. Sit back and relax while our maintainers checkout your changes and approve them!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojmj92%2Fsubtitle-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanojmj92%2Fsubtitle-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojmj92%2Fsubtitle-downloader/lists"}