Alright, so basically I have a Google script that searches for a keyword. The results look like:
http://www.example.com/user/1234 http://www.youtube.com/user/125 http://www.forum.com/user/12 What could I do to organize these results like this?:
Forums: http://www.forum.com/user/12 YouTubes: http://www.youtube.com/user/125 Unidentified: http://www.example.com/user/1234 By the way I'm organizing them with keywords. If the url has "forum" in it then it goes to the forum list, if it has YouTube it goes to the YouTube list, but if no keywords match up then it goes to unidentified.
example.comunidentified? And finally: what have you tried?