Skip to content

Commit

Permalink
added unofficial youtube api (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihArridho authored Jun 6, 2024
1 parent b6e8912 commit 52aa608
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ Kumpulan API tentang data dan informasi di Indonesia
| Twitter Trends | azharimm | [Link](https://github.com/azharimm/twitter-trends-api) || Unofficial API Twitter trends data. | `false` |
| Whatsapp Cloud API Wrapper | fdciabdul | [Link](https://github.com/fdciabdul/WhatsApp-Cloud-API-Wrapper) || Unofiicial Wrapper untuk Whatsapp Cloud API. | `false` |
| Whatsapp Official API | Facebook | [Link](https://developers.facebook.com/docs/whatsapp) || Official API untuk Whatsapp Cloud API. | `false` |
| Unofficial Youtube Api | FatihArridho | [Link](https://github.com/FatihArridho/Unofficial-YoutubeApi) || Unofficial API untuk Youtube. | `false` |


### Umum

Expand Down
11 changes: 11 additions & 0 deletions data/social-media/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@
},
"description": "Official API for Whatsapp Cloud API.",
"authentication": false
},
{
"apiName": "Unofficial Youtube Api",
"status": true,
"documentationUrl": "https://github.com/FatihArridho/Unofficial-YoutubeApi",
"developer": {
"name": "FatihArridho",
"profileUrl": null
},
"description": "Unofficial Youtube A simple api to search for videos, channels, playlists.",
"authentication": false
}
]
}
11 changes: 11 additions & 0 deletions data/social-media/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@
},
"description": "Official API untuk Whatsapp Cloud API.",
"authentication": false
},
{
"apiName": "Unofficial Youtube Api",
"status": true,
"documentationUrl": "https://github.com/FatihArridho/Unofficial-YoutubeApi",
"developer": {
"name": "FatihArridho",
"profileUrl": null
},
"description": "Unofficial Youtube Api sederhana untuk mencari video, channel, playlist.",
"authentication": false
}
]
}

0 comments on commit 52aa608

Please sign in to comment.