Commit 96f7e9f0 authored by Ross McIlroy's avatar Ross McIlroy Committed by Commit Bot

Add browse:news:cricbuzz:2019 system health story

This CL was created automatically with tools/perf/update_wpr script

R=perezju@chromium.org

Change-Id: Ic776473539b833f243c8fd36e0a83323192b8cc4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919144Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#716111}
parent 66d634a3
......@@ -48,6 +48,9 @@
"browse:news:cricbuzz": {
"DEFAULT": "system_health_mobile_055.wprgo"
},
"browse:news:cricbuzz:2019": {
"DEFAULT": "system_health_mobile_af81eb9b2d.wprgo"
},
"browse:news:flipboard": {
"DEFAULT": "system_health_mobile_025.wprgo"
},
......
af81eb9b2d562c4d8c092f10799d102e8149b15f
\ No newline at end of file
......@@ -975,7 +975,14 @@ class BrowseCricBuzzMobileStory(_ArticleBrowsingStory):
ITEMS_TO_VISIT = 3
ITEM_SELECTOR = '.list-content'
class BrowseCricBuzzMobileStory2019(_ArticleBrowsingStory):
NAME = 'browse:news:cricbuzz:2019'
URL = 'http://m.cricbuzz.com'
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
TAGS = [story_tags.EMERGING_MARKET, story_tags.YEAR_2019]
ITEMS_TO_VISIT = 3
ITEM_SELECTOR = '.list-content'
##############################################################################
# Maps browsing stories.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment