26
Finished Programs / SOLVED: URL Extractor
« on: August 26, 2011, 05:46 AM »
Most URL extractors I have found will take an HTML page and extract all URLs, but this is not what I am trying to do.
I am not looking for a downloader program, the URL are for later processing.
Scenario On Youtube, you are presented with thumbnails of other videos, each linking to their page.
What I want to be able to do is drag an image from Youtube onto "Program-X" and extract the URL
I want to be able to repeat this action so as to build a list of URL's for later processing, with each entry on a new line.
The list should be saveable in .txt format
Another optional would be the ability to copy all the URL for pasting elsewhere.
At present the steps are:-
Create .txt file
Open text file
Select thumbnail
Right click Thumbnail
Copy Shortcut
Select .txt file
Paste URL (either right click, paste or CTRL-V)
Enter (to move to next line for next entry)
The new idea should bring this down to
drag-drop
Save .txt file
TIA
I am not looking for a downloader program, the URL are for later processing.
Scenario On Youtube, you are presented with thumbnails of other videos, each linking to their page.
What I want to be able to do is drag an image from Youtube onto "Program-X" and extract the URL
I want to be able to repeat this action so as to build a list of URL's for later processing, with each entry on a new line.
The list should be saveable in .txt format
Another optional would be the ability to copy all the URL for pasting elsewhere.
At present the steps are:-
Create .txt file
Open text file
Select thumbnail
Right click Thumbnail
Copy Shortcut
Select .txt file
Paste URL (either right click, paste or CTRL-V)
Enter (to move to next line for next entry)
The new idea should bring this down to
drag-drop
Save .txt file
TIA