Corrected syntax
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:32:33 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
README.md
→
README.md
@@ -36,6 +36,6 @@ <ul>
<li>This script only works for mp4 and mkv file types.</li> <li>Make sure if you are having an mkv file, it should not contain any type of picture based subtitles(hdmv-pgs/vobsub,etc). You can use <a href="https://mkvtoolnix.download/">MKVToolNix</a> or any other similar gui utility to quickly remove the picture based subtitles or you can use ffmpeg to this as well. If the file already has an srt subtitle then the script will just copy it.</li> <li>If you would like to use your own poster image then add an image file (jpg only) in the same folder and rename it to the same as the movie file.</li> - <li>Although I have provided my own TMDb API key in the source, I would recommend you get you own from <a href="[https://www.themoviedb.org/documentation/api">here</a></li> + <li>Although I have provided my own TMDb API key in the source, I would recommend you get you own from <a href="https://www.themoviedb.org/documentation/api">here</a></li> </ul>