https://github.com/hadiazt/medias-info
Scrap Media Info Such As Information & Download Link
https://github.com/hadiazt/medias-info
data downloader media movie music
Last synced: 11 months ago
JSON representation
Scrap Media Info Such As Information & Download Link
- Host: GitHub
- URL: https://github.com/hadiazt/medias-info
- Owner: hadiazt
- Created: 2022-03-17T14:08:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T08:50:20.000Z (over 4 years ago)
- Last Synced: 2025-06-25T10:24:24.435Z (12 months ago)
- Topics: data, downloader, media, movie, music
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/medias-info
- Size: 19.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Medias Info
An NODE Module For Getting Download Link And Some Extra Info For You Entry Called Medias Info
#
## Functions :
PCGame - ConsoleGame - Songs - Moives - Tv
#
## Function Object Info :
```
name : Your Entry For Search
```
## Example Of Usage :
```js
const { PCGame, ConsoleGame } = require('medias-info')
PCGame({ name: '' }).then(res => { console.log(res) })
ConsoleGame({ name: '' }).then(res => { console.log(res) })
// --------- OR --------- //
const Data /* Or Every Var You Want */ = require('medias-info')
Data.Moives({ name: '' }).then(res => { console.log(res) })
Data.Tv({ name: '' }).then(res => { console.log(res) })
```
Or Visit [test](https://github.com/hadiazt/medias-info/blob/main/test/index.test.js) File
## 📊 Repo Stats
## 🤝 Contributing
1. [Fork the repository](https://github.com/hadiazt/medias-info/fork)
2. Clone your fork: `git clone https://github.com/your-username/medias-info.git`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Commit your changes: `git commit -am 'Add some feature'`
5. Push to the branch: `git push origin my-new-feature`
6. Submit a pull request
# 🌟 Spread the word!
If you want to say thank you and/or support active development of the repo:
- Add a GitHub Star to the project!
- Join our discord servers [sosis](https://discord.gg/4zY83B9GnZ).
- Follow my profile [hadi-az](https://github.com/hadiazt)
Thanks so much for your interest in growing the reach of the repo!
# ⚠️ License
This repo is free and open-source software licensed under the MIT General Public License v3.0. All designs were created by [hadi-az](https://github.com/hadiazt).