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
While this does extract something, it just creates 1 Wishitem containing ALL matches of the selectors, e.g.:
items:
- product: "Cello C1624F 16\" Full HD LED TV Integrierter DVD-Player Triple Tuner DVB-T/T2-C-S/S2 HDMI USB 230V „Pitch Perfect Sound“ für EIN einzigartiges Klangerlebnis\n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n Cello C1620FS 16\" (41 cm Diagonale) Full HD LED TV mit eingebautem DVD Player DVBT2 S2 Triple Tuner, Schwarz\n"
price: 199,99 €169,99
link: ***
I'd expect it to create multiple Wishlist items for every entry on the web page.
Do you have any idea what might be wrong here?
Thanks in advance,
Tom
The text was updated successfully, but these errors were encountered:
- product:
- Cello C1624F 16" Full HD LED TV Integrierter DVD-Player Triple Tuner DVB-T/T2-C-S/S2 HDMI USB 230V „Pitch Perfect Sound“ für EIN einzigartiges Klangerlebnis
- Cello C1620FS 16" (41 cm Diagonale) Full HD LED TV mit eingebautem DVD Player DVBT2 S2 Triple Tuner, Schwarz
- Reflexion_TV LDDW19iSB+ DVD-PlayerSmart-TV 19 Zoll für Wohnmobile und Wohnwagen 12V KFZ-Adapter mit Soundbar HD Auflösung HDMI, WLAN, Bluetooth erschütterungsfest, schwarz, LDDW19i+
price:
- 199,99 €
- 169,99 €
- 319,95 €
While I could iterate over all of these slices and combine them into one struct manually, I'd prefer to get a slice of structs directly.
Howdy,
I'd need you help again. I'm trying to scrape an amazon wishlist. There are several items per list which I'm trying to put into a slice of Items:
While this does extract something, it just creates 1
Wishitem
containing ALL matches of the selectors, e.g.:I'd expect it to create multiple Wishlist items for every entry on the web page.
Do you have any idea what might be wrong here?
Thanks in advance,
Tom
The text was updated successfully, but these errors were encountered: