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: > > > >

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 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

[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,