This commit is contained in:
FireMasterK 2022-02-07 13:25:54 +00:00
parent a8612fdad7
commit 8097805f0e
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
9 changed files with 484 additions and 8 deletions

View file

@ -1,5 +1,4 @@
.gitignore
.openapi-generator-ignore
README.md
analysis_options.yaml
doc/ChannelInfo.md
@ -7,6 +6,7 @@ doc/ExceptionError.md
doc/Regions.md
doc/Stream.md
doc/StreamItem.md
doc/Subtitle.md
doc/UnauthenticatedApi.md
doc/VideoInfo.md
lib/piped_api.dart
@ -25,13 +25,7 @@ lib/src/model/exception_error.dart
lib/src/model/regions.dart
lib/src/model/stream.dart
lib/src/model/stream_item.dart
lib/src/model/subtitle.dart
lib/src/model/video_info.dart
lib/src/serializers.dart
pubspec.yaml
test/channel_info_test.dart
test/exception_error_test.dart
test/regions_test.dart
test/stream_item_test.dart
test/stream_test.dart
test/unauthenticated_api_test.dart
test/video_info_test.dart