# -*- coding: utf-8 -*-12# This program is free software; you can redistribute it and/or modify3# it under the terms of the GNU General Public License version 2 as4# published by the Free Software Foundation.56from gallery_dl.extractor import reactor789__tests__ = (10{11"#url" : "http://anime.reactor.cc/tag/Anime+Art",12"#category": ("reactor", "anime.reactor", "tag"),13"#class" : reactor.ReactorTagExtractor,14},1516{17"#url" : "http://anime.reactor.cc/user/Shuster",18"#category": ("reactor", "anime.reactor", "user"),19"#class" : reactor.ReactorUserExtractor,20},2122{23"#url" : "http://anime.reactor.cc/post/3576250",24"#category": ("reactor", "anime.reactor", "post"),25"#class" : reactor.ReactorPostExtractor,26},2728)293031