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

Pastebin GET Command Broken #64

Closed
GoobyCorp opened this issue Dec 16, 2015 · 2 comments
Closed

Pastebin GET Command Broken #64

GoobyCorp opened this issue Dec 16, 2015 · 2 comments

Comments

@GoobyCorp
Copy link

Pastebin updated their website recently and raw pastes aren't retrieved using HTTP GET args in the url like raw?i=(paste id), it's been changed to a virtual directory like this /raw/(paste id)

The problem is here:
/rom/programs/http/pastebin @ line 24

Fix:

"http://pastebin.com/raw.php?i="..textutils.urlEncode( paste )

change to:

"http://pastebin.com/raw/"..textutils.urlEncode( paste )
@dan200
Copy link
Owner

dan200 commented Dec 16, 2015

Fixed for pr6. Thanks

@dan200 dan200 closed this as completed Dec 16, 2015
@GoobyCorp
Copy link
Author

No prob. Apparently I have to contact pastebin on the same issue...

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

2 participants