From cd33bfb5acc65f7195d813bf6e2ab33e246f62c6 Mon Sep 17 00:00:00 2001 From: HoHoHoesMad <51302942+hohohoesmad@users.noreply.github.com> Date: Mon, 13 Apr 2020 04:33:38 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb0def9..d56b365 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ twitter2mp4 its a tool to download videos from Twitter. Needless of ffmpeg. Here's what twitter2mp4 looks in action. ``` -$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088\?s=09 -fn funny_video +$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088?s=09 -fn funny_video [+] File successfully saved as funny_video.mp4 ! -$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088\?s=09 -l +$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088?s=09 -l [+] Link: https://video.twimg.com/ext_tw_video/1247979567739879424/pu/vid/720x986/MgihvBG9E_2E-Y4I.mp4?tag=10 ``` @@ -33,7 +33,6 @@ $ python twitter2mp4.py ## Usage ``` - $ python twitter2mp4.py -h usage: [-h] [-d DIR] [-fn FILENAME] [-l] url @@ -51,9 +50,13 @@ optional arguments: -l, --link Will output a direct URL to the video. ``` +Example: +``` +$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088?s=09 -fn funny_video +``` ## Compatibility Tested on Python 3.7 on Linux and Windows. Feel free to [open an issue] if you have bug reports or questions. If you want to collaborate, you're welcome. -[open an issue]: https://github.com/hohohoesmad/twitter2mp4/issues/new \ No newline at end of file +[open an issue]: https://github.com/hohohoesmad/twitter2mp4/issues/new