-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[plugins/fingerpori] Update extract.js
(superseded by #105)
#104
Conversation
Simplified the regex as much as I could (the issue was that it included the name of the media delivery host, and it had changed) and included prepending "https:" method to the string.
Simplified the regex as much as I could (the issue was that it included the name of the media delivery host, and it had changed) and included prepending "https:" method to the string. This is my POC of the proposed change to all the HS strips which resolves #103 for Fingerpori — if this is acceptable, I'll make the same change to all of them. |
Thank you very much. The changes to Fingerpori's Two checks & balances questions:
P.S.: I currently lack the time to review PRs as thoroughly as I would like (and feel I should), hence I am asking. P.P.S.: I moved your first comment to the start of the second, because GitHub uses the first comment as commit details when merging a PR (one can change that then, but I doubt that I still remember to do that then). |
extract.js
extract.js
How do we proceed from here, do you want to merge this in, or shall I create a whole new fork which updates all the HS strips with this same method? |
|
extract.js
extract.js
(DO NOT MERGE)
I decided to abandon this single strip correction, and created a new fork helsingin_sanomat with all five Helsingin Sanomat strips (the active ones fingerpori, fokit, viivijawanger, and the finished strips anonyymitelaimet and jaatavaspede). Please merge that fork instead of this. |
Well, you could have simply done that (working on the other In general: In a branch of a cloned repo which was submitted as a PR to the original repo, all newer changes will also become part of the PR, until it is merged into the original repo. P.S.: Note that GitHub uses the term "to fork" to what a P.P.S.: When you close a PR it cannot be merged (technically) without deliberately reopening it. |
This PR has been superseded by PR #105. |
extract.js
(DO NOT MERGE)extract.js
(superseded by #105)
… (https://www.hs.fi/sarjakuvat/), also checked and corrected their metadata. Also rectify retrieval for "Anonyymit Eläimet" (anonyymitelaimet) and "Jäätävä Spede" (jaatavaspede) even though these strips have finished. This PR addresses 2/3 of issue #103 and supersedes PR #104.
This is a prototype fix for issue #103.