Skip to content
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

add new images URL #29

Merged
merged 1 commit into from
Nov 30, 2024
Merged

Conversation

fulldecent
Copy link
Contributor

Google silently moved all images. And if you export your blog again it will have the new URLs.

This adds the new host into the config.

@fulldecent
Copy link
Contributor Author

fulldecent commented Nov 29, 2024

P.S. I imagine you want to bump deps yourself. But this works for me:

{
  "name": "blogger-archive-converter",
  "version": "0.1.0",
  "description": "Convert Blogger XML backup to HTML, Markdown and JSON files.",
  "main": "index.js",
  "dependencies": {
    "cheerio": "1.0.0",
    "commander": "12.1.0",
    "count-files": "2.6.x",
    "minimist": "1.2.8",
    "mkdirp": "3.0.1",
    "rimraf": "6.0.1",
    "single-line-log": "1.1.x",
    "xml2json": "0.12.x",
    "snyk": "^1.996.0"
  },
  "devDependencies": {},
  "scripts": {
    "bloggerconvert": "./index.js",
    "pretest": "npm run bloggerconvert ./test-data/test-blog-with-simple-default-theme.xml",
    "test": "./smoke-test.js",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect"
  },
  "author": "Ben Buchanan",
  "license": "MIT",
  "snyk": true
}

With nvm 22

@cheshrkat
Copy link
Owner

Thanks so much for the contribution :)

@cheshrkat cheshrkat merged commit 91259b4 into cheshrkat:master Nov 30, 2024
2 checks passed
@fulldecent fulldecent deleted the new-images-URL branch December 3, 2024 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants