Re: [Imdbpy-devel] IMDbPY revamp

2017-11-05 Thread Davide Alberani
. later, I want to see if using "from future import ..." it's possible to reintroduce support for Python 2.7 On Thu, Nov 2, 2017 at 8:46 PM, Davide Alberani <davide.alber...@gmail.com> wrote: > On Thu, Nov 2, 2017 at 5:51 PM, H. Turgut Uyar <u...@tekir.org> wrote: >> &

Re: [Imdbpy-devel] IMDbPY revamp

2017-11-06 Thread Davide Alberani
On Mon, Nov 6, 2017 at 1:56 PM, Davide Alberani <davide.alber...@gmail.com> wrote: > > I'm ok with including them into IMDbPY itself: it may motivate others > to write more tests. :-) Merged in the codename-simplify branch your test-suite and changes for PEP8 compliance.

Re: [Imdbpy-devel] IMDbPY revamp

2017-11-02 Thread Davide Alberani
ual fixes. I also compare the changes provided by others in https://github.com/alberanid/imdbpy/pull/45 and https://github.com/alberanid/imdbpy/pull/39 The first tests, show that there's hope. ;-) -- Davide Alberani <davide.alber...@gmail.com> [PGP KeyID: 0x3845A3D4AC9B61AD

[Imdbpy-devel] IMDbPY revamp

2017-11-01 Thread Davide Alberani
you have other ideas and/or if you want to help, let us know. :-) -- Davide Alberani <davide.alber...@gmail.com> [PGP KeyID: 0x3845A3D4AC9B61AD] http://www.mimante.net/ -- Check out the vibrant tech community on one of

Re: [Imdbpy-devel] IMDbPY revamp

2017-11-02 Thread Davide Alberani
ll keep you update! -- Davide Alberani <davide.alber...@gmail.com> [PGP KeyID: 0x3845A3D4AC9B61AD] http://www.mimante.net/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slash

Re: [Imdbpy-devel] IMDbPY revamp

2017-11-06 Thread Davide Alberani
: it may motivate others to write more tests. :-) Thanks! -- Davide Alberani <davide.alber...@gmail.com> [PGP KeyID: 0x3845A3D4AC9B61AD] http://www.mimante.net/ -- Check out the vibrant tech community on one of

Re: [Imdbpy-devel] [imdbpy-help] After i.update(movie) wrong (and always the same) title is returned

2018-01-06 Thread Davide Alberani
quick test about > the parser you're working on, you can use something like: > > py.test tests/test_http_movie_combined.py -k genre > > This will only run the test functions which have the word "genre" in > their names. > > -- > Turgut > > On 01/01/2018 08

[Imdbpy-devel] parsing the new IMDb database

2018-02-07 Thread Davide Alberani
but I'll probably do a new major release (6.3) soon, since this is a major feature. -- Davide Alberani <davide.alber...@gmail.com> [PGP KeyID: 0x3845A3D4AC9B61AD] http://www.mimante.net/ -- Check out the vib

Re: [Imdbpy-devel] [imdbpy-help] After i.update(movie) wrong (and always the same) title is returned

2018-01-01 Thread Davide Alberani
yone else have this problem? > > Best Regards, > > Filip > > -- > You received this message because you are subscribed to the Google Groups > "imdbpy-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to imdbpy-users+unsub

Re: [Imdbpy-devel] py2 branch

2018-04-07 Thread Davide Alberani
es. I'll try to release it as soon as possible. Then, I will check the compatibility of the imdbpy2sql.py script with Python 2 and merge it. Thanks, -- Davide Alberani <davide.alber...@gmail.com> [PGP KeyID: 0x3845A3D4AC

Re: [Imdbpy-devel] Hi, trying to get posters of all movies, but ...

2018-04-07 Thread Davide Alberani
es, Slashdot.org! http://sdm.link/slashdot > ___ > Imdbpy-devel mailing list > Imdbpy-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/imdbpy-devel > -- Davide Alberani <davide.alber...@gmail.

[Imdbpy-devel] IMDbPY 6.5

2018-04-15 Thread Davide Alberani
Hi all, I've released IMDbPY, which comes with two main features, both developed by H. Turgut Uyar: - the web parsers are now based on hi project piculet - the documentation was converted to the sphinx format Besides this, some minor fixed. Enjoy it, -- Davide Alberani <davide.al

[Imdbpy-devel] IMDbPY now based on piculet

2018-03-24 Thread Davide Alberani
should be more easy to understand and maintain. Another plus, is that the current test-suite runs in 7.8 seconds instead of 11.5. :-) On the long run, it will probably be possible to get rid of the libxml dependency. Thanks! -- Davide Alberani <davide.alber...@gmail.com> [PGP

[Imdbpy-devel] IMDbPY on readthedocs

2018-06-24 Thread Davide Alberani
this helps, -- Davide Alberani [PGP KeyID: 0x3845A3D4AC9B61AD] http://www.mimante.net/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Imdbpy-devel] IMDbPY 6.7 released

2019-05-19 Thread Davide Alberani
at https://github.com/alberanid/imdbpy/issues For the next release, I hope we can switch to a calendar-based versioning schema as suggested by Uyar https://github.com/alberanid/imdbpy/issues/112 and we'll probably have a new homepage. Best regards, -- Davide Alberani [PGP KeyID

[Imdbpy-devel] IMDbPY 6.8

2019-07-20 Thread Davide Alberani
office information - #168: parse series and episode number searching for movies - #217: grab poster from search - #218: extract MPAA rating - #220: extract actor headshot from full credits As always, IMDbPY is looking for developers; if you want to contribute, contact us! -- Davide Alberani

[Imdbpy-devel] IMDbPY 2020.09.25

2020-09-25 Thread Davide Alberani
Hi, I hope everyone is doing fine in this complicated timeline. I've just released IMDbPY 2020.09.25, since the last official release was over a year old. There are many fixes and some improvements, and we also switched to a calendar versioning schema. All the best. -- Davide Alberani [PGP

[Imdbpy-devel] IMDbPY 2021.04.18

2021-04-18 Thread Davide Alberani
files - #312: extract localized title [sql] - #287: fix missing logger -- Davide Alberani [PGP KeyID: 0x3845A3D4AC9B61AD] http://www.mimante.net/ ___ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net

[Imdbpy-devel] Cinemagoer 2022.12.04

2022-12-04 Thread Davide Alberani
return a limited amount of data: the list of movies for each role is now limited to the latest 15 titles, and there is not much we can do about it. There are surely a lot of other bugs, but now most of the features should work again. As always, any help is welcome! -- Davide Alberani [PGP

[Imdbpy-devel] Cinemagoer 2023.05.01

2023-05-01 Thread Davide Alberani
Hi all, We have just released version 2023.05.01 of Cinemagoer. It mostly consists of many little fixes to the parsers. The complete changelog: https://github.com/cinemagoer/cinemagoer/blob/master/CHANGELOG.txt As usual, any help is welcome! -- Davide Alberani [PGP KeyID: 0x3845A3D4AC9B61AD

<    1   2   3