미디어, 즉 영화, TV 시리즈 자막 스크래핑을 쉽게 자동화 할 수있는 유틸리티.
pip install subgrab
다음 사이트는 자막 다운로드에 사용될 수 있습니다.
지원되는 사이트 |
---|
서브 스테인 (-m) |
AllSubDB (default for directories) |
Usage:
subgrab [-h] [-d directory path] [-m Name of the movie/season] [-s Silent Mode]
[-c Number of Subtitles to be downloaded] [-l Custom language]
Options:
-h, --help Show this help message and exit.
-d DIR, --dir DIR Specify directory to work in.
-m MOVIE_NAME [MOVIE_NAME ...], --movie-name MOVIE_NAME [MOVIE_NAME ...]
Provide Movie Name.
-s, --silent Silent mode.
-c COUNT, --count COUNT
Number of subtitles to be downloaded.
-l LANG, --lang LANG Change language.
subgrab # To run in current working directory.
subgrab - m Doctor Strange # For custom movie subtitle download.
subgrab - m Doctor Strange - s # Silent mode (No prompts i.e., title selection [if not found]).
subgrab - d "DIRECTORY_PATH" # For specific directory.
subgrab - m The Intern 2015 - s - l AR # Language specified (First two characters of the language).
subgrab - m The Intern 2015 - c 3 - s # Download 3 subtitles for the movie.
Two Mode (CLI 및 Silent Inside Inside Indiver Media Downloading [-m]) - 제목 (IE Media Name)이 사이트에서 인식되지 않으면 CLI 모드가 실행됩니다. 대부분 연도가 입증되지 않은 경우 (둘 이상의 미디어 이름이 충돌 할 때). 사일런트 모드는 일반적으로 연도가 논쟁에서 제공 될 때 실행됩니다. 선택적, 당신은 또한 사일런트 모드 인수를 지정할 수 있습니다. 이는 제목 선택 프롬프트없이 자막을 다운로드하도록 강요 할 수도 있습니다. 미디어 인수 (-m)와 무음 모드 (-s) 인수가 이어집니다.
자막 수 인수가 추가되어 개별 미디어에 대한 여러 자막을 다운로드 할 수 있습니다. 이것은 정확한 일치를 찾을 수 없을 때 유용하며 여러 SRT 파일을 다운로드하여 미디어 파일과 동기화되어 있는지 확인할 수 있습니다 (v0.12에 통합).
여러 언어 지원이 추가되었습니다 (v0.12).
영화 이름과 연도를 지정하여 영화 용 자막을 다운로드 할 수 있습니다 (선택 사항).
지정된 디렉토리에서 미디어 파일 용 자막을 다운로드 할 수 있습니다.
크로스 플랫폼 (Linux 및 Windows에서 테스트).
스크립트 실행에 대한 로그 생성 (v0.15)
Subdb (v0.16)에 대한 지원이 추가되었으며, 이제 자막 다운로드에 대한 첫 번째 선호도는 디렉토리에서 자막 다운로드에서 Subdb입니다.
초기 릴리스 (v1.0.0)
For example:
>>> subgrab -m Doctor Strange -s -l AR, EN, SP -c 3
should download 3 subtitles for each language specified
For Examples:
(0) Movie 1
(1) Movie 2
.
.
(10) Movie 10
------------------------------------------------------------------------------------------------------
(Interactive Prompt)
> 1-3, 6,7,10
will download subtitles for the directories specified.