Updated regex to validate url and added vivo.st support

This commit is contained in:
2021-05-05 18:04:36 +02:00
parent 18472ec3d0
commit 7213c78bf5
2 changed files with 23 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# vivo
A very simple tool to get the video url and some other stuff from a [vivo.sx](https://vivo.sx) video.
The alternative domain [vivo.st](https://vivo.st) is also supported.
Only tested on linux, but should work on Mac and Windows too.
@ -35,4 +36,4 @@ func main() {
## License
This project is licensed under the Mozilla Public Licence 2.0 (MPL-2.0) licence - see the [LICENSE](LICENCE) file for more details
This project is licensed under the Mozilla Public Licence 2.0 (MPL-2.0) licence - see the [LICENSE](LICENCE) file for more details