Re: Fan fic downloader and an interesting idea.

2015-06-25 Thread AudioGames . net Forum — Off-topic room : kool_turk via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Ficsave is good, but they need to support more sites.The best downloader was flagfic, but it hasnt been online for a while.The following message is what you get when you visit their site.Temporarily Down - Back SoonFLAG has been moved to entirely new infrastructure in a different location after experiencing major issues with the datacentre where FLAG has been hosted for the last few years, and will be back soon. Unfortunately the nature of the change requires some modification of the backend code to cope with the differences - this is being worked on at the moment, and I hope to have FLAG back up and running normally in the near future.Please watch this page for updates. Any significant news, including an announcement when FLAG is back up and working normally, will also be posted to @flagfic on Twitter.Thanks for your ongoing patience while I have been dealing with this issue.Regards,EraydThat message h
 as been up there for at least a year now so I do hope it returns, and with support for ff.net.

URL: http://forum.audiogames.net/viewtopic.php?pid=221417#p221417




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2015-06-25 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Hi.The program I give in the first post does allow you to download fan fics as txt or html or php and has some other formats too. You dont have to put in your email address or anything. Just download the program, enter the URL of the story and press enter. Then choose a save location and youre done.

URL: http://forum.audiogames.net/viewtopic.php?pid=221405#p221405




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2015-06-25 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Hi.The program I give in the second post does allow you to download fan fics as txt or html or php and has some other formats too. You dont have to put in your email address or anything. Just download the program, enter the URL of the story and press enter. Then choose a save location and youre done.

URL: http://forum.audiogames.net/viewtopic.php?pid=221405#p221405




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-26 Thread AudioGames . net Forum — Off-topic room : darkabomination via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Im going with the FicSave option. You dont have to download programs or anything, just entering the url on the site and your good. Using just the site itself and not email will make it go a lot faster.Its things like this that make me glad FIM Fiction was coded with this in mind and each story has a download to html, epub, and txt option for each.

URL: http://forum.audiogames.net/viewtopic.php?pid=195749#p195749




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-24 Thread AudioGames . net Forum — Off-topic room : dhruv via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

It should be easy in python. It goes something like this:(note, I have next-to-none knowledge of python, so the developers feel free to correct me)start python# importsimport reimport requestsfrom bs4 import beautiful_soup# getting the dataurl = "" enter a url:)# todo: implementing author name only downloading, should be easyunprocessed_data = requests.get(url)data = "" />l=[]soup = beautiful_soup(data)# now to do the url getting:for tag in soup.find_all(a):  for x in tag.get(href):# todo: learn re enough to seperate out the string which have /s/ in them, something like j = re.search(x, */s/*). * symbolizes every characterl.append(j)for x in l:  # todo: find a way to scrape stories, or find an
  application which exposes its API to do itend pythonif anyone could help me out with this, thatd be great

URL: http://forum.audiogames.net/viewtopic.php?pid=195549#p195549




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-24 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Hi.I couldnt tel you how to do that since i have no idea.I just use the downloader that I gave in the first post.It works great for me. 

URL: http://forum.audiogames.net/viewtopic.php?pid=195565#p195565




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-24 Thread AudioGames . net Forum — Off-topic room : Socheat via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Thanks Brad, I download the software now.. 

URL: http://forum.audiogames.net/viewtopic.php?pid=195570#p195570




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-23 Thread AudioGames . net Forum — Off-topic room : Socheat via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Hi,@brad, does the software accessible?

URL: http://forum.audiogames.net/viewtopic.php?pid=195435#p195435




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-23 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Hi.yes its 100% accessible.

URL: http://forum.audiogames.net/viewtopic.php?pid=195441#p195441




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-22 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

So am I understanding correctly that these sites, like Ficsave, require that you put in the url for each individual fanfic?When you do this, does it download all the chapters, or do you have to keep putting the url for each chapter into the edit field?

URL: http://forum.audiogames.net/viewtopic.php?pid=195376#p195376




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-22 Thread AudioGames . net Forum — Off-topic room : kool_turk via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Just put in the URL from the first chapter and you should get the entire story.

URL: http://forum.audiogames.net/viewtopic.php?pid=195387#p195387




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-22 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

hi.As cool_turk has said.You get the URL of the story from the authors page, then paste it into the site or the fan fic downloader. Then click on download save it to where you want and youre done.Id personally recommend the fan fic downloader. Since the program is fast, free and takes very little time to download the stories.

URL: http://forum.audiogames.net/viewtopic.php?pid=195389#p195389




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-22 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Cool, thanks. Ill try the fanfic downloader.

URL: http://forum.audiogames.net/viewtopic.php?pid=195396#p195396




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-18 Thread AudioGames . net Forum — Off-topic room : Victorious via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Is there a homepage for this programme?

URL: http://forum.audiogames.net/viewtopic.php?pid=195098#p195098




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-18 Thread AudioGames . net Forum — Off-topic room : kool_turk via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

The site is http://allinaccess.com.That program may support more sites, but I doubt itll stay free.There are other sources that can get fanfics for free, ficsave being one, that site is only starting out, and once flagfic returns, thats another.And story master isnt bad, if youre not in a hurry to get your story.

URL: http://forum.audiogames.net/viewtopic.php?pid=195099#p195099




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-18 Thread AudioGames . net Forum — Off-topic room : balliol via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Hi,It would be somewhat tough to do, but its certainly not impossible I reckon.. Fanfiction.net doesnt link stories to authors in their stories through the URL so youd have to write some sort of crawler to go through the author stories section of an authors profile, get the links that start with fanfiction.net/s/ and download those stories. Its doable ...I could probably do it if I had some time but I really dont. This would be doable in a language like Python without too much fuss I think.

URL: http://forum.audiogames.net/viewtopic.php?pid=195104#p195104




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-18 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Hi.Ive contacted the site owner and hopefully a feature will be added.I said I was willing to pay for new features. Which I am. I understand how hard it would be. Well Im not a programmer so really I dont, but Im sure it will be hard. So if we pay lets say $10 for it, that should help him. Maybe you pay #10 and get these featrues but can download the free version if you dont want these features.

URL: http://forum.audiogames.net/viewtopic.php?pid=195129#p195129




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-17 Thread AudioGames . net Forum — Off-topic room : audiogames . net fan via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Yo,First of all, yeah, that would be really cool if it could go through that persons stories and download them all. Second of all, can I have a link to that fanfic downloader? I need one right now since it looks like flagfic is still, down.

URL: http://forum.audiogames.net/viewtopic.php?pid=195079#p195079




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-17 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

Hi.yeah sure. https://dl.dropboxusercontent.com/u/229 … -setup.exeEnjoy and happy fan fic downloading.

URL: http://forum.audiogames.net/viewtopic.php?pid=195083#p195083




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Fan fic downloader and an interesting idea.

2014-11-17 Thread AudioGames . net Forum — Off-topic room : kool_turk via Audiogames-reflector


  


Re: Fan fic downloader and an interesting idea.

story master does this with ff.net, but that site sends you stories to your email and is too slow for my liking.This is why I use ficsave.

URL: http://forum.audiogames.net/viewtopic.php?pid=195094#p195094




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector