diff --git a/bridges/NineGagBridge.php b/bridges/NineGagBridge.php index 19c7e29c..5ea61215 100644 --- a/bridges/NineGagBridge.php +++ b/bridges/NineGagBridge.php @@ -37,59 +37,66 @@ class NineGagBridge extends BridgeAbstract { 'name' => 'Section', 'type' => 'list', 'values' => array( - 'Animals' => 'cute', + 'Among Us' => 'among-us', + 'Animals' => 'animals', 'Anime & Manga' => 'anime-manga', + 'Anime Waifu' => 'animewaifu', + 'Anime Wallpaper' => 'animewallpaper', + 'Apex Legends' => 'apexlegends', 'Ask 9GAG' => 'ask9gag', 'Awesome' => 'awesome', - 'Basketball' => 'basketball', 'Car' => 'car', - 'Classical Art Memes' => 'classicalartmemes', - 'Comic' => 'comic', + 'Comic & Webtoon' => 'comic-webtoon', + 'Coronavirus ' => 'coronavirus', 'Cosplay' => 'cosplay', - 'Countryballs' => 'country', - 'DIY & Crafts' => 'imadedis', - 'Drawing & Illustration' => 'drawing', - 'Fan Art' => 'animefanart', - 'Food & Drinks' => 'food', + 'Countryballs' => 'countryballs', + 'Cozy & Comfy' => 'home-living', + 'Crappy Design' => 'crappydesign', + 'Cryptocurrency ' => 'cryptocurrency', + 'Cyberpunk 2077' => 'cyberpunk2077', + 'Dark Humor' => 'darkhumor', + 'Drawing, DIY & Crafts' => 'drawing-diy-crafts', + 'Fashion & Beauty' => 'rate-my-outfit', + 'Food & Drinks' => 'food-drinks', 'Football' => 'football', 'Fortnite' => 'fortnite', 'Funny' => 'funny', - 'GIF' => 'gif', + 'Game of Thrones' => 'got', 'Gaming' => 'gaming', + 'GIF' => 'gif', 'Girl' => 'girl', - 'Girly Things' => 'girly', + 'Girl Celebrity' => 'girlcelebrity', 'Guy' => 'guy', 'History' => 'history', - 'Home Design' => 'home', 'Horror' => 'horror', 'K-Pop' => 'kpop', - 'LEGO' => 'lego', + 'Latest News' => 'timely', 'League of Legends' => 'leagueoflegends', + 'LEGO' => 'lego', + 'Marvel & DC' => 'superhero', + 'Meme' => 'meme', 'Movie & TV' => 'movie-tv', 'Music' => 'music', - 'NFK - Not For Kids' => 'nsfw', + 'NBA' => 'basketball', 'Overwatch' => 'overwatch', 'PC Master Race' => 'pcmr', - 'PUBG' => 'pubg', - 'Pic Of The Day' => 'photography', 'Pokémon' => 'pokemon', - 'Politics' => 'politics', + 'Politics ' => 'politics', + 'PUBG' => 'pubg', + 'Random ' => 'random', 'Relationship' => 'relationship', - 'Roast Me' => 'roastme', 'Satisfying' => 'satisfying', 'Savage' => 'savage', - 'School' => 'school', - 'Sci-Tech' => 'science', - 'Sport' => 'sport', + 'Science & Tech' => 'science-tech', + 'Sport ' => 'sport', 'Star Wars' => 'starwars', - 'Superhero' => 'superhero', - 'Surreal Memes' => 'surrealmemes', - 'Timely' => 'timely', - 'Travel' => 'travel', + 'Teens Can Relate' => 'school', + 'Travel & Photography' => 'travel-photography', 'Video' => 'video', - 'WTF' => 'wtf', 'Wallpaper' => 'wallpaper', 'Warhammer' => 'warhammer', + 'Wholesome' => 'wholesome', + 'WTF' => 'wtf', ), ), 't' => array( @@ -100,6 +107,15 @@ class NineGagBridge extends BridgeAbstract { 'Fresh' => 'fresh', ), ), + 'video' => array( + 'name' => 'Filter Video', + 'type' => 'list', + 'values' => array( + 'NotFiltred' => 'none', + 'VideoFiltred' => 'without', + 'VideoOnly' => 'only', + ), + ), 'p' => array( 'name' => 'Pages', 'type' => 'number',