Less than 10% of the code has to do with the ostensible purpose of the system; the rest deals with input-output, data validation, data structure maintenance, and other housekeeping.
I was trying to download youtube playlist in mp3 format. When I tried below command, I was getting "ERROR: Signature extraction failed: Traceback (most recent call last)"
4 things for to get max output from programming 1. Study and try to predict the behavior of the program 2. try to implement the behavior 3. fix it if assuming it is broken 4. then and then look for expert solution
Develop a web application which scans the provided Hostname/URL to gather following information:
IP Address of provided Hostname/URL.
Redirection URL (If given Hostname/URL is redirecting to some other location).
Website Title.
Text content present inside <body> tag of the website DOM.
Note: Web site Title and Body Content should contain valid English letters or words only, everything else should be filtered out like encoded html quotes and characters.
No. of Images present in the website DOM.
No .of links present in the website DOM. (<a>)
Technology Used:
Spring Boot with Hibernate JPA support
Static html pages hosted in spring boot with AJAX implementation for dynamic data