Re: [Imdbpy-help] Presentation and windows problem

2017-11-17 Thread H. Turgut Uyar
Hi, Is it possible that pyinstaller doesn't handle the setup.py file and/or the MANIFEST.in file like the sdist command does? Those are the places where the cookies.json file is listed. Turgut On November 18, 2017 10:13:07 AM "H. Turgut Uyar" wrote: Hi, Is it

Re: [Imdbpy-help] Movie IDs

2017-11-17 Thread Martín Torre Castro
Sorry for the previous. If you have the link: http://m.imdb.com/title/tt0133093/?ref=m_nv_sr_1 I think the id is always the number following the ' http://m.imdb.com/title/tt'. You could import re and use a regular expression. import re match = re.search(r'http://m.imdb.com/title/tt(?P\d*?)/',

Re: [Imdbpy-help] Movie IDs

2017-11-17 Thread Ethan Lipnik
Thanks! Best Regards, Ethan Lipnik > > On Nov 17, 2017 at 7:11 PM, (mailto:martin.torre.cas...@gmail.com)> wrote: > > > > Sorry for the previous. > > > If you have the link: > > > >

[Imdbpy-help] Movie IDs

2017-11-17 Thread Ethan Lipnik
Hello, I'm trying to make an organizer for my company using Python. How can I get the movie IDs from the link to a movie page? -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Imdbpy-help] Movie IDs

2017-11-17 Thread Martín Torre Castro
Do you want to get the IMDb ID using the title of the movie over a whole bunch of movies? Is that it? El 18 nov. 2017 12:01 a. m., "Ethan Lipnik" escribió: Hello, I'm trying to make an organizer for my company using Python. How can I get the movie IDs from the link to a