hungrymonkey

Results 54 comments of hungrymonkey

Is your bug similar to this error here? https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1132

``` /Users/psuedofinnish/miggy_scenes/walls_only.dae:14: parser error : Specification mandates value for attribute Glazing-1

can we document a list of invalid chars in better collada exporter?

``` import requests, time, os from bs4 import BeautifulSoup def parse_session(html, year): soupget = BeautifulSoup(html, 'html.parser') form = soupget.find('form', {'name': 'aspnetForm'}) formInputs = form.findChildren('input') payload = dict() for input in...

@N0taN3rd The example you gave me isnt the desired result. I need to preserve 1988-2018 agenda. The only way to access those pages through the post request. The site is...

@N0taN3rd pywb seems to capture the first load. Like I said, I need to capture a server generated POST query. If I can load a Post then capture it, can...

May I ask what does patch url do in webrecorder.io? It seems like selecting patch then record seems to capture the state I want.

I attempted to use proxys but any POST generated archive is invisible to pywb ``` proxy: coll: smgov recording: true ``` [rec-20190507020217371784-psuedos-MacBook-Pro.local.warc.gz](https://github.com/webrecorder/pywb/files/3150489/rec-20190507020217371784-psuedos-MacBook-Pro.local.warc.gz) ``` r = requests.get( config.AGENDA_URL) session_headers = parse_session(r.text,...

Nevermind, I change the search options and found it.

Ok, I am taking a look and the warc didnt save the post request. I will look again.