Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
f-rog authored Apr 13, 2020
1 parent 72acff0 commit cd33bfb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -33,7 +33,6 @@ $ python twitter2mp4.py

## Usage
```
$ python twitter2mp4.py -h
usage: [-h] [-d DIR] [-fn FILENAME] [-l] url
Expand All @@ -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
[open an issue]: https://github.com/hohohoesmad/twitter2mp4/issues/new

0 comments on commit cd33bfb

Please sign in to comment.