GhostKU
GhostKU
I added this to my `settings.py` but it doesn't work ```python SPIDER_SETTINGS = [ { 'endpoint': 'dmoz', 'location': 'spiders.dmoz', 'spider': 'DmozSpider', 'scrapy_settings': { 'ITEM_PIPELINES': { 'pipelines.AddTablePipeline': 500 }, 'CLOSESPIDER_PAGECOUNT': 2...
Is there any way to join 2 trees with the same root?
Is there any way to fork official packages repository and use this forked repo in appget?
I found an outdated software in repository. I'm ready to help to the project and add a new version. How can I do this? Shell I: - Fork repo -...
If `openNewWindow == true` - all links will open in new windows
I have a string like `Шлифовальные и полировальные машины ` This should be HTML Entities and it can be decode to `Шлифовальные и полировальные машины` But it doesn't work.
They say it works with Markdown. But I can't deal with it, none of my TODOs in Markdown shown. Does it work? Can anyone show an example? Thanks
I need to make several POST requests to get some json data. Problem is that I should login to website before making requests. SO I managed to login with dryscrape...