Exemple #1
0
 def __init__(self, client):
     ItemDataSource.__init__(self,
                             client,
                             'us/sport',
                             show_editors_picks=True)
     self.show_tags = ['keyword']
     self.show_elements = 'image'
Exemple #2
0
 def __init__(self, client):
     ItemDataSource.__init__(self,
                             client,
                             'technology',
                             show_editors_picks=True)
     self.name = 'technology' + client.edition
     self.show_tags = ['keyword']
     self.show_elements = 'image'
Exemple #3
0
 def __init__(self, client, edition_path):
     ItemDataSource.__init__(self,
                             client,
                             content_id=edition_path,
                             show_editors_picks=True)
Exemple #4
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, '/au/commentisfree', show_editors_picks=True, only_editors_picks=True)
Exemple #5
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='australia-news/australian-politics')
     self.tags = ['type/video']
	def __init__(self, client):
		ItemDataSource.__init__(self, client, content_id='news/series/the-audio-long-read')
Exemple #7
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, "us/sport", show_editors_picks=True)
     self.show_tags = ["keyword"]
     self.show_elements = "image"
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='fashion', show_editors_picks=True)
     self.page_size = 20
Exemple #9
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='australia-news')
     self.show_elements = 'image'
 def __init__(self, client):
     ItemDataSource.__init__(self,
                             client,
                             content_id='fashion/fashion-blog')
 def __init__(self, client):
     ItemDataSource.__init__(self, client, show_editors_picks=True)
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='fashion')
     self.tags = ['fashion/series/sali-hughes-beauty']
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='fashion')
     self.tags = ['fashion/series/jess-cartner-morley-on-fashion']
 def __init__(self, client):
     ItemDataSource.__init__(self,
                             client,
                             content_id='fashion',
                             show_most_viewed=True)
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='fashion', show_most_viewed=True)
 def __init__(self, client ):
     ItemDataSource.__init__(self, client, content_id='fashion/series/guardian-fashion-blogs-network')
Exemple #17
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='games')
     self.tags = ['-technology/series/chatterbox,-type/video']
	def __init__(self, client):
		ItemDataSource.__init__(self, client, content_id='fashion')
		self.tags = ['fashion/series/jess-cartner-morley-on-fashion']
 def __init__(self, client):
     ItemDataSource.__init__(self,
                             client,
                             content_id='fashion',
                             show_editors_picks=True)
     self.page_size = 20
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='fashion/fashion-blog')
Exemple #21
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, show_editors_picks=True)
 def __init__(self, client):
     ItemDataSource.__init__(
         self,
         client,
         content_id='fashion/series/guardian-fashion-blogs-network')
Exemple #23
0
 def __init__(self, client):
     ItemDataSource.__init__(
         self, client, content_id='australia-news/australian-politics')
     self.tags = ['type/video']
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='technology', show_most_viewed=True)
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='technology/games')
     self.tags = ['-technology/series/chatterbox,-type/video']
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='technology')
     self.tags = ['type/podcast']
Exemple #27
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='world', show_editors_picks=True)
     self.show_elements = 'image'
 def __init__(self, client):
     ItemDataSource.__init__(self, client, 'technology', show_editors_picks=True)
     self.name = 'technology' + client.edition
     self.show_tags = ['keyword']
     self.show_elements = 'image'
Exemple #29
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, "lifeandstyle/australia-food-blog")
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='books')
     self.tags = ['tone/reviews']
Exemple #31
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='australia-news/australian-politics')
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='books/booksblog')
Exemple #33
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='australia-news')
     self.show_elements = 'image'
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='books')
     self.tags = ['type/audio']
Exemple #35
0
 def __init__(self, client):
     ItemDataSource.__init__(self,
                             client,
                             content_id='technology',
                             show_most_viewed=True)
 def __init__(self, client):
     ItemDataSource.__init__(self,
                             client,
                             content_id='books',
                             show_editors_picks=True)
Exemple #37
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='technology')
     self.tags = ['type/podcast']
Exemple #38
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client,
                             "lifeandstyle/australia-food-blog")
 def __init__(self, client):
     ItemDataSource.__init__(self, client, show_most_viewed=True)
Exemple #40
0
 def __init__(self, client):
     ItemDataSource.__init__(self,
                             client,
                             '/au/commentisfree',
                             show_editors_picks=True,
                             only_editors_picks=True)
Exemple #41
0
 def __init__(self, client):
     ItemDataSource.__init__(self, client, show_most_viewed=True)
Exemple #42
0
 def __init__(self, client):
     ItemDataSource.__init__(
         self, client, content_id='australia-news/australian-politics')
 def __init__(self, client, edition_path):
     ItemDataSource.__init__(self, client, content_id=edition_path, show_editors_picks=True)
 def __init__(self, client):
     ItemDataSource.__init__(self, client, content_id='fashion')
     self.tags = ['fashion/series/sali-hughes-beauty']