TODO:
-Finish socket test
*fix get request as curl works but the string does not
-Replace existing class with socket test into a class
---parser notes
-only need text from <table class="maintable"> to </table>
-every <tr> is diferent post/paste
-first <td> is the link to the paste
-second <td> is when it was posted <-- this is kinda irrelevent though
c++ makes finding this easy as it provide std::string find
after table is found put its contents into a new string for simplicity sake
then starting with the first <td> copy 1 line every 5 lines to parse the links.
then once a line with a link is parsed, add it to an array of links to use as a fetch list.
on the example the many <td> lasted from line 117 to 862, investagate if lines numbers are static or if they dynamically change for some reason.
then one by one fetch the paste data from link