Giter VIP home page Giter VIP logo

facepaste's Introduction

facepaste's People

Contributors

cnotin avatar delan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

facepaste's Issues

Chrome

Q: when all is settled and done, will you make an extension for Chrome?

Facepaste not working on Page album.

As title,
the box 'Download facebook albums with facepaste' came out
it not loading the album list, and the '?' to choose location box also not working.

Is this add-on still up-to-date/maintained ?

Firefox add-on page :

FacePaste 2.91 is not currently working. When I have a working fix, it will go up.

And on this repository... No information at all about how to install it, if the add-on works, etc...

Any news please?

Convert to WebExtension?

Mozilla recently announced that starting in Firefox 57, Firefox will no longer support addons that are not WebExtensions.

Is it possible to convert facepaste to be a WebExtension, so it can continue working in Firefox 57 and beyond?

New version 2014/11/27

I've fixed and improved the 2.8 official version and here's the changelog:

  • fixed locations for both user and business pages
  • fixed albums not loading on some pages
  • fixed user name not being found on album page
  • improved interface by adding default selections to options
  • improved interface by adding default path (that of default Download dir, IMPORTANT: such a dir must be selected in Firefox options)
  • unfixed bug: there still are some minor cosmetic issues when default page address is just /photos, that Photos is listed as being Photos of and not Photos by or vice versa depending on what the user has as default for Photos
  • unfixed bug: if the user has no Photos, but just the Albums tab the proper procedures won't be loaded, the user has to click on Albums title link in the page to reload that page but with proper address in order to make it work.

Other than that, as far as I was able to test it, it works fully.

Download link, drag and drop on the main folder, it should override any old facepaste versions:
https://www.dropbox.com/s/wf8jfbwwd74a3i7/facepaste-2.9-fx.xpi?dl=0

Please report bugs for my fixed version of facepaste here, on this thread, not on the main forum.

error creating photo file

Hello,

I get the same error on any album I'm trying to download:

Preparing to download 1 albums:
(album 1) [removed]
________________________________
(album 1) creating album folder
(album 1) fetching album index
(album 1) parsing album index
(album 1) found 212 photos
(album 1) found 0 videos
(album 1 photo 1) successfully received photo page, creating photo file
(album 1 photo 1) error creating photo file: file exists
(album 1 photo 2) successfully received photo page, creating photo file
(album 1 photo 2) error creating photo file: file exists
[...]

Same for each photo. The folder I'm trying to store the photos in is empty.

Regards

version 2.9b

Hi,
version 2.9b doesn't work anymore since a couple of days....can anyone confirm?

URL Problems

The script is working on urls like this
https://www.facebook.com/media/set/?set=a.10152274350110058.924369.691130057&type=3

but not on urls like this (same album, different url)
https://www.facebook.com/meghannicK5on/media_set?set=a.10152274350110058.924369.691130057&type=3

The problem is that, the former url is what the href is for the album link, but when you click on it, it goes to the latter url.


I fixed it for now by changing line 6 of overlay.js to this

if ( /^\/[^/]+\/media_set$|^\/media\/set\/$/.test(content.location.pathname) )

I'm sure the RegExp could be refined a little (particularly changing the [^/]+ to something more specific) but it works for now.


Here's a patched temporary version: https://www.dropbox.com/s/xklknvdc4i17ktl/facepaste-2.8-fx-fix.xpi

doesn't work when third party cookies are not accepted

If cookies are accepted (which is required for Facebook to be able to log in) but third party cookies are not, the photo page requests initially receive a "Content unavailable" page, and regex matching against this page for the image URL fails.

Viewing the source of a photo page, we can see that its source is always a "Content unavailable" page at first, but reloading the source causes the correct page to be sent.

This could probably be fixed simply by requesting the photo page twice each time and using the source from the second request, obviously at the expense of speed.

New Version 12/07/2015 2.91

Facebook changed more of their code it seems.
I do not think this will fix for everyone, but it fixed mine. (en-US locale)

EDIT: Updated 12/12/2015 photos should work for more people, and videos should somewhat work.

Since we are doing this in a patchwork kind of way, Firefox will complain about it NOT being signed.
You should be ok to use it anyway.
Download link, drag and drop on the main folder, it should override any old facepaste versions:
https://github.com/DavePlater/facepaste/raw/master/facepaste-2.91-fx.xpi
(Or use the 'Install Add-on From File' in the Add-ons Manager)

Let me know how it works out for you all.

I have also forked it off into my own repo if it matters: https://github.com/DavePlater/facepaste

optional settings

is there a way so that the options of file naming and save location can be preserved Ie i use Unique Facebook ID for file naming as its easier to merge several albums of the same subject in to one folder

Thanks

should exclude album links on user's main photos page

If you want to download the photos that a user is tagged in, you can actually go to the user's "Photos" page and do so, however the album links at the top are selected by a.uiMediaThumb too, and they'll fail because they point to an album index page, not a photo page with a download link. The selector should be a.uiMediaThumb:not(.uiMediaThumbAlb) instead, to ignore the album links.

misreporting of total image count

The three most recent reviews on AMO suggest that although facepaste downloads all images, the total count is too high by six, giving the impression that not all images were downloaded.

New Version 03/27/2015 2.9b

The 2.9 version stalls out when downloading the first 8 images in an album.
I have a fix for that in version 2.9b

Download link, drag and drop on the main folder, it should override any old facepaste versions:
https://www.dropbox.com/s/dffibvvw4lc01nv/facepaste-2.9b-fx.xpi?dl=0
(Or use the 'Install Add-on From File' in the Add-ons Manager)

NOTE: If you are having trouble with the version with the options screen, try this one:
https://www.dropbox.com/s/pd1pocbme5985g3/facepaste-2.9b-nop-fx.xpi?dl=0

facepaste and Firefox 11

Just a user here...Have been attempting to download albums but like watching paint dry, loading data but then freezes. Got a message one time yesterday that Facepaste doesn't work with Firefox 11. Is there an update pending? Thanks for any advice

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.