Skip to main content

Enter a Flickr URL, and find out what sort of URL it is (single photo, album, gallery, etc.)

Project description

flickr-url-parser

This is a library for parsing Flickr URLs. You enter a Flickr URL, and it tells you what it points to – a single photo, an album, a gallery, and so on.

Examples:

$ flickr_url_parser "https://www.flickr.com/photos/sdasmarchives/50567413447"
{"type": "single_photo", "photo_id": "50567413447"}

$ flickr_url_parser "https://www.flickr.com/photos/aljazeeraenglish/albums/72157626164453131"
{"type": "album", "user_url": "https://www.flickr.com/photos/aljazeeraenglish", "album_id": "72157626164453131", "page": 1}

$ flickr_url_parser "https://www.flickr.com/photos/blueminds/page3"
{"type": "user", "user_url": "https://www.flickr.com/photos/blueminds"}

Motivation

There's a lot of variety in Flickr URLs, even among URLs that point to the same thing. For example, all four of these URLs point to the same photo:

https://www.flickr.com/photos/sdasmarchives/50567413447
http://flickr.com/photos/49487266@N07/50567413447
https://www.flickr.com/photo.gne?id=50567413447
https://live.staticflickr.com/65535/50567413447_afec74ef45_o_d.jpg

Dealing with all these variants can be tricky – this library aims to simplify that. We use it for Flinumeratr, Flickypedia, and other Flickr Foundation projects.

Usage

There are two ways to use flickr_url_parser:

  1. As a command-line tool. Run flickr_url_parser, passing the Flickr URL as a single argument:

    $ flickr_url_parser "https://www.flickr.com/photos/sdasmarchives/50567413447"
    {"type": "single_photo", "photo_id": "50567413447"}
    

    The result will be printed as a JSON object.

    To see more information about the possible return values, run flickr_url_parser --help.

  2. As a Python library. Import the function parse_flickr_url and pass the Flickr URL as a single argument:

    >>> from flickr_url_parser import parse_flickr_url
    
    >>> parse_flickr_url("https://www.flickr.com/photos/sdasmarchives/50567413447")
    {"type": "single_photo", "photo_id": "50567413447"}
    

    To see more information about the possible return values, use the help function:

    >>> help(parse_flickr_url)
    

Note that just because a URL can be parsed does not mean it can be resolved to a photo and/or photos. The only way to know if there are photos behind the URL is to (1) try to fetch the URL or (2) use the output from the parser to ask the Flickr API for photos.

Development

If you want to make changes to the library, there are instructions in CONTRIBUTING.md.

Useful reading

License

This project is dual-licensed as Apache-2.0 and MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flickr_url_parser-1.12.0.tar.gz (21.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flickr_url_parser-1.12.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file flickr_url_parser-1.12.0.tar.gz.

File metadata

  • Download URL: flickr_url_parser-1.12.0.tar.gz
  • Upload date:
  • Size: 21.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.13.1

File hashes

Hashes for flickr_url_parser-1.12.0.tar.gz
Algorithm Hash digest
SHA256 2e2de7aee12a232fbfb07b04da232182b643683014e31d97aa3d8c82b8eb4a2c
MD5 18d8117a15e9e1c2cb416ae38974a7cb
BLAKE2b-256 dc8baf4a7c345f61d69dd5b60e3587e01507a23640ce52f83e5e661d599d7a61

See more details on using hashes here.

File details

Details for the file flickr_url_parser-1.12.0-py3-none-any.whl.

File metadata

File hashes

Hashes for flickr_url_parser-1.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d6e20ee97777468101bd6160be755df763f035cfcde873bf9baef4714db6cd35
MD5 558debeb37cc0afc92c14699846fd8dc
BLAKE2b-256 4916b745e4f2cc1e4e7b524668859a8fd71917dfd5fa0653b5984eed4e86310b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page