Results 1 to 21 of 21
Hybrid View
-
29th September 2008 14:48 #1
-
29th September 2008 16:52 #2
(.. , commandline ).
html , wget, ( cookie- ). help- wget .
html- . .
scheduled tasks.
-
, . .
"640K ught to be enough for anybody" - Bill Gates, 1981
::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel
-
29th September 2008 19:06 #3
a - Perl Python.
C++ ?
:
1. , LWP::UserAgent HTTP::Cookies , . , .
2. (GET) , html- .
3. , .
-
29th September 2008 20:05 #4
-
29th September 2008 20:42 #5
-
29th September 2008 21:54 #6
, Python/Perl -.
, . C++ ,
, . .
"640K ught to be enough for anybody" - Bill Gates, 1981
::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel
-
30th September 2008 10:09 #7
, , ,
We are drowning in information, but starving for knowledge and time!
-
30th September 2008 10:55 #8
-
30th September 2008 12:03 #9
Vuze ( Azureus) . , .
: XaMaB; . 0.42
In God we Trust (all others must submit a X.509 certificate). , ()
-
2nd October 2008 11:40 #10
-
30th September 2008 17:23 #11Registered User
Join Date: Dec:2005
Location:
Posts: 219
-
1st October 2008 20:36 #12Registered User
Join Date: Dec:2007
Location:
Posts: 655
"C++": , tracker RSS feed , . feed- , , RSS. POSIX regular expressions ( "Windows") "Bison" ( XML RSS; RSS, !). HTTP "libcurl" ( wrapper "C++", "extern "C"), feed- torrent . -, "libtorrent" (AKA "rb-libtorrent") "libTorrent" ( ) "BitTorrent".
.. , , , - "Perl"/"Python".
-
2nd October 2008 01:49 #13
. @abu_m, . . zamunda, TV . IE, . WebBrowser , IE
.
:


. :


Open .
:
.Code:using System; using System.Text; using System.Windows.Forms; using System.IO; using System.Collections.Specialized; namespace WebBrowserRequest { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void btnGetTorrent_Click(object sender, EventArgs e) { if (txtSearchPattern.Text != string.Empty) { // Search only in TV Serials cathegory. webBrowser.Navigate(string.Format("http://zamunda.net/browse.php?search={0}&cat=7&incldead=1", txtSearchPattern.Text.Replace(" ", "+"))); } else { MessageBox.Show("Type in some search criteria."); } } private void webBrowser_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { GetTorrent(); } private void GetTorrent() { // Get all A tags. HtmlElementCollection ec = webBrowser.Document.GetElementsByTagName("a"); StringCollection torrents = new StringCollection(); for (int i = 0; i < ec.Count; i++) { string link = ec[i].GetAttribute("href"); if (link.Contains(".torrent")) { if (IsSearchedTorrent(link)) { torrents.Add(link); } } } // Download the torrent. webBrowser.Navigate(torrents[0]); //System.Diagnostics.ProcessStartInfo p = new System.Diagnostics.ProcessStartInfo(@"C:\Program Files\uTorrent\uTorrent.exe", string.Format(@"C:\{0}", Path.GetFileName(torrents[0]))); //System.Diagnostics.Process.Start(p); } private bool IsSearchedTorrent(string torrentLink) { string[] searchWords = txtSearchPattern.Text.Split(new string[] { " " }, StringSplitOptions.None); for (int i = 0; i < searchWords.Length; i++) { if (!torrentLink.ToLower().Contains(searchWords[i].ToLower())) { return false; } } return true; } } }
-
2nd October 2008 04:12 #14
[joke]
, :
, Format C: ,Code:... string.Format(@"C:\{0} ...

[/joke], . .
"640K ught to be enough for anybody" - Bill Gates, 1981
::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel
-
2nd October 2008 12:56 #15
-
2nd October 2008 13:21 #16
, . . - , ,
, . .
"640K ught to be enough for anybody" - Bill Gates, 1981
::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel
-
2nd October 2008 17:11 #17
-
2nd October 2008 17:59 #18
-
2nd October 2008 18:31 #19
, uTorrent Rss Feed, rss. zamunda, arena piratebay ...
-
2nd October 2008 19:10 #20Registered User
Join Date: Dec:2007
Location:
Posts: 655
, : "The Pirate Bay" feed- , "Zamunda"- .
Last edited by AK-85; 2nd October 2008 at 19:30.
-
2nd October 2008 19:56 #21
arena RSS, .
We are drowning in information, but starving for knowledge and time!




Reply With Quote


Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in