Closed GoogleCodeExporter closed 9 years ago
Here are some other main collections that are currently browsable through fantasti.cc plus a proposed reordering of their display. They can be used in default.py in the corresponding block: ----- mode = 1 addDir('Popular Today', main_url+'videos/popular/today/', mode, default_image) addDir('Popular Last 7 Days', main_url+'videos/popular/7days/', mode, default_image) addDir('Popular Last Month', main_url+'videos/popular/31days/', mode, default_image) addDir('Popular All Time', main_url+'videos/popular/all_time/', mode, default_image) addDir('Upcoming', main_url+'videos/upcoming/', mode, default_image) addDir('Made Popular', main_url+'videos/popular/made_popular/', mode, default_image) mode = 2 addDir('========== Collections =============', main_url, mode, default_image) addDir('Upcoming', main_url+'videos/collections/upcoming/', mode, default_image) addDir('Today - Popular', main_url+'videos/collections/popular/today/', mode, default_image) addDir('Today - Most Viewed', main_url+'videos/collections/most_viewed/today/', mode, default_image) addDir('Today - Top Rated', main_url+'videos/collections/top_rated/today/', mode, default_image) addDir('Today - Most Discussed', main_url+'videos/collections/most_discussed/today/', mode, default_image) addDir('Today - Top Favorited', main_url+'videos/collections/top_favorites/today/', mode, default_image) addDir('---------------------------', main_url, mode, default_image) addDir('Last week - Popular', main_url+'videos/collections/popular/7days/', mode, default_image) addDir('Last week - Most Viewed', main_url+'videos/collections/most_viewed/7days/', mode, default_image) addDir('Last week - Most Discussed', main_url+'videos/collections/most_discussed/7days/', mode, default_image) addDir('Last week - Top Rated', main_url+'videos/collections/top_rated/7days/', mode, default_image) addDir('Last week - Top Favorited', main_url+'videos/collections/top_favorites/7days/', mode, default_image) addDir('---------------------------', main_url, mode, default_image) addDir('Last month - Popular', main_url+'videos/collections/popular/31days/', mode, default_image) addDir('Last month - Most Viewed', main_url+'videos/collections/most_viewed/31days/', mode, default_image) addDir('Last month - Most Discussed', main_url+'videos/collections/most_discussed/31days/', mode, default_image) addDir('Last month - Top Rated', main_url+'videos/collections/top_rated/31days/', mode, default_image) addDir('Last month - Top Favorited', main_url+'videos/collections/top_favorites/31days/', mode, default_image) addDir('---------------------------', main_url, mode, default_image) addDir('All-Time - Popular', main_url+'videos/collections/popular/all_time/', mode, default_image) addDir('All-Time - Most Viewed', main_url+'videos/collections/most_viewed/all_time/', mode, default_image) addDir('All-Time - Most Discussed', main_url+'videos/collections/most_discussed/all_time/', mode, default_image) addDir('All-Time - Top Rated', main_url+'videos/collections/top_rated/all_time/', mode, default_image) addDir('All-Time - Top Favorited', main_url+'videos/collections/top_favorites/all_time/', mode, default_image) ------
Original issue reported on code.google.com by leonmar...@gmail.com on 13 Aug 2013 at 1:58
leonmar...@gmail.com
This issue was closed by revision r277.
Original comment by mrdougqu...@gmail.com on 10 Oct 2013 at 11:41
mrdougqu...@gmail.com
Original issue reported on code.google.com by
leonmar...@gmail.com
on 13 Aug 2013 at 1:58