Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to print particular text areas fron an HTML file (not site)
Post: RE: How to print particular text areas fron an HTM...

:) helpful tips so far lads! tryin to make the function and I will post it
Chris Web Scraping & Web Development 10 7,054 Dec-09-2017, 05:16 PM
    Thread: How to print particular text areas fron an HTML file (not site)
Post: RE: How to print particular text areas fron an HTM...

with your help I have managed to print the requested outcome using beautifull soup from bs4 import BeautifulSoup import urllib.request import warnings warnings.filterwarnings('ignore') resp = urlli...
Chris Web Scraping & Web Development 10 7,054 Dec-09-2017, 11:24 AM
    Thread: How to print particular text areas fron an HTML file (not site)
Post: RE: How to print particular text areas fron an HTM...

(Dec-07-2017, 12:18 PM)buran Wrote: first of all, post all of your code, traceback, output, etc. in respective tags. See BBcode help for more info. That said, you don't need to work directly withio...
Chris Web Scraping & Web Development 10 7,054 Dec-07-2017, 12:47 PM
    Thread: How to print particular text areas fron an HTML file (not site)
Post: RE: How to print particular text areas fron an HTM...

me first attemp tis to be able to open this html file saved in my c:\temp\test.html and search for all the text areas starting with http and finishing with .com import re import io filename =input("...
Chris Web Scraping & Web Development 10 7,054 Dec-07-2017, 11:38 AM
    Thread: How to print particular text areas fron an HTML file (not site)
Post: How to print particular text areas fron an HTML fi...

I am new to python and need some help to be able to print particular text areas from a .html file .The file is in my c:\temp\test.html filename=input("type file path") infile=open(filename,'r','utf-8...
Chris Web Scraping & Web Development 10 7,054 Dec-07-2017, 07:45 AM

User Panel Messages

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