Hello,
I had a scenario that was working perfectly before. Its objective is to extract data from a YouTube video page. For this, I use an “HTTP” module to retrieve the content of the YouTube page, followed by a “Text Parser” module to extract the necessary data.
However, this scenario no longer works as it did before, even though I haven’t made any changes since my last use six months ago. It seems that the issue originates from the “HTTP” module, which is no longer able to retrieve the full data. As a result, the “Text Parser” module can no longer locate or extract the required information. Yet, when I manually extract the source code from the page, the data is indeed present. But when the information comes from the “HTTP” module, it is no longer detected.
Additionally, when I try to view the module’s output data, I notice it is truncated. The module only returns 30% of the page’s source code instead of the full content. Do you have any advice or solutions to resolve this issue?
Thank you in advance for your assistance.
Screenhot:
67.text = https://www.youtube.com/watch?v=SM66GDRyIVY
Here, the text parser finds nothing.