Результаты поиска

  1. D

    Dowloading files ..

    Hello, I download large files and when the download is complete the "load file" process does not stop when it is finished. You must wait for the process to time out for the task continue. This used to work before correctly. I am using version 5.11.4.0... once this run is over I will update to...
  2. D

    Additional license

    Hello, I have Zennoposter Pro and would like to buy an additional license so that I can run on two computers simultaneously. My question is this... will one update for a license update both of my licenses? Example, when I go to buy updates, will I be able to update both copies using one...
  3. D

    Download file like flashgot

    Hello, I am trying to download a file using zennoposter but I am not able to figure it out. I cannot find the li I am able to download the file using firefox and the addon flashgot. If you go to this page, right click the page and select "flashgot all" it will download all the mp3 files on...
  4. D

    Using multiple threads

    ok.. figured that on my own now. You have to delete data from table as you go for it to work.
  5. D

    Using multiple threads

    Ok.. got that part figured out. Thanks! Now if I could figure out how to loop through a table using the data and using multiple threads.
  6. D

    Using multiple threads

    Yes.. I understand this but it is not doing it. I will attach the project. https://drive.google.com/drive/folders/0B13kEDEIn_QGQzF0Sm1WM1FuVzg?usp=sharing This has example csv files for the tables it binds to. Thank you for your help.
  7. D

    Using multiple threads

    Hello, Where can I find more information on how to make the task use multiple threads? I would like my task to do this but it never spawns any more than one... I have never figured this out. This task in particular is using two tables and one of the tables bind to a different file on a loop...
  8. D

    Import settings using .bat file

    Hello! I am trying to create a bat file to do several things including import input settings. Here is what I have in file... "C:\Program Files (x86)\ZennoLab\ZennoPoster Pro\Progs\TasksRunner.exe" -o ClearSuccess -names "Virtual DJ Cloulist Build" "C:\Program Files (x86)\ZennoLab\ZennoPoster...
  9. D

    Unzip files using ZP

    Hello, I am trying to unzip files to a certain location that I download as they are downloaded and then archive the zip to another location. I am unable to find any examples of this on the forum. Thanks!
  10. D

    Troubles with downloading files..

    Actually.. I thought it was the timeout that fixed it. Also.. is there anyway to capture the download url and save it? Or is it dynamically generated every time you click it?
  11. D

    Troubles with downloading files..

    I have done larger... I will reference that task and see how I did it there and report back.
  12. D

    Troubles with downloading files..

    Hello, I am attempting to download zip files and I am getting errors every time I try. Here is an example file.. https://movetothis.app.box.com/s/fxrjod843ji14ch6xhyl1jy026yecxiq I have Zenno click the "download" link to download the entire zip and then it gives an error in downloading. I...
  13. D

    Need help capturing table cells

    Hello, I am trying to capture the text within the table and place into csv file. Example table.. https://en.m.wikipedia.org/wiki/List_of_Billboard_Hot_100_top_10_singles_in_2007 Text needed... Single,Artist(s) songtitle1,artist1 songtitle2,artist2 songtitle3,artist3 and so on... For the...
  14. D

    Trouble installing...

    I got it handled.. thank you
  15. D

    Trouble installing...

    Hello, Trying to install the latest version and it is giving me an error https://userarea.zennolab.com/en/help.aspx?lang=en&errCode=10 It seems that it is not connecting to the server to authenticate the license. I am able to connect with Explorer without an issue. Is there s proxy or...
  16. D

    Regex Extraction Help Please

    How would I do this page also please? I tried changing your code but I am not exactly sure what does what. If there are variables like cell positions that would be helpful. Thank you! http://en.m.wikipedia.org/wiki/List_of_Billboard_Hot_100_top_10_singles_in_1980
  17. D

    Regex Extraction Help Please

    That works beautifully LexxWork!! Thank you!
  18. D

    Regex Extraction Help Please

    Hello! I am having a problem extracting the data from these pages as the tags change throughout the page. Can someone help me with the regex? http://en.wikipedia.org/wiki/List_of_Billboard_Hot_100_number-one_singles_of_1990 What I need is the "Song" and "Artist" text only so that I can save...
  19. D

    Trying to extract table data

    Cool.. I will give this a try when I get back home! Thanks.
  20. D

    Trying to extract table data

    Hmm... let me give that a try. Thanks!
  21. D

    Trying to extract table data

    Hello! You guys have helped me with this one in the past. It seems they have changed it a little and made it not work. Here are a couple example pages with desired data. http://en.wikipedia.org/wiki/List_of_Billboard_Hot_100_top_10_singles_in_1990...
  22. D

    Download video from page

    Wait... Here is a link that posts another secure link that updates. http://www.clubdjvideos.com/test.php?video_file=Makj_x_Lil_Jon_Lets_Get_Fucked_Up_BRANDO_Remix_Intro_Dty_Unofficial_CLUBDJVIDEOS.mp4 Once you to the link it presents on the page you will be redirected to the video file.
  23. D

    Download video from page

    The link expires. Here is a new one. http://objects.dreamhost.com/cdjv_files/videos/Makj_x_Lil_Jon_Lets_Get_Fucked_Up_BRANDO_Remix_Intro_Dty_Unofficial_CLUBDJVIDEOS.mp4?AWSAccessKeyId=TAq97W-NyAUhnuJx6GS-&Expires=1409690047&Signature=i%2FrW7m9wrKl2N1CUg1CAsYk%2Bxhw%3D
  24. D

    Download video from page

    Hello! I am trying to download the video from this page into a certain directory. I can't figure it out. I see the source url but I guess I am just having a brain fart on how to download it as a video file... mp4...
  25. D

    How to Parse data from table..

    Yes.. you were right! I put your regex back in there and added a check in for the numbers to take them out. 2009 is the only only goofing up. Thanks!
  26. D

    How to Parse data from table..

    Ok bigcajones... scraped about 25 pages and hit an issue I can't figure out. I updated your regex to.... well, if you don't mind looking at the project. This was to accommodate variants in the tables. I changed (?<=rowspan="\d+.*">).+ to (?<=\ align="center">).*</a>.?</td> because rowspan...
  27. D

    How to Parse data from table..

    You did it!! And made it look so easy. Thank you so much! Now I can learn from what you did and apply to other projects. LJ
  28. D

    How to Parse data from table..

    Ok.. that helped. Just trying to figure this out now. Regex I have so far to grab data... (?<=rowspan="4"\ style="text-align:\ center;">"*?<a\ title=").*(?="\ href=") Example data <td bgcolor="#FFFF99" rowspan="4" style="text-align: center;">"<a title="Thrift Shop"...
  29. D

    How to Parse data from table..

    Hi I would like to parse the artist,song data from this table. Having trouble as there are many links on the page messing it up. Tried all kind of regex... even doing just the page.text and I am not able to figure this out. Here is a page in question...
  30. D

    Multi thread ??

    Ok.. now I know what I was doing wrong. I was only clicking +1 task. You need at least one per thread I guess.
  31. D

    Multi thread ??

    I guess I am not grasping how it even goes into multithread. Could you show me a sample project of how it triggers? Thanks.. Lyle
  32. D

    Multi thread ??

    I would like it to run 5 instances at once. Each running a different station. How would I go about doing that?
  33. D

    Multi thread ??

    Hello! I am not sure how to make multi threads kick in. One project example... Collecting Pandora Playlists Go to one station, collect song, artist meanwhile... going to another station and doing the same. Doing this over 5 different threads on 5 different stations. I put maximum threads of...
  34. D

    ZP changing variables to lower case

    That worked.. sliding in a create directory (optional) before setting the download to variable. Thanks
  35. D

    ZP changing variables to lower case

    I would like to keep it like the first example... Hip-Hop I think this is called "Title Style" Thank you!
  36. D

    ZP changing variables to lower case

    Hi, I am saving files to folders but ZP keeps on changing the case of the folders that it save them to to all lower case. This is causing problems with me backing up and syncing files because of incorrect folder name. Example: Variable:: Hip-Hop ZP output folder:: hip-hop Anyway...
  37. D

    Table Contents Problem

    No.. when you run the project it will do the following: 1. go to site and collect urls and other data putting into csv file. 2. this same file is used in the table within the project. 3. table is then processed .. count lines (usually comes up with zero) then on to process data. I can see...
  38. D

    How to keep page from reloading

    Ok.. got it working disabling everything "after" page is loaded. Thanks!
  39. D

    Table Contents Problem

    It just needs to refresh the data once after the file it is grabbing from is updated with new data. It continues to grab the old data for some reason... or no data.
  40. D

    How to keep page from reloading

    Tried to set timeout to 15 sec to let the page load complete and it continues to reload over and over. Can't get tags fast enough to extract.
  41. D

    Table Contents Problem

    When I am running task I have it collect data then process it with a table. The problem is that the table data is not refreshing to the new information in it for processing. I have to open it in ProjectMaker and right click the table then refresh for the data to show up. Anyway to have a...
  42. D

    How to keep page from reloading

    http://www.i101fm.com/music/playlist/ This page keeps reloading every couple seconds so I can't extract the text on the page. Anyway to keep it from doing this? Thanks.. LJ
  43. D

    Move variables

    Yes.. that would very helpful.