Remove meta dependency

This commit is contained in:
Hexah 2020-06-05 20:46:25 +02:00
parent e71e8f3dd4
commit 7e7f076b2f
2 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ class _Video {
String get author => _root['author'];
//TODO: Check if date is correctS
DateTime get uploadDate =>
DateTime.fromMillisecondsSinceEpoch(_root['time_created'] * 1000);

View File

@ -42,5 +42,4 @@ class ClosedCaptionClient {
e.getParts().map((f) => ClosedCaptionPart(f.text, f.offset))));
return ClosedCaptionTrack(captions);
}
//TODO: Implement WriteToAsync and DownloadAsync
}