Use new Localization and Downloader implementations from extractor
This commit is contained in:
parent
577bfab366
commit
71f1bbdcc1
20 changed files with 260 additions and 394 deletions
|
|
@ -112,7 +112,7 @@ public class ReCaptchaActivity extends AppCompatActivity {
|
|||
// find cookies : s_gl & goojf and Add cookies to Downloader
|
||||
if (find_access_cookies(cookies)) {
|
||||
// Give cookies to Downloader class
|
||||
Downloader.getInstance().setCookies(mCookies);
|
||||
DownloaderImpl.getInstance().setCookies(mCookies);
|
||||
|
||||
// Closing activity and return to parent
|
||||
setResult(RESULT_OK);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue