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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

nitter.privacydev.net #5531

Open
Butterfly-Dragon opened this issue Apr 30, 2024 · 10 comments
Open

nitter.privacydev.net #5531

Butterfly-Dragon opened this issue Apr 30, 2024 · 10 comments

Comments

@Butterfly-Dragon
Copy link

the last nitter instance left that still (somewhat) works 馃槄

can it be supported?

@a84r7a3rga76fg
Copy link

It always says "Instance has been rate limited" when I try it.

Add this to the nitter extractor to include that instance.

            "https://nitter.privacydev.net": {
                "root": "https://nitter.privacydev.net"
            },

@Butterfly-Dragon
Copy link
Author

If i do it first update i get it gets deleted. 馃槄

@Butterfly-Dragon
Copy link
Author

i cannoot upload images... i do not know why... so...

[...omissis...]

BASE_PATTERN = NitterExtractor.update({
    "nitter.net": {
        "root": "https://nitter.net",
        "pattern": r"nitter\.net",
    },
    "nitter.1d4.us": {
        "root": "https://nitter.1d4.us",
        "pattern": r"nitter\.1d4\.us",
    },
    "nitter.kavin.rocks": {
        "root": "https://nitter.kavin.rocks",
        "pattern": r"nitter\.kavin\.rocks",
    },
    "nitter.unixfox.eu": {
        "root": "https://nitter.unixfox.eu",
        "pattern": r"nitter\.unixfox\.eu",
    },
    "nitter.it": {
        "root": "https://nitter.it",
        "pattern": r"nitter\.it",
    },
    "https://nitter.privacydev.net": {
        "root": "https://nitter.privacydev.net"
        "pattern": r"nitter\.privacydev\.net",
    },
})

[...omissis...]

like this?

@a84r7a3rga76fg
Copy link

No, in the configuration file

"nitter": {

@mikf
Copy link
Owner

mikf commented May 1, 2024

You can also prefix URLs with nitter::

gallery-dl nitter:https://nitter.privacydev.net/...

@Butterfly-Dragon
Copy link
Author

Ooooooh Okay i did not know i could do that

@Butterfly-Dragon
Copy link
Author

Butterfly-Dragon commented May 1, 2024

something like this?

         "nitter":
        {
			"https://nitter.privacydev.net": {
				"root": "https://nitter.privacydev.net",
				"pattern": r"nitter\.privacydev\.net",
			},
            "skip": "abort:5",
            "filename": "{user[name]} - {date} {tweet_id} {num:03}.{extension}",
			"netrc": false,
            "content": false,
            "retweets": false,
            "videos": true
        }

@mikf
Copy link
Owner

mikf commented May 2, 2024

Replace pattern with "pattern": "nitter\\.privacydev\\.net" or remove it altogether.
Just try it out. Worst that could happen is an error message.

@Butterfly-Dragon
Copy link
Author

yeh i removed it after removing the comma after it and still not working, thanks!

@Butterfly-Dragon
Copy link
Author

any way to make it pause instead of aborting when getting error 429 on nitter?

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

No branches or pull requests

3 participants