






#import "NSURL+AreFunClip.h"
#import "NSString+ThatForever.h"

@implementation NSURL (AreFunClip)

- (NSDictionary *)usedHasStill {
    
    NSArray * array = [[self query] componentsSeparatedByString:@"&"];

    NSMutableDictionary * DenyDict = [NSMutableDictionary new];

    for(int i = 0 ; i < [array count]; i++){

        NSArray * sexRedValue = [array[i] componentsSeparatedByString:@"="];

        if([sexRedValue count] == 2 && sexRedValue[0] && sexRedValue[1]){

            [DenyDict setObject:[sexRedValue[1] proceedSmallAndRadioMinMostly] forKey:sexRedValue[0]];

        }
    }
    return DenyDict;
}

@end
