[NineGagBridge] Updated sections and added video

This commit is contained in:
Bockiii 2021-08-25 15:06:10 +02:00 committed by GitHub
parent 10c5259493
commit 677e4974d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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