Youtube Channels
Description
Get the videos id, title and links from a Youtube page. Multiple Youtube urls in one run.
Input
Urls array input format : https://www.youtube.com/@page
Result
[ { "title": "Channel1 - YouTube", "videos": [ { "id": "RfTgYhUU791", "url": "https://www.youtube.com/watch?v=RfTgYhUU791", "title": "Video one of page" }, { "id": "RfTgYhUU792", "url": "https://www.youtube.com/watch?v=RfTgYhUU792", "title": "Video two of page" }, { "id": "RfTgYhUU793", "url": "https://www.youtube.com/watch?v=RfTgYhUU793", "title": "Video three of page" }, { "id": "RfTgYhUU794", "url": "https://www.youtube.com/watch?v=RfTgYhUU794", "title": "Video four of page" }, ... ] }, { "title": "Channel2 - YouTube", "videos": [ { "id": "RfTgYhUU791", "url": "https://www.youtube.com/watch?v=RfTgYhUU791", "title": "Video one of page" }, { "id": "RfTgYhUU792", "url": "https://www.youtube.com/watch?v=RfTgYhUU792", "title": "Video two of page" }, { "id": "RfTgYhUU793", "url": "https://www.youtube.com/watch?v=RfTgYhUU793", "title": "Video three of page" }, { "id": "RfTgYhUU794", "url": "https://www.youtube.com/watch?v=RfTgYhUU794", "title": "Video four of page" }, ... ] } ]
Developer
Maintained by Community
Actor stats
- 54 users
- 405 runs
- Modified 5 months ago
Categories