Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vegidio/umd-lib
A Go library to easily extract links from media files hosted on popular websites.
https://github.com/vegidio/umd-lib
coomer downloader extractor go reddit redgifs scraper
Last synced: about 4 hours ago
JSON representation
A Go library to easily extract links from media files hosted on popular websites.
- Host: GitHub
- URL: https://github.com/vegidio/umd-lib
- Owner: vegidio
- License: mit
- Created: 2024-11-03T06:39:07.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T00:39:19.000Z (19 days ago)
- Last Synced: 2024-12-24T01:30:54.345Z (19 days ago)
- Topics: coomer, downloader, extractor, go, reddit, redgifs, scraper
- Language: Go
- Homepage:
- Size: 525 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UMD-lib
UMD-lib is a Go library to easily extract links from media files hosted on popular websites.
It supports the following sites:
## ⬇️ Installation
This library can be installed using Go modules. To do that run the following command in your project's root directory:
```bash
$ go get github.com/vegidio/umd-lib
```## 🤖 Usage
Please visit the library's [website](https://vegidio.github.io/umd-lib) to find detailed instructions on how to use it in your project.
## 📝 License
**umd-lib** is released under the MIT License. See [LICENSE](LICENSE) for details.
## 👨🏾💻 Author
Vinicius Egidio ([vinicius.io](http://vinicius.io))