Merge branch 'develop' into 'main'
Develop See merge request india/india_market_java!26
This commit is contained in:
@@ -252,7 +252,7 @@ public class StockService {
|
||||
.header("Referer", "https://www.business-standard.com/")
|
||||
.header("Accept-Language", "en-US,en;q=0.9")
|
||||
.get();
|
||||
result = doc.html().substring(doc.html().indexOf("<div class=\"short-video-img\">"),doc.html().lastIndexOf("<div class=\"short-video-img\">")+500);
|
||||
result = doc.html().substring(doc.html().indexOf("<div class=\"shortvideoimg\" style=\"position:relative\">"),doc.html().lastIndexOf("<div class=\"shortvideoimg\" style=\"position:relative\">")+1200);
|
||||
} catch (Exception e) {
|
||||
return e.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user