1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-17 14:18:35 +01:00

[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',
'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',