Barbara Miller
76d3a4fc5f
not the problem
2020-06-23 13:18:16 -07:00
Barbara Miller
5f37c72db4
Merge branch 'error_ydl_playlist' into qa
2020-06-23 13:14:28 -07:00
Barbara Miller
99d03e2544
try / except
2020-06-23 13:13:58 -07:00
Barbara Miller
03594413f9
Merge pull request #200 from NGTmeaty/fix-test
...
Merging for the current fixes—thanks, @NGTmeaty!
2020-06-18 13:22:41 -07:00
Barbara Miller
69bdb43910
Merge branch 'skip_instagram_youtube_dl' into qa
2020-06-08 13:15:29 -07:00
Barbara Miller
4b99af8fac
skip youtube-dl for instagram
2020-06-08 13:14:52 -07:00
Barbara Miller
90e3591087
Merge branch '20-06-test-fix' into qa
2020-06-02 09:25:38 -07:00
NGTmeaty
25313a97de
Fix tests:
...
Update the RethinkDB pubkey location and repo location based on their guide https://rethinkdb.com/docs/install/ubuntu/
Numpy has updated to no longer support 3.5, on 3.5, we should install a earlier version of Numpy to maintain compatibility.
2020-06-02 03:26:33 -04:00
Barbara Miller
36bfaf5157
Merge branch 'ffmpeg' into qa
2020-05-29 17:29:48 -07:00
Barbara Miller
17b24feff3
use ffmpeg aka hls_prefer_native: False
2020-05-29 17:28:29 -07:00
Barbara Miller
93b3fb7855
update copyright
2020-05-29 17:20:11 -07:00
Neil Minton
3c5d1f24e0
Merge pull request #199 from galgeek/ARI-6097
...
instagram selector update
2020-05-26 17:11:35 -04:00
Barbara Miller
ab295ab9bc
Merge branch 'ARI-6097' into qa
2020-05-07 17:55:56 -07:00
Barbara Miller
8da3ae9274
instagram update
2020-05-07 17:55:26 -07:00
jkafader
212111f581
Merge pull request #196 from galgeek/no-cache-dir-ydl
...
youtube-dl cache_dir: False
2020-04-30 15:05:00 -07:00
Barbara Miller
fed1f65e50
Merge branch 'no-cache-dir-ydl' into qa
2020-04-30 11:50:25 -07:00
Barbara Miller
926de9c853
cache_dir: False
2020-04-30 11:11:38 -07:00
Barbara Miller
571e7a2729
Merge branch 'no-cache-dir-ydl' into qa
2020-04-27 17:54:26 -07:00
Barbara Miller
60bd5096bf
cache_dir: False
2020-04-27 17:54:08 -07:00
Barbara Miller
1ad61e408f
Merge branch 'no-cache-dir-ydl' into qa
2020-04-27 17:01:45 -07:00
Barbara Miller
581ef777a1
no ydl cache dir
2020-04-27 17:01:17 -07:00
Barbara Miller
5b2381ef1f
bump version after merge
2020-04-22 10:54:06 -07:00
jkafader
17f173f12a
Merge pull request #162 from galgeek/ARI-5980
...
capture onclick links...
2020-04-22 10:07:04 -07:00
Barbara Miller
4df280a9b6
Merge pull request #194 from NGTmeaty/improve-login
...
Expanding Brozzler's logging in capabilities...
Thanks, @NGTmeaty and @vbanos!
A couple of qa test crawls show the new code works as advertised.
2020-04-18 19:30:40 -07:00
Barbara Miller
ace5342b57
Merge branch 'ARI-5980' into qa
2020-04-17 11:00:06 -07:00
Barbara Miller
ce2fe4754f
Merge pull request #195 from NGTmeaty/improve-login
...
for qa test crawls
2020-04-17 10:12:17 -07:00
Barbara Miller
04fba79d34
faster regex match
2020-04-16 18:09:03 -07:00
Jake L
09f938410a
Lower amount of times querySelectorAll is called.
...
Fix formatting issues.
2020-04-15 17:26:24 -04:00
Jake L
78365c9f35
Expanding Brozzler's logging in capabilities
...
Some sites don't allow you to login without clicking on a button to open a retracted modal.
This update to the login code allows Brozzler to click on all elements that we think are related to opening a login modal.
Then, if there isn't a regular form, we will attempt to fill out abnormal form schemes.
The test_try_login test has been expanded for the new type of login form we are supporting.
2020-04-14 17:19:53 -04:00
Barbara Miller
973af2c16e
bump version after merge, update copyright
2020-04-14 09:44:20 -07:00
Barbara Miller
a8734bcc11
Merge pull request #193 from vbanos/login-tests
...
Thanks, @vbanos!
2020-04-14 09:42:20 -07:00
Vangelis Banos
041feaf426
Add missing super().do_POST()
2020-04-14 09:39:48 +00:00
Barbara Miller
70cdcc1920
Merge branch 'ARI-5980' into qa
2020-04-13 19:38:55 -07:00
Barbara Miller
ae7248fff0
add dblclick (and fix typo)
2020-04-13 19:38:18 -07:00
Barbara Miller
9f23d99caa
Merge branch 'vbanos-login-tests' into qa
2020-04-13 18:25:15 -07:00
Vangelis Banos
782aab3048
Add unit tests for try_login behavior
...
Add unit tests for the code that detects and tries to use login forms
automatically (`Browser.try_login`).
Add `htdocs/favicon.ico` because it is loaded automatically when the
browser tries to use the test web server and it causes a "missing"
warning.
Create a new dir `tests/htdocs/site11` which is used for login related
test html files.
2020-04-13 19:16:10 +00:00
Barbara Miller
a3b70fcb27
audio, too
2020-04-07 11:27:32 -07:00
jkafader
e22d80b9a4
Merge pull request #192 from galgeek/ss-fix
...
ss['stop'] not alway set here
2020-04-07 11:12:12 -07:00
Barbara Miller
1b8655d271
Merge branch 'ss-fix' into qa
2020-04-07 09:27:43 -07:00
Barbara Miller
d2b8171fb0
logging
2020-04-07 09:27:21 -07:00
Barbara Miller
0e88a68bef
Merge branch 'ss-fix' into qa
2020-04-06 18:41:55 -07:00
Barbara Miller
f4f0c02064
ss['stop'] not alway set
2020-04-06 18:37:13 -07:00
Barbara Miller
401ba7293c
Merge pull request #191 from galgeek/skip-behaviors-on-error
...
bump version after merge
2020-04-02 14:24:56 -07:00
Barbara Miller
933e6fc1d3
Merge branch 'skip-behaviors-on-error' into qa
2020-04-02 12:38:22 -07:00
Barbara Miller
3647939af5
bump version after merge
2020-04-02 12:37:56 -07:00
Barbara Miller
ffea189d15
Merge pull request #190 from vbanos/skip-behaviors-on-error
...
Thank you, @vbanos!
2020-04-01 20:27:22 -07:00
Barbara Miller
153a132e99
Merge branch 'skip-behaviors-on-error' into qa
2020-04-01 18:14:28 -07:00
Vangelis Banos
80341b9106
Add option simpler404 to enable this behavior
...
It is disabled by default.
2020-04-01 16:08:43 +00:00
Barbara Miller
cebdb20972
Merge pull request #188 from galgeek/xfail-interstitial
...
xfail test — didn't we already merge this simple update?
2020-03-27 16:35:59 -07:00
Barbara Miller
4f50a8a90b
Merge branch 'skip-behaviors-on-error' into qa
2020-03-23 14:24:15 -07:00