youtube_caption_scraper 0.2.1 copy "youtube_caption_scraper: ^0.2.1" to clipboard
youtube_caption_scraper: ^0.2.1 copied to clipboard

Parse subtitles/captions from YouTube without authorization.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add youtube_caption_scraper
copied to clipboard

With Flutter:

 $ flutter pub add youtube_caption_scraper
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  youtube_caption_scraper: ^0.2.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:youtube_caption_scraper/youtube_caption_scraper.dart';
copied to clipboard
20
likes
160
points
111
downloads

Publisher

verified publisherfperson.dev

Weekly Downloads

2024.09.14 - 2025.03.29

Parse subtitles/captions from YouTube without authorization.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

html, http

More

Packages that depend on youtube_caption_scraper