You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stringyear = Extractors.on("<div> Talk is cheap. Show me the code. - Fri, 25 Aug 2000 </div>").extract(selector("div")).filter(value -> value.trim()).with(regex("20\\d{2}")).filter(value -> "from " + value).asString();
54
47
Assert.assertEquals("fivesmallq", title);
55
48
Assert.assertEquals("29671", followers);
56
49
Assert.assertEquals("talk is cheap. show me the code.", description);
0 commit comments