Add sub libraries

This commit is contained in:
Hexah 2020-03-12 23:31:26 +01:00
parent b57503d5ee
commit 9a063bdb51
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
library youtube_explode.exceptions;
export 'unrecognized_structure_exception.dart';
export 'video_requires_purchase_exception.dart';
export 'video_unavailable_exception.dart';

View File

@ -1,3 +1,5 @@
library youtube_explode.extensions;
export 'caption_extension.dart';
export 'channel_extension.dart';
export 'download_extension.dart';