https://www.flickr.com/photos/fotovertigo/albums/72157602298027631 is a link to a single album with 20 photographs. UploadWizard Flickr option fetches 100s of photographs but none of them from that album. This option worked before so something must have changed in out code or in Flickr URLs.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Check for "albums" keyword when matching Flickr URL | mediawiki/extensions/UploadWizard | master | +3 -3 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T45450 UploadWizard Flickr (tracking) | |||
Resolved | ferveo | T128767 UploadWizard Flickr option fetches incorect files from a flickr album |
Event Timeline
Comment Actions
Hi.
Flickr redirects [..]/albums/[..] to [..]/sets/[..] (after introducing "Albums" alias in Flickr v3.0).
Regex in album ID matcher (in checkFlickr()) needs regex updated accordingly (to check for both "albums" and "sets" keywords in URL).
I'll provide the patch later today.
Comment Actions
Change 275128 had a related patch set uploaded (by Ferveo):
Check for "albums" keyword when matching Flickr URL
Comment Actions
Proposed patch fixes T126119 as well
(Sorry, I'm not quite sure how to link 2 tasks in a single patch commit message)
Comment Actions
You can just add another "Bug:" line, I did it on your patch. Thanks for the fix and sorry for late response!
Comment Actions
Change 275128 merged by jenkins-bot:
Check for "albums" keyword when matching Flickr URL