Re: Python text file fetch specific part of line

2016-08-02 Thread honeygne
On Thursday, July 28, 2016 at 1:00:17 PM UTC+5:30, c...@zip.com.au wrote: > On 27Jul2016 22:12, Arshpreet Singh wrote: > >I am writing Imdb scrapper, and getting available list of titles from IMDB > >website which provide txt file in very raw format, Here is the one part of >

Re: Python text file fetch specific part of line

2016-07-29 Thread cs
On 29Jul2016 18:42, Gordon Levi wrote: c...@zip.com.au wrote: On 28Jul2016 19:28, Gordon Levi wrote: Arshpreet Singh wrote: I am writing Imdb scrapper, and getting available list of titles from IMDB website which provide

Re: Python text file fetch specific part of line

2016-07-29 Thread Gordon Levi
c...@zip.com.au wrote: >On 28Jul2016 19:28, Gordon Levi wrote: >>Arshpreet Singh wrote: >>>I am writing Imdb scrapper, and getting available list of titles from IMDB >>>website which provide txt file in very raw format, Here is the one part of

Re: Python text file fetch specific part of line

2016-07-28 Thread cs
On 28Jul2016 19:28, Gordon Levi wrote: Arshpreet Singh wrote: I am writing Imdb scrapper, and getting available list of titles from IMDB website which provide txt file in very raw format, Here is the one part of file(http://pastebin.com/fpMgBAjc) as

Re: Python text file fetch specific part of line

2016-07-28 Thread Gordon Levi
Arshpreet Singh wrote: >I am writing Imdb scrapper, and getting available list of titles from IMDB >website which provide txt file in very raw format, Here is the one part of >file(http://pastebin.com/fpMgBAjc) as the file provides tags like Distribution > Votes,Rank,Title

Re: Python text file fetch specific part of line

2016-07-28 Thread cs
On 27Jul2016 22:12, Arshpreet Singh wrote: I am writing Imdb scrapper, and getting available list of titles from IMDB website which provide txt file in very raw format, Here is the one part of file(http://pastebin.com/fpMgBAjc) as the file provides tags like Distribution

Python text file fetch specific part of line

2016-07-27 Thread Arshpreet Singh
I am writing Imdb scrapper, and getting available list of titles from IMDB website which provide txt file in very raw format, Here is the one part of file(http://pastebin.com/fpMgBAjc) as the file provides tags like Distribution Votes,Rank,Title I want to parse title names, I tried with