Skip to content

Commit cd33bfb

Browse files
authored
Update README.md
1 parent 72acff0 commit cd33bfb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ twitter2mp4 its a tool to download videos from Twitter. Needless of ffmpeg.
33

44
Here's what twitter2mp4 looks in action.
55
```
6-
$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088\?s=09 -fn funny_video
6+
$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088?s=09 -fn funny_video
77
[+] File successfully saved as funny_video.mp4 !
88
9-
$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088\?s=09 -l
9+
$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088?s=09 -l
1010
[+] Link: https://video.twimg.com/ext_tw_video/1247979567739879424/pu/vid/720x986/MgihvBG9E_2E-Y4I.mp4?tag=10
1111
1212
```
@@ -33,7 +33,6 @@ $ python twitter2mp4.py
3333

3434
## Usage
3535
```
36-
3736
$ python twitter2mp4.py -h
3837
usage: [-h] [-d DIR] [-fn FILENAME] [-l] url
3938
@@ -51,9 +50,13 @@ optional arguments:
5150
-l, --link Will output a direct URL to the video.
5251
5352
```
53+
Example:
54+
```
55+
$ python twitter2mp4.py https://twitter.com/ImReeeK/status/1247980101435822088?s=09 -fn funny_video
56+
```
5457

5558
## Compatibility
5659

5760
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.
5861

59-
[open an issue]: https://github.com/hohohoesmad/twitter2mp4/issues/new
62+
[open an issue]: https://github.com/hohohoesmad/twitter2mp4/issues/new

0 commit comments

Comments
 (0)