Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jtcodes/reddit-gallery

Browse through reddit's media contents easily and quickly.
https://github.com/jtcodes/reddit-gallery

imageslider media-slider reddit twitter youtube-player

Last synced: 6 days ago
JSON representation

Browse through reddit's media contents easily and quickly.

Awesome Lists containing this project

README

        

# Reddit-Gallery
Browse Reddit's videos subreddit

## Installation


  1. git clone this project

  2. open terminal and cd to Reddit-Gallery directory

  3. then do



```
pod install
```

:exclamation: then open Reddit-Gallery.xcworkspace and do the following: :exclamation:


  1. search for XCDYouTubeVideoOperation.m in xcode

  2. open the file

  3. do a CMD + f for get_video_info

  4. append &html5=1 to the query string for https://www.youtube.com/get_video_info? requests. There are two.



```obj-c
NSString *queryString = [XCDQueryStringWithDictionary(query) stringByAppendingString: @"&html5=1"];
```

## Design
![](https://i.imgur.com/B3j1BpY.png) ![Demo CountPages alpha](https://i.imgur.com/Wg4VlZb.png)

## Features
Swipe through all the media contents with media slider and drag image to dismiss when done.

![Demo CountPages alpha](https://thumbs.gfycat.com/HealthyScalyCockatiel-size_restricted.gif)

Support for image and video.

![Demo CountPages alpha](https://thumbs.gfycat.com/SerpentineLividIrishdraughthorse-size_restricted.gif)

Support for video streaming sites like Youtube.

![Demo CountPages alpha](https://thumbs.gfycat.com/PepperyCheapCuttlefish-size_restricted.gif)