Skip to content

archive url for smc media links

Joice requested to merge joice/smc.org.in:feat/media-archive into master

As almost every media houses going behind a paywall, it will be difficult for us to showcase media articles. As @anivar suggested, I am working on a feature for the website to populate archive article links for corresponding news url.

As of now, I have a very small subset of links. feel free to add more links to press_archive.csv

sample response after running the given python script

[
    {
        "archive_url": "",
        "featured": true,
        "language": "ml",
        "publishing_date": " 17/12/2014",
        "title": "ഇന്ത്യന്‍ ഭാഷകളെ കൈപിടിച്ചു നടത്താന്‍ മലയാളം",
        "url": " http://archives.mathrubhumi.com/agriculture/swathanthra-malayalam-computing-smc-free-software-indic-indic-project-icfo-ss-508229.html"
    },
    .....
    .....
]

English

image

Malayalam

image

Mobile

image

Edited by Joice

Merge request reports