def test_tag_with_non_ascii_characters(self):
		main.download_feed(main.get_feed_from_tag(u'caf\xe9'))
	def test_tag_with_all_manner_of_crazy_characters_except_spaces(self):
		main.download_feed(main.get_feed_from_tag('abc\'"~!@#$%^&*()-+_=,.<>?/\\'))