I too am getting this problem this is my error
"Thread #1 : Error occurred : Failed to get page http://ip.bablosoft.com/?requestid=88198 with HttpClient"
It seems I keep sending GET requests but am getting nothing in return. Is this just a temporary bug on bablosofts side? or is it a fixable error on my side, let me know what you guys think
How can I cut urls from the list
-
I have a lot of url, for example, in the url that I gave, I want to delete after .html, the parts after .html are not fixed in all urls. So how can I get only url.
Thank you in advance for your helpsample url 1
href="https://es.banggood.com/Bakeey-Flip-PU-Leather-Full-Body-Protective-Case-For-Xiaomi-Mi-A2-or-Xiaomi-Mi-6X-Non-original-p-1371644.html?cur_warehouse=CN&ID=3229&rmmds=category"sample url 2
href="https://es.banggood.com/Bakeey-Ultra-thin-Matte-Soft-TPU-Protective-Case-For-Xiaomi-Redmi-Note-8-Pro-Non-original-p-1630420.html?cur_warehouse=CN&ID=224&rmmds=category" -
@kerafb said in How can I cut urls from the list:
I have a lot of url, for example, in the url that I gave, I want to delete after .html, the parts after .html are not fixed in all urls. So how can I get only url.
Thank you in advance for your helpsample url 1
sample url 2
If I understand you correctly, use this regular expression:
"(.*?)\?https://regex101.com/r/UmrZNe/1
