youtube_parser 0.9.3 copy "youtube_parser: ^0.9.3" to clipboard
youtube_parser: ^0.9.3 copied to clipboard

outdated

Extracts IDs from all kinds of YouTube urls

Dart YouTube Parser #

Usage #

import "package:youtube_parser/youtube_parser.dart";

String foo = getIdFromUrl("https://www.youtube.com/watch?v=CBWlfU_na-2");
// returns "CBWlfU_na-2"

String bar = getIdFromUrl("https://www.notyoutube.com/watch?v=CBWlfU_na-2");
// returns null

License #

This project is licensed under the MIT License - see the LICENSE file for details

25
likes
20
pub points
90%
popularity

Publisher

verified publishervimuser.com

Extracts IDs from all kinds of YouTube urls

Homepage

License

MIT (LICENSE)

More

Packages that depend on youtube_parser