Add reddit video support. Media format is `m3u8` Suitable dart package is [video_player](https://pub.dev/packages/video_player) notes: video url is encapsulated in `reddit_video` object, located in `media` field of RedditResponse JSON.
Add reddit video support.
Media format is
m3u8Suitable dart package is video_player
notes: video url is encapsulated in
reddit_videoobject, located inmediafield of RedditResponse JSON.