Python Forum
Beautifulsoup and JavaScript Values
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beautifulsoup and JavaScript Values
#1
Hi, I'm trying to get a value from the soup that i created.
Here's what I found:
var next_chapter =  "https://www.lelscan-vf.com/manga/vinland-saga/165"
But the problem is that i would like to get the value from the "var next_chapter"
Here's what I tried(even if it's nonsense):
 a= soup.find('var next_chapter')

    NextUrl = a['var next_chapter']
Thanks for helping
Reply


Messages In This Thread
Beautifulsoup and JavaScript Values - by Reldaing - Feb-22-2020, 11:58 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020